Expected, as illustrated by the shell's behaviour:

craig:~$ mkdir test
craig:~$ touch test/testf
craig:~$ find test -ls
3227979    4 drwxrwxr-x   2 craig    users        4096 Jun 25 15:12 test
3227984    0 -rw-rw-r--   1 craig    users           0 Jun 25 15:12 test/testf

Actual results from Thunar:

craig:~$ find thunartest/ -ls
3228002    4 drwxr-xr-x   2 craig    users        4096 Jun 25 15:14 thunartest/
3228003    0 -rw-r--r--   1 craig    users           0 Jun 25 15:14 
thunartest/thunartestfile

Results after patch:

craig:~$ find thunartest/ -ls
3228002    4 drwxrwxr-x   2 craig    users        4096 Jun 25 15:14 thunartest2/
3228003    0 -rw-rw-r--   1 craig    users           0 Jun 25 15:14 
thunartest2/thunartestfile2

Patch attached.

-- 
Thunar overrides the user's umask
https://bugs.launchpad.net/bugs/242842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to