Gtkdialog taskbar icon? [ SOLVED ]

Using applications, configuring, problems
Post Reply
Message
Author
simargl

Gtkdialog taskbar icon? [ SOLVED ]

#1 Post by simargl »

.
Last edited by simargl on Sun 01 Sep 2013, 14:36, edited 2 times in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#2 Post by don570 »

Here's what Zigbert says about the icon in his tips page
Window header icon
>> You can add your own icon if you place it in any of the folders in /usr/share/icons/hicolor/. (System links also work)
ie. /usr/share/icons/hicolor/48x48/apps/games48.png
Now, run this command in the terminal to refresh the icon cache;
Code:
gtk-update-icon-cache -f -i /usr/share/icons/hicolor

Your gtkdialog code would look like this;
Code:
<window title="A GTKDialog" icon-name="games48" resizable="false" decorated="true">

With the newest gtkdialog the default icon in the corner of script is
/usr/share/icons/hicolor/32x32/apps/gtkdialog.png so you
can replace it

_________________________
.

Post Reply