> > Geany only sets the window icons for general dialogs and about dialog, not > > the main window (that fif can find) > $ git grep -E '"icon_name"|window_set_icon_name' data/geany.glade: <property name="icon_name">geany</property> data/geany.glade: <property name="icon_name">geany</property> data/geany.glade: <property name="icon_name">geany</property> src/about.c: gtk_window_set_icon_name(GTK_WINDOW(dialog), "geany"); src/dialogs.c: gtk_window_set_icon_name(GTK_WINDOW(dialog), "geany"); src/dialogs.c: gtk_window_set_icon_name(GTK_WINDOW(dialog), "geany");
ok, Geany _code_ only sets the window icons for general dialogs and about dialog, not the main window (that fif can find) :) Which is the last three shown above, the icons set in Glade are GTK's problem. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1616#issuecomment-333017189
