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

Colomban Wendling notifications at xxxxx
Fri Sep 29 02:43:24 UTC 2017


> Geany only sets the window icons for general dialogs and about dialog, not the main window (that fif can find)

```console
$ 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");
```

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


More information about the Github-comments mailing list