baljeetverma / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

How do I change the tray icon in the Linux version? #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Where are the tray icon located in the Linux version?

I did try to change these icons without any luck:

/usr/share/icons/android-notifier-desktop/app-icon.png
/usr/share/icons/android-notifier-desktop/icon.png
/usr/share/pixmaps/android-notifier-desktop.png

Original issue reported on code.google.com by 58desi...@gmail.com on 30 Sep 2010 at 10:28

GoogleCodeExporter commented 9 years ago
Currently, it is icon.png inside 
/usr/share/android-notifier-desktop/android-notifier-desktop.jar, in the 
com/notifier/desktop path. The file 
/usr/share/icons/android-notifier-desktop/icon.png is the same, I think I'll 
use that in next release, thanks for reporting this. A jar file is a zip file 
with a different extension you can open and edit it with any program that 
supports zip.

If you think your icon is better than ours, please consider contributing it to 
the project.

Original comment by lehph...@gmail.com on 30 Sep 2010 at 10:50

GoogleCodeExporter commented 9 years ago
Thanks! :)

Nah, Im using the Faenza icons witch uses monochrome icons in the tray. So the 
icon didnt blend in very well with the others.

http://gnome-look.org/content/show.php?content=128143&vote=good&tan=25722912

Btw, you should make the icon 24x24. Thats the most common size in the tray. A 
even better idéa would be to use custom icon support, i.e:

"/home/johan/.icons/<My current 
icontheme>/status/24/android-notifier-desktop.png"

Original comment by 58desi...@gmail.com on 30 Sep 2010 at 10:54

GoogleCodeExporter commented 9 years ago
You should take a look at the icon for mac: 
http://android-notifier.googlecode.com/svn/trunk/MultiDroidNotifier/src/main/res
ources/com/notifier/desktop/icon-mac.png

I tried to use a 24x24 icon, but some desktops don't display it. Since the 
freedesktop spec does not say how to get the current theme name, I'll let you 
customize it changing icons in /usr/share/icons

Original comment by lehph...@gmail.com on 1 Oct 2010 at 3:23