Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: "Home folder" opens in media player instead of nautilus

  1. #1
    Join Date
    Feb 2009
    Beans
    4

    Red face "Home folder" opens in media player instead of nautilus

    Hello. I'm using Ubuntu 10.10 x64. Suddenly I found that if I click on "Home folder" in the "Places" (top menu) then this folder is being opened in deadbeaf instead of nautilus. I wonder why. How to fix that?

  2. #2
    Join Date
    Jan 2011
    Location
    Kansas City, KS
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: "Home folder" opens in media player instead of nautilus

    Open a Nautilus window, right click any folder, select "open with other application," select "use a custom command," type nautilus, and be sure to check "Remember this application."

  3. #3
    Join Date
    Feb 2009
    Beans
    4

    Re: "Home folder" opens in media player instead of nautilus

    Thank you, that works!

  4. #4
    Join Date
    Nov 2010
    Beans
    6

    Re: "Home folder" opens in media player instead of nautilus

    Same problem. I have tried this fix but don't see any option to remember. Please advise.

  5. #5
    Join Date
    Jan 2011
    Location
    Kansas City, KS
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: "Home folder" opens in media player instead of nautilus

    Yeah, that was a fidgety solution anyway. We can fix the problem more directly - open the file ~/.local/share/applications/mimeapps.list, find the entry for inode/directory, and remove whatever application is listed before Nautilus in that line.

  6. #6
    Join Date
    Nov 2010
    Beans
    6

    Re: "Home folder" opens in media player instead of nautilus

    Not sure how to open that file. Sorry I am rally new thanks.

  7. #7
    Join Date
    Sep 2011
    Location
    Salem, IL
    Beans
    102

    Re: "Home folder" opens in media player instead of nautilus

    I believe you can open it with gedit or nano. Probably will have to "sudo gedit" or "sudo nano" to be able to overwrite the file. IMHO, gedit is much more user friendly hope this helps out

  8. #8
    Join Date
    Jan 2011
    Location
    Kansas City, KS
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: "Home folder" opens in media player instead of nautilus

    Ooh - no, you wouldn't want to use sudo with this. Just

    Code:
    gedit ~/.local/share/applications/mimeapps.list

  9. #9
    Join Date
    Sep 2011
    Location
    Salem, IL
    Beans
    102

    Re: "Home folder" opens in media player instead of nautilus

    You wouldn't -have- to use sudo or you -shouldn't- use sudo? If youre not supposed to, why not? Just curious, cause if I'm editing any kind of file I sudo before. Usually just in case it doesn't want me to write it

  10. #10
    Join Date
    Jan 2011
    Location
    Kansas City, KS
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: "Home folder" opens in media player instead of nautilus

    Yeah, don't throw sudo around all willy-nilly. It's only needed for system files, and if you use it to edit config files in your home directory, you can change their permissions so that the apps in question can't edit their own preferences anymore.

    Also, if you're using a graphical app like gedit, launch it with gksu, rather than sudo, for similar reasons. Otherwise, it can have a similar effect on gedit's own settings.

    Edit: At Krytarik's suggestion, I'm adding this link on further possible consequences of using sudo with graphical apps. I'd oversimplified a bit, and it's not always problematic, but it can sometimes bork your account entirely, so be sure to use gksu.
    Last edited by Copper Bezel; October 14th, 2011 at 12:24 AM.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •