El 17/08/2011 06:22 p.m., Mike Gabriel escribió:
Hi Mario,
sorry for top posting...
THANKS for sharing your work, Mario!!!
Could you please do this:
git clone git://code.x2go.org/cups-x2go.git cd cups-x2go <put your changes into the files there> git diff -> then send the diff to patches@x2go.org
Same for x2goserver.git.
This will be much easier to read and use.
Thanks, Mike
@Morty: how do you send Git patches via mail. With you they seem to come directly from the git command. Could you add some lines in the wiki on that?
Ok Mike, here goes. Attached is the file (cups-x2go.diff) generated by "# git diff" with cc: to patches[]x2go.com
Some comments: The user x2goprint is not created by post instalation script in .deb package
/usr/bin/margin-offset.ps is a postscript to add margins to the print job.
The possibility of log to syslog can be removed or better yet, leave it to activate (by declaring a variable and checking with if?) by the administrator to search for errors!
There are problems to correctly detect the client's spool directory (mounted with sshfs) when there are shared folders mounted in the session, by the user (when you call getsessions() at the end).
Thanks. Mario.