Re: [X2go-dev] [PATCH] x2gosession will now suspend the current session if no parameter is given

2011-04-11 Thread John A. Sullivan III
On Mon, 2011-04-11 at 18:16 +0200, Moritz Struebe wrote: > Ok, I added it to the patch. I also fixed the commit-message. I'll wait > one or two days whether there are any other objections. > > Cheers > Morty > > On 2011-04-11 17:05, Mike Gabriel wrote: > > Hi Morty, > > > > On Mo 11 Apr 2011 15:5

Re: [X2go-dev] [PATCH] x2gosession will now suspend the current session if no parameter is given

2011-04-11 Thread Moritz Struebe
Ok, I added it to the patch. I also fixed the commit-message. I'll wait one or two days whether there are any other objections. Cheers Morty On 2011-04-11 17:05, Mike Gabriel wrote: > Hi Morty, > > On Mo 11 Apr 2011 15:53:00 CEST Moritz Struebe wrote: > >> Hmm, looks like I did something wrong. :

Re: [X2go-dev] [PATCH] x2gosession will now suspend the current session if no parameter is given

2011-04-11 Thread Mike Gabriel
Hi Morty, On Mo 11 Apr 2011 15:53:00 CEST Moritz Struebe wrote: Hmm, looks like I did something wrong. :( Here comes the patch manually. Would also be nice for x2goterminate-session... Mike -- DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (43

Re: [X2go-dev] [PATCH] x2gosession will now suspend the current session if no parameter is given

2011-04-11 Thread Moritz Struebe
Hmm, looks like I did something wrong. :( Here comes the patch manually. Morty -- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen

[X2go-dev] [PATCH] x2gosession will now suspend the current session if no parameter is given

2011-04-11 Thread Moritz . Struebe
Hi there, this patch will simplify suspending a session from the console, by using the currently active session, if none is given. If there are no objections I'll push it to the repo. Cheers Morty ___ X2go-dev mailing list X2go-dev@lists.berlios.de

Re: [X2go-dev] x2gothinclinet / tmpfs

2011-04-11 Thread Mike Gabriel
Hi Morty, On Mo 11 Apr 2011 12:40:10 CEST Moritz Struebe wrote: Hi there as there has been some talk about tmpfs on the list, I decided to start the tmpfs branch on the official server. You can find it here: http://code.x2go.org/gitweb?p=x2gothinclient.git;a=shortlog;h=refs/heads/tmpfs The int

Re: [X2go-dev] [X2go-user] 10x printing speed increase for x2go printing

2011-04-11 Thread --[ UxBoD ]--
- Original Message - > Hi Phil, > > On Mo 11 Apr 2011 12:07:57 CEST "--[ UxBoD ]--" wrote: > > > Yep that is my interpretation of the process as-well, Mike. One > > thing I have noticed is that if you print the resultant PDF the > > file > > is left in the spool directory without being de

Re: [X2go-dev] [X2go-user] 10x printing speed increase for x2go printing

2011-04-11 Thread Mike Gabriel
Hi Phil, On Mo 11 Apr 2011 12:07:57 CEST "--[ UxBoD ]--" wrote: Yep that is my interpretation of the process as-well, Mike. One thing I have noticed is that if you print the resultant PDF the file is left in the spool directory without being deleted; yet if you cancel from the x2go-print d

[X2go-dev] x2gothinclinet / tmpfs

2011-04-11 Thread Moritz Struebe
Hi there as there has been some talk about tmpfs on the list, I decided to start the tmpfs branch on the official server. You can find it here: http://code.x2go.org/gitweb?p=x2gothinclient.git;a=shortlog;h=refs/heads/tmpfs The interesting folder is the x2gothinclientmanagement. There is a short RE

Re: [X2go-dev] [X2go-user] 10x printing speed increase for x2go printing

2011-04-11 Thread --[ UxBoD ]--
- Original Message - > Hi Phil, > > On Mo 11 Apr 2011 10:26:16 CEST "--[ UxBoD ]--" wrote: > > > Agreed Mike; though I have the feeling it may be less worth than > > the > > effort involved unless somebody knows the internal working of Perl > > and SSHFS ? A sleep could be added though I

Re: [X2go-dev] [X2go-user] 10x printing speed increase for x2go printing

2011-04-11 Thread Mike Gabriel
Hi Phil, On Mo 11 Apr 2011 10:26:16 CEST "--[ UxBoD ]--" wrote: Agreed Mike; though I have the feeling it may be less worth than the effort involved unless somebody knows the internal working of Perl and SSHFS ? A sleep could be added though I have tried to avoid slowing down the process t

Re: [X2go-dev] [X2go-user] 10x printing speed increase for x2go printing

2011-04-11 Thread --[ UxBoD ]--
- Original Message - > Hi Phil, > > On Sa 09 Apr 2011 09:29:49 CEST "--[ UxBoD ]--" wrote: > > > if( $mounts=~m/$spooldir/) > > { > > move ("$printdir/$file", "$spooldir") or die "$!: Can't rename > > $file to $homedir/.x2go/C-$session/$file"; > > $file $spooldir""); > > > >