Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

if nautilus is closed and I right-click on the launcher icon only the tab "Open in a new window" appears.

Quicklist of the launcher home button is working with all my bookmarks only when nautilus is already open.

I really don't understand what might have happened...

How to restore it?

Thanks!

share|improve this question

2 Answers

up vote 1 down vote accepted

As mentioned in Ubuntu Wiki, there are two type of quicklists: static and dynamic. Bookmarks quicklist is a dynamic quicklist. So, it will be available only if your nautilus is running.

nautilus is always running in background unless you or some process killed it.

If you disabled nautilus to manage your desktop (for example you hid desktop icons) to restore quicklists you can:

  1. Open a folder. From now on nautilus will be running even if you close all Nautilus windows, so quicklists will be displayed.
  2. Just add nautilus -n to a start-up script like .xsessionrc in your home folder (see this answer). Or go to Startup Applications, click "Add" and insert the command nautilus -n. This way you can have nautilus autostarting in the background even if hide-desktop-icons feature is in use.
share|improve this answer
ok, I found the solution: I have my desktop icons hidden (this means nautilus was not able to manage my desktop) so nautilus wasn't running in background. To restore the quicklist also when nautilus windows are closed, I just disabled this feature. Thanks, you brought me to the solution. – Michele Sep 11 '12 at 16:22

Continuing IgniteE's solution:

There is no need to re-enable show-desktop-icons feature. Instead, just add nautilus -n to a start-up script like .xsessionrc in your homefolder. This way you can have nautilus autostarting in the background even if hide-desktop-icons feature is in use.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.