Hello all,
How can I update the icon cache in /usr/share/icons/gnome? I tried gtk-update-icon-cache but the command is not found.
Thanks, Michael
Michael Velez wrote:
How can I update the icon cache in /usr/share/icons/gnome? I tried gtk-update-icon-cache but the command is not found.
gtk2 from rhel4 doesn't include the icon cache feature, ie there exists no icon cache and there is no gtk-update-icon-cache command.
-- Rex
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Rex Dieter Sent: Monday, November 06, 2006 2:04 PM To: centos@centos.org Subject: [CentOS] Re: Update icon cache
Michael Velez wrote:
How can I update the icon cache in /usr/share/icons/gnome? I tried gtk-update-icon-cache but the command is not found.
gtk2 from rhel4 doesn't include the icon cache feature, ie there exists no icon cache and there is no gtk-update-icon-cache command.
-- Rex
OK. The reason I ask is that I associated the pdf file extension with Adobe Reader, by modifying the relevant line in /usr/share/applications/defaults.list.
How can I get the File Browser to use the AdobeReader.png icon for all pdf files, instead of the generic gnome pdf icon?
Michael
Michael Velez wrote:
OK. The reason I ask is that I associated the pdf file extension with Adobe Reader, by modifying the relevant line in /usr/share/applications/defaults.list.
How can I get the File Browser to use the AdobeReader.png icon for all pdf files, instead of the generic gnome pdf icon?
Ah, the *real* reason comes out. (:
put AdobeReader.png into the appropriate place /usr/share/icons/<theme>/size/mimetypes/pdf.png and touch /usr/share/icons/<theme>
-- Rex
OK. The reason I ask is that I associated the pdf file
extension with
Adobe Reader, by modifying the relevant line in /usr/share/applications/defaults.list.
How can I get the File Browser to use the AdobeReader.png
icon for all pdf
files, instead of the generic gnome pdf icon?
Ah, the *real* reason comes out. (:
put AdobeReader.png into the appropriate place /usr/share/icons/<theme>/size/mimetypes/pdf.png and touch /usr/share/icons/<theme>
-- Rex
Thanks Rex for the info.
I must be doing something wrong because I'm still not there. I did what you said and put AdobeReader.png in this file:
/usr/share/icons/<theme>/48x48/mimetypes/gnome-mime-application-pdf.png
I did ofr each <theme> that currently had a gnome-mime-application-pdf.png file. I touched all the directories and even rebooted but still no go. There must be something else in my configuration that is not right.
Michael
Michael Velez wrote:
OK. The reason I ask is that I associated the pdf file
extension with
Adobe Reader, by modifying the relevant line in /usr/share/applications/defaults.list.
How can I get the File Browser to use the AdobeReader.png
icon for all pdf
files, instead of the generic gnome pdf icon?
Ah, the *real* reason comes out. (:
put AdobeReader.png into the appropriate place /usr/share/icons/<theme>/size/mimetypes/pdf.png and touch /usr/share/icons/<theme>
-- Rex
Thanks Rex for the info.
I must be doing something wrong because I'm still not there. I did what you said and put AdobeReader.png in this file:
/usr/share/icons/<theme>/48x48/mimetypes/gnome-mime-application-pdf.png
Note /usr/share/icons/<theme>/size/mimetypes/pdf.png != /usr/share/icons/<theme>/48x48/mimetypes/gnome-mime-application-pdf.png
(Though I could be wrong about which actual icon file is used).
-- Rex