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

How do i just restart the nautilus after adding a nautilus script without having to log out.

share|improve this question

2 Answers

up vote 64 down vote accepted

To restart nautilus...

  • First, type the following in your terminal to quit nautilus:

    nautilus -q or killall nautilus

  • Then, open nautilus via Unity menu (press the Super key) or using the run command (Alt+F2)

share|improve this answer
1  
Is there a way to do this without starting a nautilus window? As in it would be running and display a desktop without bringing it's own window. – Bufke May 10 '12 at 20:15
if nautilus crashes, which happens quite easily in 12.04, then your desktop items are gone. This does not help to bring them back permanently. As soon as you close nautilus, the desktop is empty once more. – Anthon Jul 10 '12 at 22:28
nautilus -q

This has done the trick for me.

share|improve this answer
7  
You can also select Karthick's answer as the accepted answer, if it solved your problem, by clicking on the green check mark below the votes. – Stefano Palazzo Jan 4 '11 at 11:02

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.