Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Firefox help - Opened firefox using sudo

  1. #11
    Join Date
    Apr 2006
    Beans
    176

    Re: Firefox help - Opened firefox using sudo

    Fixed it myself. What happened is, when I viewed firefox as root, it changed the owner of the profile.js file to root and user permissions to none. I changed the permissions back and everything is working fine

  2. #12
    Join Date
    Jun 2008
    Beans
    24
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Firefox help - Opened firefox using sudo

    nice one buddy!! well done

    i certainly wouldn't have thought of that... still have so much to learn about ubuntu

    grats!

  3. #13
    Join Date
    Apr 2008
    Location
    Wisconsin
    Beans
    766
    Distro
    Ubuntu

    Re: Firefox help - Opened firefox using sudo

    ahh so it would of reset each time, will have to remember that myself

  4. #14
    Join Date
    Apr 2006
    Beans
    176

    Re: Firefox help - Opened firefox using sudo

    True. Also, I had to change the StartWithLastProfile variable in profiles.ini file to 0 so that it will not open with the root profile.

  5. #15
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Firefox help - Opened firefox using sudo

    A quick fix would probably have been:
    sudo chown saratchandra:saratchandra ~/.mozilla
    (or whatever your username is).

  6. #16
    Join Date
    Oct 2006
    Beans
    15

    Smile Re: Firefox help - Opened firefox using sudo

    I did the same thing trying to remove an extension and couldn't understand what went wrong. This really helped me out. I only modified the command slightly

    Code:
    sudo chown -R username:usergroup ~/.mozilla/
    Note: Obviously replace username and usergroup with whatever yours may be.

    That hits everything in the directory in one go. Thanks!

  7. #17
    Join Date
    Jan 2008
    Location
    London, UK
    Beans
    474
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Firefox help - Opened firefox using sudo

    Good deal... I was going to say delete your firefox profile (home/user/.mozilla/firefox) Delete both the folder whatever.default and profiles.ini. This would cause a new profile to be created. Or as cog said, resetting the permissions.

Page 2 of 2 FirstFirst 12

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
  •