Bug 29984 - Change numerically the permits of the files on Konqueror
Summary: Change numerically the permits of the files on Konqueror
Status: REPORTED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
: 106836 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-07-29 15:03 UTC by Josep Febrer
Modified: 2009-08-04 13:21 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
kpropertiesdialog.diff (4.96 KB, text/x-diff)
2003-05-15 14:33 UTC, domseichter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josep Febrer 2001-07-29 13:33:30 UTC
(*** 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.
Comment 1 Paulo Fidalgo 2003-04-15 19:11:07 UTC
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 :)
Comment 2 domseichter 2003-05-15 14:33:02 UTC
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
Comment 3 domseichter 2003-05-15 16:45:25 UTC
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
Comment 4 Stephan Kulow 2003-05-15 17:07:47 UTC
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

Comment 5 Maksim Orlovich 2005-06-05 17:59:58 UTC
*** Bug 106836 has been marked as a duplicate of this bug. ***
Comment 6 FiNeX 2009-08-04 12:04:30 UTC
@Peter: what do you think about this wish? could be interesting to implement it on dolphin?
Comment 7 Peter Penz 2009-08-04 12:50:29 UTC
@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..."
Comment 8 Peter Penz 2009-08-04 12:51:57 UTC
Ah, in the last sentence I meant "I think it is NOT efficient to right click ...". Sorry!
Comment 9 FiNeX 2009-08-04 13:21:38 UTC
Thanks Peter. I agree with you.
I'll move the request to kdelibs even if I'm against too.