dvdrip: Icon Won't Theme
jeff
moe at blagblagblag.org
Mon Jan 1 23:06:34 CET 2007
The icon in the menu does not change when the theme is changed. This
is true even if the theme has an icon of the correct name.
The cause of this is that in
/usr/share/applications/rpmforge-dvdrip.desktop
the Icon= line has the absolute path to the icon instead of just the
icon name.
Icon=/usr/lib/perl5/site_perl/5.8.8/Video/DVDRip/icon.xpm
When it should have:
Icon=icon.xpm
Though perhaps in this case it should probably have a dvdrip.png for it's Icon=
instead of an xpm.
To check to see which other applications won't theme correctly, you can run
this command:
rpm -qf `grep Icon=/ /usr/share/applications/* | cut -f 1 -d ":"`
Thanks!
-Jeff
More information about the freshrpms-list
mailing list