Summary: | Allow user to change ownership of files and folders | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | William Kendrick <nbs> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | ivanmaglica |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Folder's Properties window with "Administrator Mode" ownership-override button
Folder's Properties window, once "Administrator Mode" ownership-override button has been activated |
Description
William Kendrick
2005-06-19 01:42:34 UTC
There are alternative solutions, but none are as user-friendly as the suggestion above would be, I think! * Run a konsole and "su" or "sudo" and use the Unix "chown" command to change permissions * Run Konqueror as root, via "kdesu" * Change the umask of the mounted device via Linux's file system table (fstab) + Run a konsole and "su" or "sudo" and then edit "/etc/stab" with, e.g., "vi" + Edit "/etc/fstab" file with KWrite, via "kdesu" + Install "FSTabEditor" ( http://kde-apps.org/content/show.php?content=15351 ) and use it Created attachment 11507 [details]
Folder's Properties window with "Administrator Mode" ownership-override button
An "Administrator" mode button would prompt the user for the system's root
password, and allow the user to edit properties of the folder/file, just like
they could if they had been running Konqueror as root (e.g., via "kdesu
konqueror")
Created attachment 11508 [details]
Folder's Properties window, once "Administrator Mode" ownership-override button has been activated
After the user clicks "Administrator Mode" to override the ownership of the
file or folder, settings which could not be configured before may now be
altered (just as if the user had been running Konqueror as root).
A red outline in the window reminds the user that they are acting as
administrator (similar to the administrator mode of, e.g., KDE printer settings
window).
This is a duplicate of general Bug 5522: prompt for privilege escalation *** Bug 132558 has been marked as a duplicate of this bug. *** Any reason this is still "UNCONFIRMED" if it's a duplicate of Bug #5522? And in that case, shouldn't Bug #132558 (which is marked as a dup of this) be marked as duplicate of Bug #5522, as well? Thanks! |