Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316681 - xfce-base/thunar-1.0.1 breaks umask after Create Folder operation
Summary: xfce-base/thunar-1.0.1 breaks umask after Create Folder operation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: XFCE Team
URL: http://bugzilla.xfce.org/show_bug.cgi...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 15:28 UTC by Ivan Ponomarev
Modified: 2010-04-22 15:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fix-umask-handling.patch from debian (thunar-1.0.1-fix-umask-handling.patch,2.25 KB, patch)
2010-04-22 15:29 UTC, Ivan Ponomarev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Ponomarev 2010-04-22 15:28:36 UTC
xfce-base/thunar-1.0.1 breaks umask after Create Folder operation

any application runned from thunar after Create Folder operation save files with 0666 permissions

patch from debian fix it http://patch-tracker.debian.org/patch/series/dl/thunar/1.0.1-3/04_fix-umask-handling.patch

Reproducible: Always

Steps to Reproduce:
1.File/Create Document/Empty File
2.File/Create Folder
3.File/Create Folder
4.File/Create Document/Empty File

Actual Results:  
first file is created with correct permissions
first folder is created with correct permissions
second folder is created with 0777 permissions
second file is created with 0666 permissions


Expected Results:  
first file is created with correct permissions
first folder is created with correct permissions
second folder is created with correct permissions
second file is created with correct permissions
Comment 1 Ivan Ponomarev 2010-04-22 15:29:08 UTC
Created attachment 228773 [details, diff]
fix-umask-handling.patch from debian
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-04-22 15:41:59 UTC
+  22 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +thunar-1.0.1-r1.ebuild, +files/thunar-1.0.1-fix-umask-handling.patch:
+  Fix umask handling after Create Folder operation wrt #316681 by Ivan
+  Ponomarev.