Results 1 to 6 of 6
I downloaded the Firefox 4 Beta, and when I try to run it it opens my Firefox 3.6.6. Whats the problem here? I cant find any linux installation guides anywhere ...
- 07-15-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 10
Firefox 4 Beta - Slackware problem.
I downloaded the Firefox 4 Beta, and when I try to run it it opens my Firefox 3.6.6. Whats the problem here? I cant find any linux installation guides anywhere to help with this - not that I need one - but this problem is too weird.
- 07-19-2010 #2
Try completely uninstalling firefox and then just try installing the beta.
- 11-12-2010 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 1
Sounds like you still have the older version of firefox installed. I think we need more information from you regarding your problem.
First of all, how are you running firefox - command line, startup icon?
Perhaps your path needs to be adjusted to find the new firefox first?
- 11-12-2010 #4
There's no reason you can't have both versions of Firefox installed, they should have different binary names. Whatever you're using to open Firefox is pointing at the 3.6 binary. I think the default name for the beta binary is firefox-bin.
I would create a directory in /opt for the beta and put everything there, then create a .desktop file to launch, for example:
This saved as firefox-beta.desktop in /usr/share/applications will give you a menu entryCode:[Desktop Entry] Name=Firefox Beta GenericName=Web Browser Icon=mozicon128.png Type=Application Categories=Application;Network; MimeType=text/html Encoding=UTF-8 Exec=/opt/firefox-beta/firefox-bin %u Terminal=false MultipleArgs=false StartupNotify=false
- 11-12-2010 #5
I'm running the FF beta from my home directory,opt being reserved for real* software that isn't from the repositories. I just created a desktop shortcut to /home/elija/firefox/firefox and it all seems to work
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 11-12-2010 #6
Let me make an addendum to that, I would actually create a slackbuild script to make the beta into a package, and have that installing it in /opt.


Reply With Quote