GNOME Bugzilla – Bug 139470
Desktop/ directory is created although using --no-desktop
Last modified: 2008-03-19 14:39:17 UTC
- Switch of the option to use the home directory as desktop folder - Delete ~/Desktop/ - start nautilus --no-desktop - Desktop/ directory is back again I think it should not create Desktop/ when the --no-desktop Option is in use.
Thanks for your bug report.
*** Bug 302875 has been marked as a duplicate of this bug. ***
from #302875 it should not be created when using ~/ as Desktop neither
Created attachment 76321 [details] [review] Fixes the problem Problem was already fixed in CVS for the case where the home directory is the desktop. This patch fixes the other case.
Created attachment 107602 [details] [review] dont_create_Desktop.patch Updated patch for nautilus 2.22
Ok, this will break all "Desktop" links in nautilus. --no-desktop is meant as "don't show icons on the desktop" according to Alex and as nautilus needs some desktop directory for working properly it has to be created if not existing yet. Current nautilus uses xdg-user-dirs to get the desktop directory so if you're using nautilus from another desktop environment and don't want it to create another Desktop directory you should update your xdg-user-dirs settings instead. Closing this bug as fixed, as the real bug (creates ~/Desktop if ~ is selected as Desktop) is fixed since some time already.