Results 1 to 5 of 5

Thread: No Firefox after upgrade to Narwal.

  1. #1
    Join Date
    Jan 2011
    Beans
    88
    Distro
    Ubuntu 11.04 Natty Narwhal

    No Firefox after upgrade to Narwal.

    Afternoon,

    I've just completed my upgrade to Natty Narwal and everything seems fine. I am able to open most if not all applications, all except Firefox. I've tried opening it and the egg timer/wheel spins and then returns to arrow without actually opening firefox.

    Ive been into the software manager and unintalled and reinstalled Firefox but it doesnt make any difference. Can anyone help me restore this.

  2. #2
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: No Firefox after upgrade to Narwal.

    Hi there,

    What happens if you run this from a terminal?

    Code:
    firefox-4.0
    I'm pretty sure that 11.04 moved to v4, otherwise, substitute with just firefox.

  3. #3
    Join Date
    Jan 2011
    Beans
    88
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: No Firefox after upgrade to Narwal.

    yep that worked. It didnt like firefox-4.0 but when i did sudo firefox it fired up. Thankyou.

  4. #4
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: No Firefox after upgrade to Narwal.

    It probably doesn't call it firefox-4 unless you did a pre-11.04 manual install.

    I'm guessing that the link is bad, but it should be the standard "firefox %u".

  5. #5
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: No Firefox after upgrade to Narwal.

    Quote Originally Posted by meddyuk View Post
    yep that worked. It didnt like firefox-4.0 but when i did sudo firefox it fired up. Thankyou.
    You should never use sudo with firefox. You need to fix the permissions issues caused by that. See http://www.webgapps.org/firefox/issues-and-solutions

    Also please provide the firefox-report.txt file generated by the commands below:

    Code:
    echo 'Ubuntu Architecture' > ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    uname -a >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    echo 'Ubuntu Version' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    cat /etc/lsb-release >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    echo 'Firefox Packages' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    dpkg --get-selections | grep 'firefox*' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    echo 'Firefox binaries' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    which firefox >> ~/Desktop/firefox-report.txt
    file /usr/bin/firefox >> ~/Desktop/firefox-report.txt
    file /usr/local/bin/firefox >> ~/Desktop/firefox-report.txt
    file /opt/firefox/firefox >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    echo 'Firefox divertion' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    file /usr/bin/firefox.ubuntu >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    echo 'Sources' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    ls /etc/apt/sources.list.d >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    echo 'Flash packages' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    dpkg --get-selections | grep 'flash*' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    echo 'pluginreg.dat' >> ~/Desktop/firefox-report.txt
    echo '' >> ~/Desktop/firefox-report.txt
    cat ~/.mozilla/firefox/**/pluginreg.dat >> ~/Desktop/firefox-report.txt
    firefox ~/Desktop/firefox-report.txt
    Most likely that the culprit is the global menu or an extension.

    Start Firefox in safe mode:

    Code:
    firefox -safe-mode
    If it starts, disable the global menu integration add-on and restart Firefox.

    If not, see http://www.webgapps.org/firefox/general-troubleshooting
    Last edited by lovinglinux; May 6th, 2011 at 07:57 PM.

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
  •