Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-03-2008, 04:29 PM
|
#1
|
|
Member
Registered: Aug 2008
Posts: 45
Rep:
|
Find Icon File in linux filesystem
I have created a launcher, for instance this launcher is for thunderbird. The launcher works correctly, however it is not pulling the thunderbird icon file with it. Instead I get this ugly standard launcher icon
Does anyone konw the location of the icon files for programs such as firefox or thunderbird. I ran locate on firefox, and I was bombarded with directories. Maybe someone knows of a few specific locations of where to look for these icon files. Also, you may know what the names of these icon files are so I may search from them myself.
BTW...runniing my firefox launcher pulls the correct icon by default. However, linux-firefox does not, nor does thunderbird, linux-thunderbird, and most other applications.
|
|
|
|
10-03-2008, 04:44 PM
|
#2
|
|
Member
Registered: Aug 2006
Location: London
Distribution: Debian, Kubuntu
Posts: 572
Rep:
|
Usually in /usr/share (then icons or pixmaps or kde/apps/icons etc). Do 'locate firefox*.png'
|
|
|
|
10-03-2008, 04:47 PM
|
#3
|
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
Quote:
Originally Posted by acmeinc
Does anyone konw the location of the icon files for programs such as firefox or thunderbird.
|
Firefox: /usr/lib/firefox/icons or /usr/lib/firefox-*/icons
Thunderbird: I have no idea. Try /usr/share/icons and /usr/local/share/icons.
|
|
|
|
10-04-2008, 02:16 AM
|
#4
|
|
Member
Registered: Aug 2008
Posts: 45
Original Poster
Rep:
|
thanks for the replies...while i did not find the icons..i did find that i could download any pic file, png gif jpg, and use it as the icon for the application of choice...tomorrow i will check the /usr/share file tree for some of the icons files i missed on
|
|
|
|
10-04-2008, 05:02 AM
|
#5
|
|
Member
Registered: Jun 2005
Location: England
Distribution: SLED, openSUSE
Posts: 982
Rep: 
|
If you haven't got the locate command installed then try find, that's always installed.
Code:
find /usr -iname firefox*
will perform a case insensitive search on the /usr directory for any files with names starting firefox.
|
|
|
|
10-05-2008, 05:19 AM
|
#7
|
|
Senior Member
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware-current
Posts: 2,753
|
On my setup:
Firefox - /usr/lib/firefox/icons/mozicon16.xpm or mozicon50.xpm
Thunderbird - /usr/lib/thunderbird/icons/mozicon16.xpm or mozicon50.xpm
|
|
|
|
10-05-2008, 11:07 PM
|
#8
|
|
Member
Registered: Aug 2008
Posts: 45
Original Poster
Rep:
|
yes, i have locate, and the find command works, however there are so many files that contain firefox in the name..thx for the info on the actual name of the file, that is what i was actually looking for, that way i can find the actual icon file and not 100 files with firefox in the name  peace my linux/unix homies
|
|
|
|
10-06-2008, 03:20 AM
|
#9
|
|
Guru
Registered: May 2003
Location: London, UK
Distribution: Ubuntu 10.04, mostly
Posts: 6,002
|
Quote:
|
I ran locate on firefox, and I was bombarded with directories.
|
So, you can filter out the interesting ones with grep
Code:
tred@vaio:~$ locate firefox | grep icon
/usr/lib/firefox/icons
/usr/share/app-install/icons/firefox-greasemonkey.xpm
/usr/share/app-install/icons/firefox-launchpad-plugin.xpm
/usr/share/app-install/icons/firefox-sage.xpm
/usr/share/app-install/icons/firefox-showcase.xpm
/usr/share/app-install/icons/firefox-themes-ubuntu.xpm
/usr/share/app-install/icons/firefox-ubuntu-it-menu.png
/usr/share/app-install/icons/firefox-webdeveloper.xpm
/usr/share/firefox/icons
/usr/share/firefox/chrome/icons
/usr/share/firefox/chrome/icons/default
/usr/share/firefox/chrome/icons/default/default.xpm
/usr/share/firefox/icons/default.xpm
/usr/share/firefox/icons/document.png
/usr/share/firefox/icons/mozicon128.png
/usr/share/firefox/icons/mozicon16.xpm
/usr/share/firefox/icons/mozicon50.png
/usr/share/firefox/icons/mozicon50.xpm
/usr/share/icons/mono/scalable/apps/firefox.svgz
/usr/share/icons/mono/scalable/apps/mozilla-firefox.svgz
tred@vaio:~$
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:24 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|