[Github-comments] [geany/geany] Is it possile to change geany icon (solved) (#1616)

elextr notifications at xxxxx
Fri Sep 29 02:48:49 UTC 2017


> > 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170928/71ed012b/attachment.html>


More information about the Github-comments mailing list