> Is there a way please, to configure Scribus such, that during collection > for output the file properties are set more liberally?
The permissions set when a file is created is generally controlled by the users umask, and the owner and group is controlled by the users main/default group. http://www.cyberciti.biz/tips/understanding-linux-unix-umask-value-usage.html You can change the group files are created with in a few ways, for example by using setgid on the directory. http://stackoverflow.com/questions/1321168/bash-scripting-how-to-set-the-group-that-new-files-will-be-created-with (The links are a few random googled pages, there might be other ways too.) /Peter
