[X2Go-Dev] X2Go-Dev Digest, Vol 58, Issue 16

Madog madogdevelopment at gmail.com
Thu Oct 24 13:47:15 CEST 2013


Thanks Mike (!) - that did the trick...
On Oct 24, 2013, at 6:00 AM, x2go-dev-request at lists.berlios.de wrote:

> Send X2Go-Dev mailing list submissions to
> 	x2go-dev at lists.berlios.de
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.berlios.de/mailman/listinfo/x2go-dev
> or, via email, send a message with subject or body 'help' to
> 	x2go-dev-request at lists.berlios.de
> 
> You can reach the person managing the list at
> 	x2go-dev-owner at lists.berlios.de
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of X2Go-Dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Bug#331: Default umask when mounting sshfs tunnel (Helmer Teles)
>   2. x2go session broker & apache (Ted Barnes)
>   3. Re: x2go session broker & apache (Mike Gabriel)
>   4. X2Goclient portable (Tobias Luther | X2Go-Community.org)
>   5. Re: X2Goclient portable (Stefan Baur)
>   6. Processed: X2Go issue (in src:x2goserver) has been marked as
>      pending for release (X2Go Bug Tracking System)
>   7. Bug#331: X2Go issue (in src:x2goserver) has been marked	as
>      pending for release (Mike Gabriel)
>   8. Re: client inconsistencies when resizing GNOME sessions
>      (Mike Gabriel)
>   9. Bug#330: X2Go issue (in src:python-x2go) has been marked	as
>      pending for release (Mike Gabriel)
>  10. Bug#329: X2Go issue (in src:python-x2go) has been marked	as
>      pending for release (Mike Gabriel)
>  11. Processed: X2Go issue (in src:python-x2go) has been marked as
>      pending for release (X2Go Bug Tracking System)
>  12. Processed: X2Go issue (in src:python-x2go) has been marked as
>      pending for release (X2Go Bug Tracking System)
>  13. Bug#328: X2Go issue (in src:x2goclient) has been marked	as
>      pending for release (Mike Gabriel)
>  14. Processed: X2Go issue (in src:x2goclient) has been marked as
>      pending for release (X2Go Bug Tracking System)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 23 Oct 2013 13:44:47 +0100
> From: Helmer Teles <helmer.teles at mykolab.com>
> To: submit at bugs.x2go.org
> Subject: [X2Go-Dev] Bug#331: Default umask when mounting sshfs tunnel
> Message-ID: <1456688.sWGnl1COIA at zen-touch>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Package: x2goserver
> Version: 4.0.1.6-0~712~precise1
> Tag: Patch
> 
> Hello dear mates.
> 
> 
> Just had a problem that when a user moves or copy a file from the mounted sshfs dir to 
> a shared directory on the x2goserver, if this is a shared folder for a group with 
> respective ACL's we've got a problem with the final permissions. 
> 
> 
> The easy way to solve this is to change the x2gomountdirs to include the umask param. 
> 
> 
> Also included is the modification required at /etc/x2goserver.conf 
> If stay uncommented the umask will stay as is on the server side ( client local computer 
> ) and the value provided ( 0117 ) will make all files to be with rw-rw---- 
> 
> 
> P.S: As i don't have the original x2goserver.conf don't apply the diff as is, but use it as 
> reference please. 
> 
> 
> the diff's are attached as Mr. Michael kindly asked.
> 
> 
> Best regards,
> 
> 
> --
> Com os melhores cumprimentos. 
> Helmer Teles 
> 
> http://hteles.wordpress.com[1]
> 
> "Sent from my Linux Device"
> Please don't send me proprietary file formats, use ISO standard ODF instead (ISO/IEC 
> 26300) 
> 
> 
> 
> --------
> [1] http://hteles.wordpress.com/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.berlios.de/pipermail/x2go-dev/attachments/20131023/bef6c36e/attachment-0001.html>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: x2gomountdirs.patch
> Type: application/octet-stream
> Size: 1711 bytes
> Desc: not available
> URL: <https://lists.berlios.de/pipermail/x2go-dev/attachments/20131023/bef6c36e/attachment-0002.obj>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: x2goserver.conf.patch
> Type: application/octet-stream
> Size: 349 bytes
> Desc: not available
> URL: <https://lists.berlios.de/pipermail/x2go-dev/attachments/20131023/bef6c36e/attachment-0003.obj>
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 23 Oct 2013 13:28:27 +0000
> From: Ted Barnes <madogdevelopment at gmail.com>
> To: x2go-user at lists.berlios.de, x2go-dev at lists.berlios.de
> Subject: [X2Go-Dev] x2go session broker & apache
> Message-ID: <5267CEFB.3020200 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hi All:
> 
> Am experimenting with x2go session broker (am running it in a virtual 
> machine).  All in all, I plan to try to run my x2go sessions through an 
> SSL connection to avoid having to manage SSH keys.
> 
> Because I anticipate a more complicated setup, am trying the "wsgi" 
> option.  Installed just fine (apt-get install x2gobroker-wsgi).
> 
> The documentation mentions using Apache along side 
> (http://wiki.x2go.org/doku.php/doc:installation:x2gobroker:  " With 
> Apache2+WSGI...), so I tried to install apache2 but get the following 
> type of error:
> 
> Starting web server: apache2
> Syntax error on line 7 of /etc/apache2/conf.d/x2gobroker-wsgi:
> Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined by a 
> module not included in the server configuration
> Action 'start' failed.
> The Apache error log may have more information.
>  failed!
> 
> Should I not be trying to install Apache (this is a fresh VM, so apache 
> was not previously installed), or is there some other install or setting 
> I should have done?  Thanks!
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 23 Oct 2013 20:05:14 +0000
> From: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> To: x2go-dev at lists.berlios.de
> Subject: Re: [X2Go-Dev] x2go session broker & apache
> Message-ID:
> 	<20131023200514.Horde.MyeyyYLKJMq0t0bH_wTG2Q6 at mail.das-netzwerkteam.de>
> 	
> Content-Type: text/plain; charset="utf-8"; Format="flowed";
> 	DelSp="Yes"
> 
> Hi Ted,
> 
> On  Mi 23 Okt 2013 15:28:27 CEST, Ted Barnes wrote:
> 
>> Hi All:
>> 
>> Am experimenting with x2go session broker (am running it in a  
>> virtual machine).  All in all, I plan to try to run my x2go sessions  
>> through an SSL connection to avoid having to manage SSH keys.
>> 
>> Because I anticipate a more complicated setup, am trying the "wsgi"  
>> option.  Installed just fine (apt-get install x2gobroker-wsgi).
>> 
>> The documentation mentions using Apache along side  
>> (http://wiki.x2go.org/doku.php/doc:installation:x2gobroker:  " With  
>> Apache2+WSGI...), so I tried to install apache2 but get the  
>> following type of error:
>> 
>> Starting web server: apache2
>> Syntax error on line 7 of /etc/apache2/conf.d/x2gobroker-wsgi:
>> Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined  
>> by a module not included in the server configuration
>> Action 'start' failed.
>> The Apache error log may have more information.
>> failed!
>> 
>> Should I not be trying to install Apache (this is a fresh VM, so  
>> apache was not previously installed), or is there some other install  
>> or setting I should have done?  Thanks!
> 
> Thanks for the hint...
> http://code.x2go.org/gitweb?p=x2gobroker.git;a=commitdiff;h=62eaea2679bfb682a6f5a5c56491e33d943e3b20
> 
> With that quite recent commit I recommend the installation of  
> libapache2-mod-wsgi.
> 
> That should solve your issue.
> 
> Mike
> -- 
> 
> DAS-NETZWERKTEAM
> mike gabriel, herweg 7, 24357 fleckeby
> fon: +49 (1520) 1976 148
> 
> GnuPG Key ID 0x25771B31
> mail: mike.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de
> 
> freeBusy:
> https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-keys
> Size: 7251 bytes
> Desc: ?ffentlicher PGP-Schl?ssel
> URL: <https://lists.berlios.de/pipermail/x2go-dev/attachments/20131023/8c37c554/attachment-0001.key>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 836 bytes
> Desc: Digitale PGP-Signatur
> URL: <https://lists.berlios.de/pipermail/x2go-dev/attachments/20131023/8c37c554/attachment-0001.pgp>
> 
> ------------------------------
> 
> Message: 4
> Date: Wed, 23 Oct 2013 22:46:25 +0200 (CEST)
> From: "Tobias Luther | X2Go-Community.org" <tobias at x2go-community.org>
> To: x2go-dev at lists.berlios.de
> Subject: [X2Go-Dev] X2Goclient portable
> Message-ID:
> 	<alpine.DEB.2.02.1310232244440.10921 at gborn.gbornxahss.qnurvz>
> Content-Type: TEXT/PLAIN; charset=US-ASCII
> 
> Hi, 
> 
> I got a question @ the forum I cannot answer. Does anybody know what to 
> answer to this question?
> 
> Thank you, 
> 
> Tobias
> 
> 
> =============================================
> 
> 
> Hallo,
> 
> Currently I'm spending some time to create a portable X2GO client for 
> Windows with software-virtualization tools (thinapp, cameyo).
> 
> Unfortuneatly I haven't been successfull until now. Has anybody tried 
> the same thing and had more success than me?
> 
> It would be very cool to have just an executable of the x2GO client 
> without the need for an installation.
> 
> Best regards,
> Fabian
> 
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Wed, 23 Oct 2013 23:09:08 +0200
> From: Stefan Baur <newsgroups.mail2 at stefanbaur.de>
> To: x2go-dev at lists.berlios.de
> Subject: Re: [X2Go-Dev] X2Goclient portable
> Message-ID: <52683AF4.3030504 at stefanbaur.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Uh, x2goclient on Windows has a portable mode (and has had one for a 
> very long time, if not even from the beginning), no need to apply any 
> external tweaks or tools.
> 
> see "x2goclient.exe --help" for details.
> 
> -Stefan
> 
> 
> Am 23.10.2013 22:46, schrieb Tobias Luther | X2Go-Community.org:
>> Hi,
>> 
>> I got a question @ the forum I cannot answer. Does anybody know what to
>> answer to this question?
>> 
>> Thank you,
>> 
>> Tobias
>> 
>> 
>> =============================================
>> 
>> 
>> Hallo,
>> 
>> Currently I'm spending some time to create a portable X2GO client for
>> Windows with software-virtualization tools (thinapp, cameyo).
>> 
>> Unfortuneatly I haven't been successfull until now. Has anybody tried
>> the same thing and had more success than me?
>> 
>> It would be very cool to have just an executable of the x2GO client
>> without the need for an installation.
>> 
>> Best regards,
>> Fabian
>> 
>> _______________________________________________
>> X2Go-Dev mailing list
>> X2Go-Dev at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/x2go-dev
> 
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Thu, 24 Oct 2013 07:03:02 +0000
> From: owner at bugs.x2go.org (X2Go Bug Tracking System)
> To: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> Cc: x2go-dev at lists.berlios.de
> Subject: [X2Go-Dev] Processed: X2Go issue (in src:x2goserver) has been
> 	marked as pending for release
> Message-ID: <handler.s.C.138259805322276.transcript at bugs.x2go.org>
> Content-Type: text/plain; charset=utf-8
> 
> Processing commands for control at bugs.x2go.org:
> 
>> tag #331 pending
> Bug #331 [x2goserver] Default umask when mounting sshfs tunnel
> Added tag(s) pending.
>> fixed #331 4.0.1.7
> Bug #331 [x2goserver] Default umask when mounting sshfs tunnel
> There is no source info for the package 'x2goserver' at version '4.0.1.7' with architecture ''
> Unable to make a source version for version '4.0.1.7'
> Marked as fixed in versions 4.0.1.7.
>> thanks
> Stopping processing here.
> 
> Please contact me if you need assistance.
> -- 
> 331: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=331
> X2Go Bug Tracking System
> Contact owner at bugs.x2go.org with problems
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Thu, 24 Oct 2013 09:00:36 +0200 (CEST)
> From: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> To: 331-submitter at bugs.x2go.org
> Cc: control at bugs.x2go.org, 331 at bugs.x2go.org
> Subject: [X2Go-Dev] Bug#331: X2Go issue (in src:x2goserver) has been
> 	marked	as pending for release
> Message-ID: <20131024070037.07C015DB18 at ymir>
> Content-Type: text/plain; charset=utf-8
> 
> tag #331 pending
> fixed #331 4.0.1.7
> thanks
> 
> Hello,
> 
> X2Go issue #331 (src:x2goserver) reported by you has been
> fixed in X2Go Git. You can see the changelog below, and you can
> check the diff of the fix at:
> 
>    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=c3be1cd
> 
> The issue will most likely be fixed in src:x2goserver (4.0.1.7).
> 
> light+love
> X2Go Git Admin (on behalf of the sender of this mail)
> 
> ---
> commit c3be1cdb1145b0d6ebdc27f0aa1c2b8564f0000b
> Author: Helmer Teles <helmer.teles at mykolab.com>
> Date:   Thu Oct 24 08:59:26 2013 +0200
> 
>    Make umask that is used when mounting client-side folders via SSHFS configurable in x2goserver.conf. (Fixes: #331).
> 
> diff --git a/debian/changelog b/debian/changelog
> index 46354a8..d40a494 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -24,6 +24,11 @@ x2goserver (4.0.1.7-0~x2go1) UNRELEASED; urgency=low
>     - Move xfonts-base from Recommends: field to Depends: field (bin:package
>       x2goserver).
> 
> +  [ Helmer Teles ]
> +  * New upstream version (4.0.1.7):
> +    - Make umask that is used when mounting client-side folders via SSHFS
> +      configurable in x2goserver.conf. (Fixes: #331).
> +
>   [ J?rgen H?tzel ]
>   * New upstream version (4.0.1.7):
>     - Use bash-builtin 'type' instead of to be avoided 'which'. (Fixes: #305).
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Thu, 24 Oct 2013 07:39:40 +0000
> From: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> To: x2go-dev at lists.berlios.de, Pedro Pinto <ppinto at alum.mit.edu>
> Subject: Re: [X2Go-Dev] client inconsistencies when resizing GNOME
> 	sessions
> Message-ID:
> 	<20131024073940.Horde.u17_ykUA66FlGvovsj8p5A1 at mail.das-netzwerkteam.de>
> 	
> Content-Type: text/plain; charset="utf-8"; Format="flowed";
> 	DelSp="Yes"
> 
> Hi Pedro,
> 
> On  Mo 21 Okt 2013 19:14:22 CEST, Pedro Pinto wrote:
> 
>> I've found some inconsistent X2GO client behaviour, and was hoping  
>> someone could shed
>> some light.
>> 
>> In short, it seems that the C++ x2goclient for Mac is able to handle  
>> "session resizing" correctly,
>> but Pyhoca-GUI for Linux isn't, even though they are configured with  
>> exaclty the same
>> session parameters.
> 
>> Specifically:
>> 
>> --- when I start a GNOME-fallback session using the Pyhoca-GUI for Linux, the
>>    remote desktop appears with a "constant geometry", where  
>> resizing the local session
>>    window simply crops the view of the remote GNOME-fallback desktop.
> 
> I had this behaviour on my systems, as well. For a long time. I just  
> now tested PyHoca-GUI and the following I observe:
> 
>   Pyhoca-GUI / Python X2Go version: 0.4.0.8 / 0.4.0.8
>   start session with 800x600 px
>   session window appears with 800x600, but then resizes to some large size
>   I can (with Debian wheezy as X2Go Server) play with the window  
> borders and the session inside
>     resizes correctly
>   if I hit fullscreen mode (CTRL+ALT+F) the session resizes correctly  
> to fullscreen mode
>   but if I return for fullscreen mode (hit CTRL+ALT+F once more), the  
> resizing capabilities are fully gone
> 
>> -- on the other hand, using the C++ x2go client for Mac, I can  
>> successfuly resize the
>>   local session window, and the remote GNOME-fallback desktop also  
>> resizes automatically.
> 
>   For me, the x2goclient behaviour (Linux, 4.0.1.2-preview from  
> nightly builds)
>   Q: Is the initial session size as you configured it in the X2Go  
> session profile?
>   Q: what happens when switching to and back from fullscreen mode?
> 
>> -- strangely, I can get Pyhoca-GUI to *also* resize properly if I do  
>> the following:
>> 
>>     1) Start a GNOME-fallback session with the C++ x2goclient for  
>> Mac, then suspend the session.
>> 
>>     2) Use Pyhoca-GUI for linux to resume the session in 1).  Then,  
>> Pyhoca-GUI is able
>>         to handle session resizing properly, ie, resizing the local  
>> session window will resize the
>>         remote GNOME desktop.
> 
> This I cannot confirm.
> 
>> This last point suggests that the resizing issue is not a GNOME bug,  
>> but an issue with the X2GO client.
> 
> Ok...
> 
> Can you launch x2goclient and pyhoca-gui in --debug mode and send  
> those debug logs to me privately?
> 
>> Also, let me mention how this relates to the bug in http://bugs.x2go.org/42.
>> Using the C++ x2goclient for Mac,  I verified that this happens:
>> 
>> o with GNOME3 the window appears in the expected size and then gets resized
>>   from inside the starting up GNOME3 session
> 
> This is some GNOME internal stuff. I have not come to investigating  
> that any further...
> 
>> but these don't:
>> 
>> o I can manually resize the window afterwards via the client-side window
>>   manager (play with your mouse on the window borders...)
> 
> I normally using a tiling desktop shell (i3), so normally I do not  
> have window decorations. I just tested inside a client-side MATE  
> session and indeed, using the window borders works fine for resizing.
> 
>> o Still, the desktop shell inside does not adapt its size
>> On the contrary, the C++ X2goclient is able to perform the  
>> auto-resizing correctly.
> 
> As said above: my Pyhoca-gui version can handle that, as well.
> 
>> Versions that I'm using:
>> 
>> -- C++ X2goclient for Mac, version 4.0.1.0
>> -- Pyhoca GUI for Linux, version 0.4.0.8
> 
> my client-side versions I have mentioned above
> 
>> -- x2goagent: 3.5.0.20
>> -- x2goserver: 4.0.1.6
>> -- x2goserver-extensions: 4.0.1.6
>> -- x2goserver-pyhoca: 4.0.1.6
> 
> my X2Go Server / Agent package versions are identical. The server is a  
> vanilla Debian wheezy.
> 
> Mike
> -- 
> 
> DAS-NETZWERKTEAM
> mike gabriel, herweg 7, 24357 fleckeby
> fon: +49 (1520) 1976 148
> 
> GnuPG Key ID 0x25771B31
> mail: mike.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de
> 
> freeBusy:
> https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-keys
> Size: 7251 bytes
> Desc: ?ffentlicher PGP-Schl?ssel
> URL: <https://lists.berlios.de/pipermail/x2go-dev/attachments/20131024/af0343c1/attachment-0001.key>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 836 bytes
> Desc: Digitale PGP-Signatur
> URL: <https://lists.berlios.de/pipermail/x2go-dev/attachments/20131024/af0343c1/attachment-0001.pgp>
> 
> ------------------------------
> 
> Message: 9
> Date: Thu, 24 Oct 2013 09:51:15 +0200 (CEST)
> From: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> To: 330-submitter at bugs.x2go.org
> Cc: 330 at bugs.x2go.org, control at bugs.x2go.org
> Subject: [X2Go-Dev] Bug#330: X2Go issue (in src:python-x2go) has been
> 	marked	as pending for release
> Message-ID: <20131024075115.33ABC5DB18 at ymir>
> Content-Type: text/plain; charset=utf-8
> 
> tag #330 pending
> fixed #330 0.4.0.9
> thanks
> 
> Hello,
> 
> X2Go issue #330 (src:python-x2go) reported by you has been
> fixed in X2Go Git. You can see the changelog below, and you can
> check the diff of the fix at:
> 
>    http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=732635e
> 
> The issue will most likely be fixed in src:python-x2go (0.4.0.9).
> 
> light+love
> X2Go Git Admin (on behalf of the sender of this mail)
> 
> ---
> commit 732635efb177910d23b544d2e05e09559c8af5ff
> Author: Kenneth Pedersen <kenneth at wangpedersen.com>
> Date:   Thu Oct 24 09:50:00 2013 +0200
> 
>    Color depth detection: Stop using win32api.GetSystemMetrics(2) which actually returns the width of a vertical scroll bar in pixels. Instead, create a screen display context and query it for the color depth. (Fixes: #330).
> 
> diff --git a/debian/changelog b/debian/changelog
> index 8c6ee9e..de471fb 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,5 +1,6 @@
> python-x2go (0.4.0.9-0~x2go1) UNRELEASED; urgency=low
> 
> +  [ Mike Gabriel ]
>   * New upstream version (0.4.0.9):
>     - Agent channels in Paramiko can raise an EOFError if the connection
>       has got disrupted. Ignoring this.
> @@ -16,6 +17,12 @@ python-x2go (0.4.0.9-0~x2go1) UNRELEASED; urgency=low
>     - Rewrite passwords that are not string/unicode to an empty string.
>     - No Unicode chars in log messages. Eliminated one more in checkhosts.py.
> 
> +  [ Kenneth Pedersen ]
> +  * New upstream version (0.4.0.9):
> +    - Color depth detection: Stop using win32api.GetSystemMetrics(2) which actually
> +      returns the width of a vertical scroll bar in pixels. Instead, create a screen
> +      display context and query it for the color depth. (Fixes: #330).
> +
>  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 07 Aug 2013 12:18:46 +0200
> 
> python-x2go (0.4.0.8-0~x2go1) unstable; urgency=low
> 
> 
> ------------------------------
> 
> Message: 10
> Date: Thu, 24 Oct 2013 09:55:51 +0200 (CEST)
> From: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> To: 329-submitter at bugs.x2go.org
> Cc: 329 at bugs.x2go.org, control at bugs.x2go.org
> Subject: [X2Go-Dev] Bug#329: X2Go issue (in src:python-x2go) has been
> 	marked	as pending for release
> Message-ID: <20131024075551.CB1E65DB18 at ymir>
> Content-Type: text/plain; charset=utf-8
> 
> tag #329 pending
> fixed #329 0.4.0.9
> thanks
> 
> Hello,
> 
> X2Go issue #329 (src:python-x2go) reported by you has been
> fixed in X2Go Git. You can see the changelog below, and you can
> check the diff of the fix at:
> 
>    http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=6bc5020
> 
> The issue will most likely be fixed in src:python-x2go (0.4.0.9).
> 
> light+love
> X2Go Git Admin (on behalf of the sender of this mail)
> 
> ---
> commit 6bc50204f851133b284e8f3ba388101118fae2f9
> Author: Orion Poplawski <orion at cora.nwra.com>
> Date:   Thu Oct 24 09:54:59 2013 +0200
> 
>    debian/control: Drop python-cups from Depends: field. Python CUPS is no dependency if Python X2Go. (Fixes: #329).
> 
> diff --git a/debian/changelog b/debian/changelog
> index de471fb..ac9dc1e 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -17,6 +17,11 @@ python-x2go (0.4.0.9-0~x2go1) UNRELEASED; urgency=low
>     - Rewrite passwords that are not string/unicode to an empty string.
>     - No Unicode chars in log messages. Eliminated one more in checkhosts.py.
> 
> +  [ Orion Poplawski ]
> +  * debian/control:
> +    + Drop python-cups from Depends: field. Python CUPS is no dependency if
> +      Python X2Go. (Fixes: #329).
> +
>   [ Kenneth Pedersen ]
>   * New upstream version (0.4.0.9):
>     - Color depth detection: Stop using win32api.GetSystemMetrics(2) which actually
> 
> 
> ------------------------------
> 
> Message: 11
> Date: Thu, 24 Oct 2013 08:03:03 +0000
> From: owner at bugs.x2go.org (X2Go Bug Tracking System)
> To: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> Cc: x2go-dev at lists.berlios.de
> Subject: [X2Go-Dev] Processed: X2Go issue (in src:python-x2go) has
> 	been marked as pending for release
> Message-ID: <handler.s.C.13826013683171.transcript at bugs.x2go.org>
> Content-Type: text/plain; charset=utf-8
> 
> Processing commands for control at bugs.x2go.org:
> 
>> tag #329 pending
> Bug #329 [python-x2go] python-x2go does not appear to depend on python-cups
> Added tag(s) pending.
>> fixed #329 0.4.0.9
> Bug #329 [python-x2go] python-x2go does not appear to depend on python-cups
> There is no source info for the package 'python-x2go' at version '0.4.0.9' with architecture ''
> Unable to make a source version for version '0.4.0.9'
> Marked as fixed in versions 0.4.0.9.
>> thanks
> Stopping processing here.
> 
> Please contact me if you need assistance.
> -- 
> 329: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=329
> X2Go Bug Tracking System
> Contact owner at bugs.x2go.org with problems
> 
> 
> ------------------------------
> 
> Message: 12
> Date: Thu, 24 Oct 2013 08:03:03 +0000
> From: owner at bugs.x2go.org (X2Go Bug Tracking System)
> To: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> Cc: x2go-dev at lists.berlios.de
> Subject: [X2Go-Dev] Processed: X2Go issue (in src:python-x2go) has
> 	been marked as pending for release
> Message-ID: <handler.s.C.13826010831945.transcript at bugs.x2go.org>
> Content-Type: text/plain; charset=utf-8
> 
> Processing commands for control at bugs.x2go.org:
> 
>> tag #330 pending
> Bug #330 [python-x2go] Incorrect detection of color depth on Windows
> Added tag(s) pending.
>> fixed #330 0.4.0.9
> Bug #330 [python-x2go] Incorrect detection of color depth on Windows
> There is no source info for the package 'python-x2go' at version '0.4.0.9' with architecture ''
> Unable to make a source version for version '0.4.0.9'
> Marked as fixed in versions 0.4.0.9.
>> thanks
> Stopping processing here.
> 
> Please contact me if you need assistance.
> -- 
> 330: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=330
> X2Go Bug Tracking System
> Contact owner at bugs.x2go.org with problems
> 
> 
> ------------------------------
> 
> Message: 13
> Date: Thu, 24 Oct 2013 10:11:21 +0200 (CEST)
> From: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> To: 328-submitter at bugs.x2go.org
> Cc: control at bugs.x2go.org, 328 at bugs.x2go.org
> Subject: [X2Go-Dev] Bug#328: X2Go issue (in src:x2goclient) has been
> 	marked	as pending for release
> Message-ID: <20131024081121.90AEC5DB18 at ymir>
> Content-Type: text/plain; charset=utf-8
> 
> tag #328 pending
> fixed #328 4.0.1.2
> thanks
> 
> Hello,
> 
> X2Go issue #328 (src:x2goclient) reported by you has been
> fixed in X2Go Git. You can see the changelog below, and you can
> check the diff of the fix at:
> 
>    http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=cf33d55
> 
> The issue will most likely be fixed in src:x2goclient (4.0.1.2).
> 
> light+love
> X2Go Git Admin (on behalf of the sender of this mail)
> 
> ---
> commit cf33d551c21c86c7ea654914930550b0fd0b2c79
> Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> Date:   Thu Oct 24 10:10:53 2013 +0200
> 
>    Store broker HTTPS certificate exceptions in $HOME/.x2go/ssl/exceptions (before: $HOME/ssl/exceptions). (Fixes: #328).
> 
> diff --git a/debian/changelog b/debian/changelog
> index 05b5189..e484ba5 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -5,6 +5,9 @@ x2goclient (4.0.1.2-0~x2go2) UNRELEASED; urgency=low
>     + Provide Keywords: key in .desktop file.
>     + Add NSIS packaging files for win32 builds to source tree.
>       (Files provided by Oleksandr Shneyder, thanks!!!).
> +    + Store broker HTTPS certificate exceptions in
> +      $HOME/.x2go/ssl/exceptions (before: $HOME/ssl/exceptions).
> +      (Fixes: #328).
>   * Pull-in packaging changes from Debian.
> 
>   [ Ricardo D?az Mart?n ]
> 
> 
> ------------------------------
> 
> Message: 14
> Date: Thu, 24 Oct 2013 08:18:02 +0000
> From: owner at bugs.x2go.org (X2Go Bug Tracking System)
> To: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
> Cc: x2go-dev at lists.berlios.de
> Subject: [X2Go-Dev] Processed: X2Go issue (in src:x2goclient) has been
> 	marked as pending for release
> Message-ID: <handler.s.C.13826022907345.transcript at bugs.x2go.org>
> Content-Type: text/plain; charset=utf-8
> 
> Processing commands for control at bugs.x2go.org:
> 
>> tag #328 pending
> Bug #328 [x2goclient] x2goclient creates $HOME/ssh folder
> Added tag(s) pending.
>> fixed #328 4.0.1.2
> Bug #328 [x2goclient] x2goclient creates $HOME/ssh folder
> There is no source info for the package 'x2goclient' at version '4.0.1.2' with architecture ''
> Unable to make a source version for version '4.0.1.2'
> Marked as fixed in versions 4.0.1.2.
>> thanks
> Stopping processing here.
> 
> Please contact me if you need assistance.
> -- 
> 328: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=328
> X2Go Bug Tracking System
> Contact owner at bugs.x2go.org with problems
> 
> 
> ------------------------------
> 
> _______________________________________________
> X2Go-Dev mailing list
> X2Go-Dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-dev
> 
> End of X2Go-Dev Digest, Vol 58, Issue 16
> ****************************************




More information about the x2go-dev mailing list