dvdrip: Icon Won't Theme
jeff <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Organization | Brixton Linux Action Group |
| Message-ID | <[email protected]> |
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