PDA

View Full Version : [SOLVED] Unity: Nautilus does not ctrl-d - no bookmark adding possible



lptr
July 16th, 2012, 03:14 PM
Anyone found a solution that I can add bookmarks to Nautilus as I did this before when using GNOME?

Currently ctrl-d or directly selecting menu item does nothing.

Thanks.


Ubuntu 12.04 current patch state

lptr
July 17th, 2012, 05:46 AM
nobody?

Searched for this on the net. Could not even find something about on launchpad. Is this a new bug or feature in Unity?

lptr
July 17th, 2012, 06:48 PM
Seems to be a feature.

I tried things out on my old installation (Gnome2). See screenshots: First two showing Gnome2 Nautilus. This one has an entry line containing the full path. This one is missing in Unity's Nautilus (see third screenshot).

As this address line is responsible for bookmarking (Ctrl-D) and seems to be empty (hidden or non existent whatever) no bookmarks can be added into sidebar.

Is there any way to get this address bar back into Nautilus for Unity? Is there any hidden switch or plugin that needs to get installed?

Any ideas?

Frogs Hair
July 18th, 2012, 01:06 AM
I just added my Conky folder to bookmarks . I opened help and the instructions said to open the folder and select add bookmarks. I wasn't able to add the folder without opening it.

lptr
July 18th, 2012, 05:48 AM
Thanks for reply.

I have to revert. It adds a bookmark. I am safe it did not yesterday - strange. Anyways I expected to see this new entry under the entries not as the first entry.

From your screenshot I see that bookmarks in English version of Nautilus is arranged differently. Did you rearrange this order, or is this just default?

Mine looks like this:

Frogs Hair
July 18th, 2012, 02:44 PM
Nautilus is default with a different theme. I was logged in to the Gnome shell that is why the application menu appears in Nautilus. It would be on the top panel in Unity.

fercho15
December 10th, 2012, 06:55 PM
Yes, ctrl-d does not work as expected. You can also use the command line (Not difficult at all). Follow these instructions:

1. Open a terminal.
2. cd ~ ( to make sure you are in your home directory)
3. sudo gedit gtk-bookmarks
4. You will find a list of folders like "file:///home/user/Documents" among others. Create your own links to the folders you want to add following the exact format.
5. Save you gtk-bookmarks file and close it.
6. type nautilus -q to exit your file explorer

Is done. Next time you start nautilus the folders must be there, of course if the paths you included are all right.

This was successfully tested in a Ubuntu 12.04 machine running gnome3.

** In line 3, you can use your preferred editor gmacs, vi or vim, gedit is always available in the repository (sudo apt-get install gedit)

Enjoy it !

baillou2
January 21st, 2013, 08:10 AM
Yes, ctrl-d does not work as expected. You can also use the command line (Not difficult at all). Follow these instructions:

1. Open a terminal.
2. cd ~ ( to make sure you are in your home directory)
3. sudo gedit gtk-bookmarks
4. You will find a list of folders like "file:///home/user/Documents" among others. Create your own links to the folders you want to add following the exact format.
5. Save you gtk-bookmarks file and close it.
6. type nautilus -q to exit your file explorer

Is done. Next time you start nautilus the folders must be there, of course if the paths you included are all right.

This was successfully tested in a Ubuntu 12.04 machine running gnome3.

** In line 3, you can use your preferred editor gmacs, vi or vim, gedit is always available in the repository (sudo apt-get install gedit)

Enjoy it !

This did the trick. I also love knowing that that file exists in the first place. Never noticed it before.

Thanks a million.

But the bug still needs to be fixed. I mean, really, this is ridiculous.