Page 77 of 111 FirstFirst ... 2767757677787987 ... LastLast
Results 761 to 770 of 1109

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

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

    Re: HOW-TO easily upgrade Firefox [Fireupdate]

    Quote Originally Posted by Russty of Oz
    Desktop environment?? What is that?

    I am using Ubuntu Breezy Badger that is all I know about it.
    For desktop environments, look [url=http://en.wikipedia.org/wiki/Desktop_environment]here(/URL].

    In a (ubuntu)nutshell: if it's brown, it's GNOME. If it's blue, it's KDE.

    Edit: The errors you encountered were due to the app "dialog" not being found. I know it's included in Breezy, but not in Dapper. But dialog is only used, if kdialog (KDE) or zenity (GNOME) are not available, which they are in Dapper.

    Are you bychange running Xubuntu Beta?
    Last edited by Sokraates; May 6th, 2006 at 03:09 PM.

  2. #762
    Join Date
    Apr 2006
    Location
    Adelaide, South Australia
    Beans
    674
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOW-TO easily upgrade Firefox [Fireupdate]

    Well, mine is brown so it is GNOME.

    No I am not running Xubuntu Beta, it is just plain Ubuntu Breezy Badger 5.10.

    Perhaps the "dialog" not being found was due to the fact that I was attempting to update from FF1.5.0.2 to 1.5.0.3 when there was no 1.5.0.2 on the system? Once I downloaded the right file, it ran with no errors at all.

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

    Re: HOW-TO easily upgrade Firefox [Fireupdate]

    Nope. That wasn't it. Using the wrong file should have resulted in an error message, that the update could not be completed successfully.

    With GNOME, the popups are generated with zenity. But lines 58 and 71 are responsible for dialog, which is only a fallback. It's a strange error I haven't heard about before.

    Anyway. I'm working on an improvement.

  4. #764
    Join Date
    Oct 2005
    Location
    Cranston, RI
    Beans
    43
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOW-TO easily upgrade Firefox [Fireupdate]

    I must say this script was ridiculously easy. Thanks a million to the author of the script. Awesome Job!!!

    Rock

  5. #765
    Join Date
    Jul 2005
    Beans
    8

    Re: HOW-TO easily upgrade Firefox [Fireupdate]

    Quote Originally Posted by rockrhino27
    Thanks a million to the author of the script. Awesome Job!!!
    Rock
    Me too, for other locales, edit the FireupRoot and change en-US with your locale (sorry my english)

  6. #766
    Join Date
    May 2006
    Beans
    1

    Re: HOWTO: Install Firefox 1.5 from mozilla.org

    An even easier way is to run my script.. It's just the procedure process which is already shown, but this is faster if you are lazzy. But first you must...
    - Download the firefox-1.5.0.3.tar.gz file, and put it on your desktop
    - make a file called "install.sh" and add the code below
    run the script from terminal like this
    cd Desktop
    sudo sh install.sh

    THIS CODE DOES NOT SAVE YOUR BOOKMARKS AND SETTING IN FIREFOX. USE ON OWN RISK.. HOWEVER IT WORKS GREAT ON ALL MY COMPUTERS

    Code:
    sudo apt-get install mozilla-mplayer
    cd Desktop
    
    #Pak tar filen ud i OPT folderen
    sudo tar -C /opt -x -z -v -f firefox-1.5.0.3.tar.gz
    
    #Link til plugins
    cd /opt/firefox/plugins/
    sudo ln -s /usr/lib/mozilla-firefox/plugins/* .
    
    #Derefter
    cd
    mv ~/.mozilla/firefox ~/.mozilla/firefox1.0.x.ubuntu
    sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
    sudo ln -s /opt/firefox/firefox /usr/bin/firefox
    sudo dpkg-divert --divert /usr/bin/mozilla-firefox.ubuntu --rename /usr/bin/mozilla-firefox
    sudo ln -s /opt/firefox/firefox /usr/bin/mozilla-firefox
    Last edited by johansrk; May 9th, 2006 at 11:03 AM.

  7. #767
    Join Date
    Apr 2006
    Beans
    59

    Re: HowTo: A script to install Firefox 1.5.0.1

    How come Thunderbird 1.5.0.2 hasn't been added to Dapper's repository yet? Any problems?

  8. #768
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: HowTo: A script to install Firefox 1.5.0.1

    Quote Originally Posted by giuliastro
    How come Thunderbird 1.5.0.2 hasn't been added to Dapper's repository yet? Any problems?
    1.5 is in there. Can't you just use Thunderbird's built-in updater to update it to 1.5.0.2?
    Package mozilla-thunderbird
    * dapper (mail): Mozilla Thunderbird standalone mail client
    1.5-0ubuntu6: amd64 i386 powerpc

  9. #769
    Join Date
    Apr 2006
    Beans
    59

    Re: HowTo: A script to install Firefox 1.5.0.1

    Quote Originally Posted by aysiu
    1.5 is in there. Can't you just use Thunderbird's built-in updater to update it to 1.5.0.2?
    Nope, updater is disabled in both thunderbird and firefox. And I understand this since I don't know how well this way to update programs would go along with Dapper updates.

  10. #770
    Join Date
    Apr 2006
    Location
    Egypt
    Beans
    47
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HowTo: A script to install Firefox 1.5.0.1

    i did all steps to get firefox 1.5 but it didn't work, fireox didn't open
    i had to download the other script to remove it
    and i'm now running the older on(1.0.8)
    is there an easier way to update it?
    Idleness is not doing nothing, Idleness is being free to do anything.

Page 77 of 111 FirstFirst ... 2767757677787987 ... 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
  •