Click to See Complete Forum and Search --> : kill nautilus?


sk606
11-10-2002, 05:45 PM
I'm using fluxbox and basically when if i run nautilus it loads its desktop (with background and icons) as well as the file manager. I would imagine that I can keep nautilus from doing this with command options, but my question is, once nautilus has been loaded, how to get rid of this desktop? after closing the file manager window, the desktop persists.

if i didn't make any sense, let me know and i'll try again to explain :)

thanks!

demian
11-10-2002, 05:56 PM
To prevent nautilus from drawing the desktop go to preferences -> Edit preferences -> Windows & Desktop and uncheck the box "Use Nautilus to draw the desktop"

To kill it run ps ax|grep nautilus |awk '{print $1}'|xargs kill

theevilblah
11-10-2002, 06:12 PM
I had the same problem.....If you need a graphical shell then use Konquerer......much faster than Nautilus.....much better GUI as well!

cheers,

Ilya

sk606
11-10-2002, 06:13 PM
thanks! that's it exactly. i should have done man ps and man kill.