Page 65 of 111 FirstFirst ... 1555636465666775 ... LastLast
Results 641 to 650 of 1109

Thread: HowTo Install the Latest Firefox in Ubuntu (Ultimate HowTo)

  1. #641
    Join Date
    Feb 2006
    Location
    Colorado
    Beans
    22
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Install Firefox 1.5 from mozilla.org

    I'm having problems with flash too.

  2. #642
    Join Date
    Mar 2006
    Beans
    31

    Question Bookmarks do not get saved after installing 1.5.0.1

    I followed the instructions with a new install of Ubuntu 5.10. Firefox works quite well now. However, my bookmarks don't get saved. When I place a bookmark, it's not there anymore when I close and start Firefox again. Any tips on how I can resolve this?

  3. #643
    Join Date
    Dec 2005
    Location
    What a weird trip.....
    Beans
    4,676
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW-TO easily upgrade Firefox [Fireupdate]

    Quote Originally Posted by Sokraates
    Nope. It's not recommended, since you risk changing the ownership of your extensions to "root".

    The correct way is to start Firefox both times with
    Code:
    sudo firefox -safe-mode
    so that no extensions will be loaded.

    You are right, in that the update can be done otherwise and through Firefox' menus. But Fireupdate is for all the users who don't want to use a terminal or remember to start Firefox two times as root. Rather they should just click on an icon and be done.

    I stand corrected, thank you.
    If at first you don't succeed - just buy the company and tell them to make the one you want.

  4. #644
    Join Date
    Dec 2005
    Location
    What a weird trip.....
    Beans
    4,676
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW-TO easily upgrade Firefox [Fireupdate]

    Quote Originally Posted by funchords
    Did you mean Help Menu item or Help Tab?

    I didn't see a Help Tab, and I didn't see a (button?) on the Help Menu. I did see such a choice in the Edit / Preferences / Advanced menu, but it did not return any updates: Firefox was not able to find any available updates.

    This is with the Firefox 1.0.7 version that is installed by default on 5.10.

    OK....Click "Help" and then Click "Check for updates". Does it need to get any easier. And whats the difference anyway. It is a button, no matter what it looks like.
    If at first you don't succeed - just buy the company and tell them to make the one you want.

  5. #645
    Join Date
    Jul 2005
    Location
    Vienna, Austria
    Beans
    234
    Distro
    Kubuntu Karmic Koala (testing)

    Re: HOW-TO easily upgrade Firefox [Fireupdate]

    There is a difference between a menu-option and a tab. Anyway, funchords' problem was, that he didn't have FF 1.5 installed in the first place.

  6. #646
    Join Date
    Jul 2005
    Location
    Vienna, Austria
    Beans
    234
    Distro
    Kubuntu Karmic Koala (testing)

    Re: HOWTO: Install Firefox 1.5 from mozilla.org

    It looks as if the permissions or the ownership have been changed. Take a look at bookmarks.html (I believe thats the name) in your profile. If the ownership is set to "root", change it with
    Code:
    sudo chown -R yourusername:yourusername ~/.mozilla/firefox/yourprofile
    This will affect the whole profile, since usually a few files are changed.

    If you don't have write-permission, type
    Code:
    sudo chmod 660 ~/.mozilla/firefox/yourprofile/bookmarks.html
    This command will only affect the bookmark-file.

  7. #647
    Join Date
    Jun 2005
    Beans
    159
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install Firefox 1.5 from mozilla.org

    Sorry if this has already been addressed, (i read the first 8 pages and probasbly should read the rest) but I installed Firefox 1.5 last night on my laptop. The reason I did was I have FF 1.5 on our other operating system and my wife loves it with a particular theme. The Theme is only availible on 1.5 . I thought it would be good to make Ubuntu look the same for her, besides it being faster. First time I installed it, the firefox command from terminal was not recognized. I backed up through my commands and found a typo. Then it started once, but not again even after reboot it said firefox was already running and I had to stop it before restarting. After some looking I could not find the error so I started the install from after downloading the tar. This time it works. But I could not restore my saved bookmarks etc. Said it could find the file on the desktop. I was looking at my desktop folder and clicked on the ff* folder (don't remember the exact name.) and all of a sudden like I was clicking on things my desktop icons started disappearing one at a time untill they were mostly gone including my FF folder. Not in the trash bin Don't know what happened, but I would guess the directions were ok, just I had to many typo's and something else?

    Anyway my question is, would it be possible when a person creates a write up on how to install ff or any other product, a command file of some kind could be created that us senile old folks could down load with all the commands I had to type?Would minimize finger checks and make the installation easier like for that other operating system. I realise it would work if a person had modified their system but most of us that don't know much are pretty stock. Just an idea. It will be tomorrow night before I get back to the laptop, will try to read more post before then.
    Natty 11.04 (Ubuntu Classic) installed dual boot on HP DV6646US laptop. Nvidia 7150M, Broadcom 4321AG. - Natty 11.04, dual boot on home built desktop, 2 gb memory, AMD Athlon 3000+ Gnucash Gramps Thunderbird /Lightning Skype K3b Chromium -

  8. #648
    Join Date
    Mar 2006
    Beans
    63
    Distro
    Edgy Eft Testing

    Re: HOWTO: Install Firefox 1.5 from mozilla.org

    I followed through the steps and it worked great!!... the second time , but now the Package Manager wants me to "update" to the 1.0.7 ubuntu version... any ideas how to get rid of this? (I'm pretty new to ubuntu btw)

    Edit: Seems like some dependencies are broken... ubuntu-desktop, yelp etc need firefox and it shows up as uninstalled
    Last edited by Xilon; March 14th, 2006 at 11:54 AM.

  9. #649
    Join Date
    Oct 2005
    Beans
    1,887

    Re: HOWTO: Install Firefox 1.5 from mozilla.org

    Quote Originally Posted by Xilon
    Seems like some dependencies are broken... ubuntu-desktop, yelp etc need firefox and it shows up as uninstalled
    I would say first do these:
    Code:
    cp .mozilla/firefox .mozilla/firefox.backup
    # First, /usr/bin/firefox
    sudo rm /usr/bin/firefox
    sudo dpkg-divert --rename --remove /usr/bin/firefox
    # Then, /usr/bin/mozilla-firefox, used as the default gnome browser
    sudo rm /usr/bin/mozilla-firefox
    sudo dpkg-divert --rename --remove /usr/bin/mozilla-firefox
    then let the package manager download firefox 1.0.7 and install it. firefox shouldn't be removed.

    then do these:
    Code:
    # First, /usr/bin/firefox
    sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
    sudo ln -s /opt/firefox/firefox /usr/bin/firefox
    # Then, /usr/bin/mozilla-firefox, used as the default gnome browser
    sudo dpkg-divert --divert /usr/bin/mozilla-firefox.ubuntu --rename /usr/bin/mozilla-firefox
    sudo ln -s /opt/firefox/firefox /usr/bin/mozilla-firefox
    don't launch firefox in the process. This should fix it, as you will have firefox 1.0.7 installed (for dependencies) as well as 1.5 default browser (for enjoyment).

    PS. Almost all commands are from the wiki page.

  10. #650
    Join Date
    Mar 2006
    Beans
    63
    Distro
    Edgy Eft Testing

    Re: HOWTO: Install Firefox 1.5 from mozilla.org

    I think it worked, thanks a lot!

Page 65 of 111 FirstFirst ... 1555636465666775 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •