For example, check umask: $ umask 0002 start f-spot and import a picture: "test.jpg". In my case the file will be copied to: ~/afb/2007/05/28/ create a file: $ touch ~/afb/2007/05/28/file check the results: $ ls ~/afb/2007/05/28/ -la totaal 1392 drwxrwsr-x 2 gercokees samen 4096 2008-03-12 19:17 . drwxrwsr-x 3 gercokees samen 4096 2008-03-12 19:16 .. -rw-rw-r-- 1 gercokees samen 0 2008-03-12 19:17 file -rw-r--r-- 1 gercokees samen 1410133 2008-03-12 19:16 test.jpg [EMAIL PROTECTED]:~$
notice the wrong file-permissions for the file "test.jpg" (should be rw- rw-r--) -- f-spot should obey umask https://bugs.launchpad.net/bugs/201395 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in ubuntu. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
