Results 1 to 4 of 4

Thread: Help! "Could not open location"

  1. #1
    Join Date
    Nov 2004
    Location
    Moscow, ID
    Beans
    42
    Distro
    Ubuntu 9.10 Karmic Koala

    [SOLVED] Help! "Could not open location"

    Turns out, SOMEHOW nautilus got uninstalled. Installed it and everything is fine.


    Something is wrong with gnome/x: Whatever files/icons I had on my desktop, as well as my wallpaper, have disappeared. When I try to go anywhere in Places, I get the error:
    Could not open location 'file:///home/slick/Documents' There is no default action associated with this location. !!!!

    Things were working fine last night, through a reboot (usb devices sometimes lock up my computer, different issue...), I haven't messed with anything since then, and now it's totally screwed. I have of course tried turning it off and on again. (IT crowd anyone? )

    At least I can still open Firefox and get a terminal window up, so hopefully with the help our fine community members I can fix this!

    Edit: I get the same error if I hit alt-F2 to get the gnome run dialog and type in the location.
    Last edited by slick_nick; May 10th, 2008 at 01:51 AM. Reason: Solved.

  2. #2
    Join Date
    May 2007
    Beans
    7,032
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help! "Could not open location"

    This sounds like a problem with the configuration settings for Nautilus. Just to test this to make certain, try this: open a terminal window, and type:
    Code:
    mv .gconf/apps .gconf/apps-backup
    Essentially, this renames the directory where Nautilus's settings reside. This will force it to regenerate the default settings. After doing this, try opening up the file manager again and see if it works now.

    At any time, you can restore the old (broken) settings by running:
    Code:
    mv .gconf/apps-backup .gconf/apps
    However, first, you may want to compare the old Nautilus file with the new one. open up both of these (and post them here if you need help troubleshooting):
    Code:
    .gconf/apps/nautilus/%gconf.xml
    and
    Code:
    .gconf/apps-backup/nautilus/%gconf.xml
    Hope this helps.
    I am aware of all internet traditions. | Getting the best help | Text formatting codes | My last.fm profile
    Should I PM support questions? NO!

  3. #3
    Join Date
    Nov 2004
    Location
    Moscow, ID
    Beans
    42
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help! "Could not open location"

    Still broken I wouldn't be too upset if I had to do a reinstall of Hardy but would like to figure this out!

    The %gconf.xml in the nautilus folder is blank; there is also a folder called 'preferences' in that folder, with another %gconf.xml; all it has is
    Code:
    <?xml version="1.0"?>
    <gconf>
            <entry name="navigation_window_saved_geometry" mtime="1209854363" type="string">
                    <stringvalue>1279x950+0+25</stringvalue>
            </entry>
            <entry name="navigation_window_saved_maximized" mtime="1209890292" type="bool" value="true">
            </entry>
    </gconf>
    Edit: I just tried saving a picture to the desktop from firefox, and it didn't show up on the desktop. When I right-click and say Open Containing Folder, it brings up a Launch Application dialog, which says "This link needs to be opened with an application". Also went to System -> Preferences -> Appearance and trying setting a desktop image, to no avail. It is stuck on a sort of flesh-tone right now...oddly it looks lighter than the default color in Appearance?
    Last edited by slick_nick; May 5th, 2008 at 10:30 PM.

  4. #4
    Join Date
    Nov 2009
    Beans
    3

    Re: Help! "Could not open location"

    sudo apt-get install nautilus


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
  •