![]() |
2009-04-01
, 10:18
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
![]() |
2009-04-01
, 10:29
|
Posts: 46 |
Thanked: 6 times |
Joined on Sep 2008
|
#3
|
![]() |
2009-04-01
, 10:32
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
if [ -r /etc/osso-af-init/af-defines.sh ]; then source /etc/osso-af-init/af-defines.sh fi if [ -x /usr/bin/dbus-send -a -x /usr/bin/gtk-update-icon-cache ]; then dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:"Updating icon cache" || true fi if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache -f /usr/share/icons/hicolor || true fi
![]() |
2009-04-01
, 10:41
|
Posts: 46 |
Thanked: 6 times |
Joined on Sep 2008
|
#5
|
![]() |
2009-04-01
, 10:48
|
Posts: 46 |
Thanked: 6 times |
Joined on Sep 2008
|
#6
|
![]() |
2009-04-01
, 11:07
|
Posts: 46 |
Thanked: 6 times |
Joined on Sep 2008
|
#8
|
![]() |
2009-04-01
, 16:15
|
Posts: 46 |
Thanked: 6 times |
Joined on Sep 2008
|
#9
|
![]() |
2009-04-01
, 16:34
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#10
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
Icon=foobar
I have put /usr/share/icons/hicolor/26x26/hildon/foobar.png (26x26) and /usr/share/icons/hicolor/scalable/hildon/foobar.png (64x64) - but in the menu, I still see the default icon
It worked when I had single icon in /usr/share/pixmaps (with IconPath in .desktop) - but the icon was low-res. I would like to see a large 64x64 icon...
Anything I am missing?