GNOME Bugzilla – Bug 141390
Computer/Home/Trash read only
Last modified: 2004-12-22 21:47:04 UTC
Description of Problem: When the user is added to the root group, but the user isn't root himself, all the Computer, Home and Trash icons appear as read only on the Desktop. Same thing with any mounted network filesystems. Steps to reproduce the problem: 1. Add a user to the root group 2. Login to GNOME with that user 3. Look at Desktop Actual Results: Home, Computer, Trash and Mounted Server icons are read only. Expected Results: Home, Computer, Trash and Mounted Server icons are not read only. How often does this happen? Every time. Additional Information: Fedora Core 2 Test
*** Bug 142499 has been marked as a duplicate of this bug. ***
*** Bug 137684 has been marked as a duplicate of this bug. ***
*** Bug 139792 has been marked as a duplicate of this bug. ***
Created attachment 27748 [details] [review] Proposed Patch (Change default permissions of desktop icons) Desktop icon files get created with user & group = root and permissions of 446 by default. If you're in the root group, Nautilus will determine that the file belongs to your group, see that you don't have write access via the group and show the lock accordingly. If you're root itself, it works because Nautilus assumes that root is almighty anyway. This patch provides group write permissions for desktop icon files by default, which makes the locks go away.
Committed to both branches today; no more locks.
*** Bug 143498 has been marked as a duplicate of this bug. ***