Results 1 to 6 of 6

Thread: MAJOR nautilus problem - please help!

  1. #1
    Join Date
    Mar 2006
    Location
    Oxford, OH, USA
    Beans
    1,055
    Distro
    Ubuntu 16.04 Xenial Xerus

    Angry MAJOR nautilus problem - please help!

    I have a wierd, and potentially catastrophic problem with my Karmic install. On the Open With menu I ALWAYS for every file have the option to Open With "Nautilus" (see screenshot).

    I have tried to poke around and figure out how to REMOVE the nautilus option, which seems to be VERY hard to do. I was following this post: http://ubuntuforums.org/showthread.php?p=2161195

    This is the code for nautilus.desktop from my ~/.local/share/applications

    Code:
    [Desktop Entry]
    Encoding=UTF-8
    Exec=nautilus --no-desktop %U
    Hidden=true
    Icon=folder-open
    MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory;application/x-gnome-saved-search;
    Name=Open Folder
    NoDisplay=true
    OnlyShowIn=GNOME;
    StartupNotify=true
    Terminal=false
    TryExec=nautilus
    Type=Application
    X-GNOME-Bugzilla-Bugzilla=GNOME
    X-GNOME-Bugzilla-Component=general
    X-GNOME-Bugzilla-Product=nautilus
    X-GNOME-Bugzilla-Version=2.28.1
    X-Ubuntu-Gettext-Domain=nautilus
    Should I delete the bolded MimeType? I don't think would be a good idea.

    Can anyone please help?

    Thanks,
    CH
    Attached Images Attached Images
    ________________________________
    System76 Lemur Laptop
    Ubuntu Xenial Xerus LTS 16.04
    Linux Registered User #434330

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: MAJOR nautilus problem - please help!

    i've no experience with this but "Hidden=true" does make the job itself

    forgot to say you might use gconf-editor instead to set your prefs
    Last edited by dino99; June 16th, 2010 at 05:08 PM.

  3. #3
    Join Date
    Dec 2007
    Location
    The last place I look
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: MAJOR nautilus problem - please help!

    backup your file first, but it should be safe to mess with. the inode\directory token seems a little out of place. just make sure you are familiar enough with the cli to undo your change if you lose the ability to open stuff in nautilus.
    Things are rarely just crazy enough to work, but they're frequently just crazy enough to fail hilariously.

  4. #4
    Join Date
    Mar 2006
    Location
    Oxford, OH, USA
    Beans
    1,055
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: MAJOR nautilus problem - please help!

    Quote Originally Posted by dino99 View Post
    i've no experience with this but "Hidden=true" does make the job itself
    Explain this statement - it doesn't make sense to me.

    forgot to say you might use gconf-editor instead to set your prefs
    Where would I find the relevant settings?
    ________________________________
    System76 Lemur Laptop
    Ubuntu Xenial Xerus LTS 16.04
    Linux Registered User #434330

  5. #5
    Join Date
    Mar 2006
    Location
    Oxford, OH, USA
    Beans
    1,055
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: MAJOR nautilus problem - please help!

    Quote Originally Posted by doas777 View Post
    backup your file first, but it should be safe to mess with. the inode\directory token seems a little out of place. just make sure you are familiar enough with the cli to undo your change if you lose the ability to open stuff in nautilus.

    I'm pretty good with CLI; what is a "token" and how does that work?
    ________________________________
    System76 Lemur Laptop
    Ubuntu Xenial Xerus LTS 16.04
    Linux Registered User #434330

  6. #6
    Join Date
    Dec 2007
    Location
    The last place I look
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: MAJOR nautilus problem - please help!

    Quote Originally Posted by cement_head View Post
    I'm pretty good with CLI; what is a "token" and how does that work?
    sorry, it's a programmer term.
    the line you had in bold, is several "tokens" of text, divided by semicolons. a token is just a discrete bit of data that is in a string with other data. think of each word in a sentence as a token, and the sentence as the string itself.

    I'm suggesting that you try removing the "inode\directory" token so your line woudl then look like:
    Code:
    MimeType=x-directory/gnome-default-handler;x-directory/normal;application/x-gnome-saved-search;
    no idea if that is the correct answer, just the first thing I would try (after backing the file up, of course).
    Things are rarely just crazy enough to work, but they're frequently just crazy enough to fail hilariously.

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
  •