postiffm/bibledit-desktop

MS Windows Icon

Opened this issue · 4 comments

The desktop icon looks nice, and that is the same as what appears in the task bar. BUT, the icon in the upper left corner of the window is a blue+red+green "GTK" icon. This also appears in the Alt-Tab screen when you switch apps.

We want to update this GTK icon to something better.

Please specify what operating system it is, what desktop environment, and which window. Some operating systems and some desktops do not display the window icons at all.

On Ubuntu 16.04:
alt-tab
A little bit fuzzy but acceptable...

I'm talking about Windows 7, probably 10 also.

Icon is setup with:
// Window icon fallback.
gtk_window_set_default_icon_from_file(gw_build_filename(Directories->get_package_data(), "bibledit-desktop.xpm").c_str(), NULL);
gw_message("Set up window icon fallback");

maybe on windows gtk_window_set_default_icon_from_file isnt finding the icon?
looks like there are 2 ways to check the result

  1. check the return value True or False
  2. change the NULL to a variable of type GError **err