FS#15460 - [thunar] breaks umask after Create Folder operation

Attached to Project: Arch Linux
Opened by Massimo Branchini (max.bra) - Thursday, 09 July 2009, 15:59 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 12 July 2009, 10:05 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

as of http://bugzilla.xfce.org/show_bug.cgi?id=5376

Thunar breaks umask after Create Folder operation


Additional info:
extra/thunar 1.0.1-1


Steps to reproduce:
- File/Create Document/Empty File => file is created with correct permissions
- File/Create Folder => folder is created with correct permissions
- File/Create Folder => folder is created with 0777 permissions
- File/Create Document/Empty File => file is created with 0666 permissions

unlike Kamchybek Jusupov (in above xfce bugzilla bug report), in my system, the break of umask is persistent and not applied only at the first file/dir creation after the mkdir that trigger the bug.
only after restart of thunar daemon the real umask is honored again, of course until next directory creation.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 12 July 2009, 10:05 GMT
Reason for closing:  Fixed
Additional comments about closing:  patch added
Comment by Massimo Branchini (max.bra) - Friday, 10 July 2009, 17:19 GMT
compiled from source applying patch: the problem is gone. umask is always honored.

p.s.: forgot to enclose pkg name in square bracket, sorry

Loading...