Changes between Version 2 and Version 3 of Ticket #240, comment 1
- Timestamp:
- Aug 22, 2011, 3:29:24 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #240, comment 1
v2 v3 1 I just found out that all directories showing this problem were created from the file dialog of a QT3 program. I don't know how QT3 manages this. All directories created from the command line or the WPS have permissions 0777. Note, that our current QT4 file dialog sets permissions of a freshly created dir to 0755 (i.e. no write privileges for group dand world).1 I just found out that all directories showing this problem were created from the file dialog of a QT3 program. I don't know how QT3 manages this. All directories created from the command line or the WPS have permissions 0777. Note, that our current QT4 file dialog sets permissions of a freshly created dir to 0755 (i.e. no write privileges for group and world). 2 2 3 BTW, this happens JFS and HPFS, but not on FAT32 or a Novell network. 3 BTW, this happens JFS and HPFS, but not on FAT32 or a Novell network. On the latter even Qt-created dirs show 0777.