Posted: Sat 02 Mar 2013, 14:04 Post subject:
Gtkdialog taskbar icon? [ SOLVED ]
Is it possible to define task bar icon for programs that use gtkdialog, example sfs_load and grub4dos config.
I think it would be useful to distinguish two applications running at the same time. Last edited by simargl on Sat 02 Mar 2013, 19:03; edited 1 time in total
Here's what Zigbert says about the icon in his tips page
Quote:
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
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum