Mozilla


Results 1 to 12 of 12

Thread: Mozilla

  1. #1
    Join Date
    Oct 2006
    Posts
    27

    Mozilla

    My Mozilla is screwing up and now I can't get it to start up, it tries but it will not. It started when they wanted me to install Flash Player so I did and after that Mozilla would not start. The taskbar would say starting Mozilla but that would just crash.

    Any advice?
    Registered Linux User #432881
    Proud Linux User since December 29, 2006.

    Running

    Ubuntu 6.06 on Desktop

  2. #2
    Join Date
    Oct 2002
    Location
    Denver, Colo.
    Posts
    291
    Did you reboot?
    And for a fleeting second...I was not sure if I was a man dreaming I was a butterfly, or, a butterfly dreaming I was a man....Lao-tzu

  3. #3
    Join Date
    Oct 2005
    Location
    Nuernberg, Germany
    Posts
    183
    A reboot, is normally only needed after a kernel upgrade. Try renaming /usr/lib/mozilla/plugins/libflashplayer.so to /usr/lib/mozilla/plugins/libflashplayer.so.bak and see if it still crashes then

    Jeremy

  4. #4
    Join Date
    Mar 2003
    Location
    Tampa, FL USA
    Posts
    2,193
    I also suggest rebooting, because there may be a program that is running that needs to be shutdown. If that doesn't solve it, run mozilla from a commandline/xterm and copy/paste to us the output.

  5. #5
    Join Date
    Sep 2003
    Location
    Rochester, MN
    Posts
    3,604
    If it is an extension you can just start it with the -safe-mode switch and it will disable all of them. If that works, then it's just an extension problem.

  6. #6
    Join Date
    Oct 2006
    Posts
    27
    Quote Originally Posted by cybertron
    If it is an extension you can just start it with the -safe-mode switch and it will disable all of them. If that works, then it's just an extension problem.

    How do I run it in safe-mode, I am not quite sure of how to do that.
    Registered Linux User #432881
    Proud Linux User since December 29, 2006.

    Running

    Ubuntu 6.06 on Desktop

  7. #7
    Join Date
    Oct 2002
    Location
    Illinois
    Posts
    3,281
    he just told you, with the "-safe-mode" switch

    $ mozilla-firefox -safe-mode

    -safe-mode Disables extensions and themes for this session.

  8. #8
    Join Date
    Oct 2006
    Posts
    27
    I know but, every time I type in

    $ mozilla-firefox -safe-mode

    it returns an error message:

    bash: mozilla-firefox: command not found

    so I thought I was doing something wrong and could get a fix
    Registered Linux User #432881
    Proud Linux User since December 29, 2006.

    Running

    Ubuntu 6.06 on Desktop

  9. #9
    Join Date
    May 2003
    Location
    San Diego, CA
    Posts
    140
    Quote Originally Posted by Loismustdie
    My Mozilla is screwing up and now I can't get it to start up
    When you say Mozilla, do you mean Firefox?

    On my system, running
    Code:
    $ firefox
    starts Firefox.

    Try:
    Code:
    $ firefox -safe-mode
    "bash: mozilla-firefox: command not found" means that "mozilla-firefox" is not a valid command.
    Last edited by nabetse; 01-04-2007 at 11:26 PM.

  10. #10
    Join Date
    Oct 2006
    Posts
    27
    Alright I tried the firefox -safe-mode command (I just didn't think about using firefox command), but firefox still crashes even in safe-mode.
    Registered Linux User #432881
    Proud Linux User since December 29, 2006.

    Running

    Ubuntu 6.06 on Desktop

  11. #11
    Join Date
    Oct 2006
    Posts
    27
    I appreciate all your help and I got the problem fixed. I had to access the root user and then invoke the firefox script from the terminal in root. It is odd but I can live with it, until I figure how to fix it through some research.
    Registered Linux User #432881
    Proud Linux User since December 29, 2006.

    Running

    Ubuntu 6.06 on Desktop

  12. #12
    Join Date
    Oct 2002
    Location
    Illinois
    Posts
    3,281
    mv ~/.mozilla ~/.mozilla.bak

    start firefox, whatever you did extensions or something else made it unstable, dont do it again

Posting Permissions

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