! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Setting permission recusivelly in xffm
Status:
RESOLVED: LATER
Severity:
enhancement

Comments

Description Rog 2005-03-26 17:05:27 CET
I would like to have an option to apply permissions in a directory recursivelly,
like Konqueror has. This option can be in the same permissions tab of properties
window and if possible the same for owners. 

Reproducible: Always
Steps to Reproduce:
1. Open xffm
2. Select a directory, right click and select File->Properties
3. Click in permissions tab.

Actual Results:  
The recursive option isn't avaliable.

Expected Results:  
An option to set the permissions recursivelly.

I know, it can be done in terminal, but this option in xffm will be very usefull.
Comment 1 edscott editbugs 2005-03-27 05:15:40 CEST
This feature is currently disabled. You can enable it by modifying file
properties.c with a "#define RECURSIVE_BUTTON" at the top.

Problem: when you recursively modify properties you modify properties of files
within directories and the directories themselves. Since directories *must* be
executable to be readable, this attribute should not be changed. 

We are waiting for someone to contribute a patch to fix this issue and thus
reenable the recursive button. Probably have to do a recursive glob end send out
a chmod(2) for each file instead of forking to a single process to chmod(1). 
Comment 2 Rog 2005-03-27 13:10:44 CEST
I'll take a look in the sources and try to fix it.

Bug #868

Reported by:
Rog
Reported on: 2005-03-26
Last modified on: 2009-07-14

People

Assignee:
edscott
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information