Results 1 to 4 of 4

Thread: Is there a way to specify a default folder for Nautilus

  1. #1
    Join Date
    Dec 2007
    Beans
    186

    Is there a way to specify a default folder for Nautilus

    I want Nautilus to open to a different default folder than my home folder. I found an old post that showed how to do that from the terminal but since I'm a GUI Geek I want to find a way to do it when I click on the Nautilus icon.

    If you want to know why, read on but if you just want to answer my question you don't need to read the rest of this

    I partitioned my hard drive into 3 sections. One for windows vista, one for 11.10 (12.nn doesn't work with my Realtek wifi card) and one for all my data that can be accessible by both Vista and 11.10 (Oneiric Ocelot). I try not to use my home folder to save any files so I never go there for anything. That's why I want Nautilus to open to my "shared/data" drive.

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,209
    Distro
    Ubuntu Budgie Development Release

    Re: Is there a way to specify a default folder for Nautilus

    Are you saying you want the shared data drive permanently mounted in nautilus ? This seems like a catch 22 , use nautilus to create a folder in order it bypass Nautilus/Home Folder.

    I want Nautilus to open to a different default folder than my home folder
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Is there a way to specify a default folder for Nautilus

    You could create a launcher (right-click on the desktop) to open nautilus with a specific folder.

    Put in the command line dialog box: nautilus /home/cforput/defaultfolderthatIalwayswanttoopen

    man nautilus

    or

    nautilus --help

    for more options.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  4. #4
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Is there a way to specify a default folder for Nautilus

    If your "shared/data" volume is automounted on boot then you could simply edit the Exec= line in
    /user/share/applications/nautilus-home.desktop
    (or copy the above to ~/.local/share/applications & edit there

    You'd use
    Code:
    Exec=nautilus /exact/path/to/mountdir/name
    (if it isn't automounted or automounted with decent permissions for your user then you wouldn't do the above

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
  •