(*** This bug was imported into bugs.kde.org ***) Package: Konqueror Version: 2.1 Severity: wishlist Installed from: Debian Package 4:2.1.2-2 (testing/unstable) Compiler: gcc version 2.95.4.20010319 (Debian prerelease) OS: Linux 2.4.4 i686 To also change numerically the permits of the files on Konqueror. For a lot of people it is easier and quick to change the permits of the files with the values chmod in numbers that to mark the stalls. I would be very happy if this option was included when making click in Properties Permits in a file with the Konqueror. I think that under the options of the stalls it could have an option that allowed to insert the numeric values of the permits of the file.
I'm here because I will report this wish too, but i will add one thing, when selecting the file permissions, the numerical number sould appear. It's nothing essencial, but it helps to complete KDE :)
Subject: [Patch] #29984 Change file permission using octal numbers Hello, I wrote a patch to close the feature requested in bug #29984 http://bugs.kde.org/show_bug.cgi?id=29984 . The patch adds a line edit to the permission page of the properties dialog. The user can enter any octal number in the line edit to change the file permission like he would do when using chmod. Additionally the file permissions selected by the user are shown as an octal number. The attached patch is tested against HEAD and works flawlessly for me when applied to kdelibs. May I commit it? Are there any comments for improvements? CU Dom Created an attachment (id=1582) kpropertiesdialog.diff
Subject: Re: [Patch] #29984 Change file permission using octal numbers Hello, Am Donnerstag, 15. Mai 2003 16:20 schrieb Scott Wheeler: > On Thursday 15 May 2003 14:32, Dominik Seichter wrote: > > The patch adds a line edit to the permission page of the properties > > dialog. The user can enter any octal number in the line edit to change > > the file permission like he would do when using chmod. Additionally the > > file permissions selected by the user are shown as an octal number. > > Hmm, to me it just doesn't seem like this belongs in the GUI -- certainly > not simply with the string "Permissions". Well, you are right. The string "Permission" should be changed. I simply had no idea for a better, more descriptive string. Maybe "Octal Permissions" would be better or "chmod Permissions". > I think understanding Unix > permissions is confusing as is, but allowing for setting the octal mode > would just add another widget to the general confusion. This would seem > roughly like being prompted for command line switches when dragging and > dropping a file "because it's more powerful that way". The additional widget might help the user to better understand the concept of unix permissions numbers, because the number is updated in real time, as soon as the user clicks on one of the checkboxes. Maybe there is a possibility to make it more obvious to the user that s/he has not to change anything in this line edit. I can't think of any better way right now. > Anyway -- just my opinion; we'll see what others think... :-) CU Dom
Subject: Re: Change numerically the permits of the files on Konqueror On Thursday 15 May 2003 16:45, domseichter@web.de wrote: > > > I think understanding Unix > > permissions is confusing as is, but allowing for setting the octal mode > > would just add another widget to the general confusion. This would seem > > roughly like being prompted for command line switches when dragging and > > dropping a file "because it's more powerful that way". > The additional widget might help the user to better understand the concept of > unix permissions numbers, because the number is updated in real time, as soon > as the user clicks on one of the checkboxes. Maybe there is a possibility to > make it more obvious to the user that s/he has not to change anything in this > line edit. I can't think of any better way right now. Well, if that's the goal: why is your patch missing massive whatsthis help? Greetings, Stephan
*** Bug 106836 has been marked as a duplicate of this bug. ***
@Peter: what do you think about this wish? could be interesting to implement it on dolphin?
@FiNeX: The corresponding file where the change must be done is in kdelibs and out of scope of Dolphin. From my point of view I'm strongly against this feature. The file properties dialog is used by a lot of users (bug #185551 gives an indication about this). Adding a line editor to the UI that can be used and is understood by only by a very, very small user group should not be part of a UI that is used by other user groups too. I even don't see a benefit for the advanced users in this case: I think it is more effort to right click an item, select "Properties...", select "Permissions", fokus the line editor, type in the permissions instead of pressing F4 to open the konsole and type one line "chmod..."
Ah, in the last sentence I meant "I think it is NOT efficient to right click ...". Sorry!
Thanks Peter. I agree with you. I'll move the request to kdelibs even if I'm against too.
Hi, kdelibs (version 4 and earlier) is no longer maintained since a few years. KDE Frameworks 5 or 6 might already have implemented this wish. If not, please re-open against the matching framework if feasible or against the application that shows the issue. We then can still dispatch it to the right Bugzilla product or component. Greetings Christoph Cullmann