Results 1 to 4 of 4
Ok I just installed mozilla firefox or at least believe I did with this here.
apt-get remove iceweasel
mv firefox-3.0.5.tar.bz2 /usr/lib/
cd /usr/lib/
tar -jxvf firefox-3.0.5.tar.bz2
ln -s /usr/lib/firefox/firefox /usr/bin/firefox
...
- 04-14-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 8
Creating an icon for Mozilla .
Ok I just installed mozilla firefox or at least believe I did with this here.
apt-get remove iceweasel
mv firefox-3.0.5.tar.bz2 /usr/lib/
cd /usr/lib/
tar -jxvf firefox-3.0.5.tar.bz2
ln -s /usr/lib/firefox/firefox /usr/bin/firefox
I now need to make a launcher for firefox via launcher application.
My only question is when I run the custom application launcher. What do I place in the command section? Because after multiple tries I think I am targeting the wrong files out of the firefox folder.
Thanks
Lights
- 04-14-2010 #2
Should be /usr/bin/firefox.
It looks like you're following this guide. There is a launcher file he provides at the end there.
- 04-18-2010 #3
Just curious: why are you replacing Iceweasel with Firefox? The only difference between the two I have noticed is the name and the icon. I even replaced my ~/.mozilla on my Debian lenny with the ~/.mozilla from my Ubuntu 9.10 and it works fine!
OS's I use: Debian testing, Debian stable, Ubuntu, Windows XP, Windows Vista
- 04-18-2010 #4
What I do when I want to find the command for any program launcher I want to make whether in Icewm, JWM, Fluxbox, etc... is to open a terminal and just type in (lets say it is firefox)
right now I am running a live USB on this New Desktop (Asus Micro)Code:which firefox
example below
This is a quick way to find the right command for any program you may have installed and wish to make a launcher for.Code:demo@antiX1:~$ which iceape /usr/bin/iceape demo@antiX1:~$ which gparted /usr/bin/gparted demo@antiX1:~$ which mplayer /usr/bin/mplayer
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks


Reply With Quote
