[X2Go-Dev] Bug#777: Bug#777: nx-libs: incorrect usage of scanf

2015-02-02 Thread Heinrich Schuchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Squeeze reached end of life.
Package libc6 in wheezy is patched against the bug.
Package libc6 in jessie is not vulnerable as it uses a newer libc6
release.

So I think we should close this bug and concentrate on updating our
mesa code to the newest version instead of patching some old version.

Best regards

Heinrich

On 31.01.2015 16:04, Mike Gabriel wrote:
 Hi Heinrich,
 
 On  Fr 30 Jan 2015 20:35:53 CET, Heinrich Schuchardt wrote:
 
 package: nx-libs version: head
 
 In different parts of the nx-libs library you can find usages of
 scanf like
 
 /* check for MESA_GAMMA environment variable */ gamma =
 _mesa_getenv(MESA_GAMMA); if (gamma) { v-RedGamma =
 v-GreenGamma = v-BlueGamma = 0.0; sscanf( gamma, %f %f %f,
 v-RedGamma, v-GreenGamma, v-BlueGamma );
 
 According to cppcheck:
 
 scanf without field width limits can crash with huge input data
 on libc versions older than 2.13-25. Add a field width specifier
 to fix this problem: %i = %3i
 
 Any chance you could also provide a patch for this?
 
 Mike
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUz+CVAAoJEMSB27wsBRrE4mUP/j3JjSvGQ6chMdlCaQd94Ar6
LIBJvEeS9ZiR/rgFFaXdqUMzZVzYs2bm4Vvp0LlY9iUVFbhCgKQimRhLVq26A1iT
5EtJOFRu51Fzrd1y6Nk00PBKCqbsWSJwI81TUKnckjaCo3QyobWyMqqI75eXjMSf
RSWIGWgtLznPMqvByoKEnndDQjrCBBeMPBF7sinBw5ZM994Ff9VobHv7vXUYwvrY
mXlIgiuVf/6ztFTnwCsDD1hRreOk4BBTgp4tPsVqwB/06l8OvnaeBfD35BOSJ8Ns
AKwbxeRSNFOS4UP01zAgAsTMblzabyKnzS57lGomYQp3RB8c3K9DyUnk6CVSlBlN
AI7fjnaQEW9qL4d8UBRsQlZ7b9vryavNtUY7UyPtVMuXXA0WaewZIGUUpI5odtvd
WAoe0DEY2i+dW3ByIuGC1mH7ujgSLZGuke1gGdODlaLiExDsmm5P6hmIv+xE9gNQ
RBk5pYSx3H75Hckm2yTxhNx/9NcwJbjHa1pwa8Lz6r63/Ssa6TQhxuGsFH2l49iZ
YYbLHEP1s0FKQWxtE1B3NOYLeOwiCP4l7+qJ/KUZnmGCep2L4xC88OP1WMPn4+t6
vfoGkAHr9x0Ii7eP7fFaBEpImlx6dWI9mtZcSRfKfq/OhjAQPMspv7rl149i+1Iu
8OfiW4rp02zs54r92ejJ
=2gk9
-END PGP SIGNATURE-
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


Re: [X2Go-Dev] Bug#777: Bug#777: nx-libs: incorrect usage of scanf

2015-02-02 Thread Stefan Baur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 02.02.2015 um 21:39 schrieb Heinrich Schuchardt:
 Squeeze reached end of life.
Um, not quite. There is Squeeze-LTS, after all.

- -Stefan

- -- 
BAUR-ITCS UG (haftungsbeschränkt)
Geschäftsführer: Stefan Baur
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (MingW32)

iQEcBAEBAgAGBQJUz+ZZAAoJEG7d9BjNvlEZO28IAKNqgr8oBp0cTrpLZMga+7am
MBhADpobMt/s1sZJOL0ozlW/z/2sa7lL/WFI3Kl1AodcgTzBERc+kUkWFWanHmne
f/1r0HzxAaEe9STcmm+BZGOrJHCBv/YLdkC/lGi7nWp2pjVE+B9lla+bccBvtWNA
oc/CDbGIadmyWHQjMHvQXGB8OHSd1bUgXWuIgIYlfQz01j/9kZKN+Aq082ueV0nS
qOTVYI5Aa5PpEKpr76rO1feS5Z/2Ue9Z4oailOhD0VSytL2u2q0Rk/rPgS7P4x6I
tsl0/5wM4+BbJtRlnNOBksAICg1qqzxp7z+3AtsbBn6HTyQt4z3QIchbcQBa8QQ=
=tQKm
-END PGP SIGNATURE-
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#645: X2go and jetbrains java applications

2015-02-02 Thread Александр Демидов
 

Similar bug http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=653 [1]
Bug report with Intellij IDEA:
http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=645 [2] 

Problem is exists. If you started jetbrains bussines applications - your
x2go session is unstable. 

Description of problem (from me) on russian:
https://debian.pro/1618#comment-29822 [3] 

May be similar bugs: 

http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=291 [4] 

http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=655 [5] 

Mike Gabriel says: 

 In general, we have observed several irregularities in NX that occur 
 with NX in rootless mode, but don't occur in desktop mode.

What is rootless mode and can i toggle my x2gosession to desktop mode? 

In bug report of problem x2go with eclipse
http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=291 [4]
Description solution for normally using eclipse: 

 So, is there a way to disable xrender extension ? (IIRC there was an
 option like that in NX Client) or any other workaround ?

And... 

 I've found a workaround, just add the following line in eclipse.ini :
 
 -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false

But in phpstorm.vmoptions not exists parameters cairoGraphics
(phpstorm unable to recognition that parameter for eclipse) 

Please. Help with solve that bug in x2go. Save my time of life (I five
months search another solutions for use phpstorm or intellij idea IDE in
remote x11-sessions. But not luck) 

Links:
--
[1] http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=653
[2] http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=645
[3] https://debian.pro/1618#comment-29822
[4] http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=291
[5] http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=655
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] [X2Go-Project] Invitation

2015-02-02 Thread Nable
On 2/2/15, Mihai Moldovan io...@ionic.de wrote:
 Unfortunately, I have a different opinion about that one. Text-based
 communication tends to be very chaotic and moderating is neither improve
 productivity nor is there a good way to actually do this.

 While IRC works great for up to three people, 10 people writing all at
 once is asking for trouble.


I can suggest using some forum engine that supports tree structure of
posts. I know at least one example of such forum and it's designed for
fast-paced discussions (like in IRC) but tree structure helps to avoid
chaos. From the first glance it looks like archive of mailing list but
there's simple rule that makes difference: messages are grouped by thread
ID instead of Subject field and if your message is short enough, you
should put it into Subject field and leave body of message empty.

Slashdot may be a well known example of such approach.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#628: Bug#628: (x2goclient can not be compiled on Raspberry PI)

2015-02-02 Thread Mike Gabriel

Hi Franz,

On  So 01 Feb 2015 20:44:52 CET, Office NextITLevel GmbH wrote:


Getting x2goclient and compiling ...
fatal: destination path 'x2goclient' already exists and is not an  
empty directory.

dpkg-buildpackage: source package x2goclient
dpkg-buildpackage: source version 4.0.3.2-0x2go1
dpkg-buildpackage: source changed by Mike Gabriel  
mike.gabr...@das-netzwerkteam.de

 dpkg-source --before-build x2goclient
dpkg-buildpackage: host architecture armhf
dpkg-checkbuilddeps: Unmet build dependencies: libssh-dev (= 0.5.4-2~)


Please get libssh = 0.6.2 from Debian testing and build it from  
source on your rasbian system. Install the freshly built libssh-4 and  
libssh-dev on your build system.


  dget http://ftp.debian.org/debian/pool/main/libs/libssh/libssh_0.6.3-4.dsc
  cd libssh-0.6.3
  dpkg-buildpackage -uc -us
  cd ..
  sudo dpkg -i libssh*.deb

Then build X2Go Client as you already tried to.

Mike



--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp_33jsls1KG.pgp
Description: Digitale PGP-Signatur
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#775: additional info

2015-02-02 Thread Samo Dadela
tried Xming... works a bit better (ctrl-alt-left works), but alt-tab has still 
problems... 
sometimes it works, but it must be pressed very quickly, if it's held too long 
then I get thrown back to windows... weird.

so it seems more a problem with the X servers and/or their configuration by 
x2go.

Samo


  ___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] [X2Go-Project] Invitation

2015-02-02 Thread Mihai Moldovan
On 30.01.2015 01:37 PM, Mike Gabriel wrote:
 On  Fr 30 Jan 2015 13:25:08 CET, Heinz-M. Graesing wrote:

 (2015-02-05) 4pm to 6pm

 works for me if it is UTC time.

Really, what reference timezone did you mean?



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] [X2Go-Project] Invitation

2015-02-02 Thread Mihai Moldovan
On 02.02.2015 10:06 AM, Mike Gabriel wrote:
 On  Mo 02 Feb 2015 09:07:21 CET, Stefan Baur wrote:

 Am 30.01.2015 um 13:25 schrieb Heinz-M. Graesing:
 So as the most of us are already meet on on our IRC channel, I
 would suggest to meet there as a fall-back.

 Would you please clarify if you intend to meet on IRC (i.e. no phone
 conference call at all), or if you only intend to fall back to IRC in
 case your phone connection becomes flaky?

 /me personally prefers IRC-only meetings, as they are likely to be
 more productive and to the point.

Unfortunately, I have a different opinion about that one. Text-based
communication tends to be very chaotic and moderating is neither improve
productivity nor is there a good way to actually do this.

While IRC works great for up to three people, 10 people writing all at
once is asking for trouble.

Moderating the channel to only have one person at a time as the active
speaker (minus the moderator) will put stress on people and they even
tend to forget what questions they had in the first place. Further, this
way, no (constructive) input from other people can be handled in real-time.


 An IRC-only meeting can be easily posted to the x2go-project ML after
 the meeting.

That's a valid point and an advantage of text-based communication... But
I doubt people will want to dig through pages and pages to count of
unfiltered IRC logs.



Mihai



signature.asc
Description: OpenPGP digital signature
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Processed: X2Go issue (in src:nx-libs) has been marked as pending for release

2015-02-02 Thread X2Go Bug Tracking System
Processing commands for cont...@bugs.x2go.org:

 tag #776 pending
Bug #776 [nx-libs] nx-X11: Size of pointer 'server_support' used instead of 
size of its data
Added tag(s) pending.
 fixed #776 2:3.5.0.29
Bug #776 [nx-libs] nx-X11: Size of pointer 'server_support' used instead of 
size of its data
There is no source info for the package 'nx-libs' at version '2:3.5.0.29' with 
architecture ''
Unable to make a source version for version '2:3.5.0.29'
Marked as fixed in versions 2:3.5.0.29.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
776: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=776
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#776: X2Go issue (in src:nx-libs) has been marked as pending for release

2015-02-02 Thread Mike Gabriel
tag #776 pending
fixed #776 2:3.5.0.29
thanks

Hello,

X2Go issue #776 (src:nx-libs) 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=nx-libs.git;a=commitdiff;h=b992fda

The issue will most likely be fixed in src:nx-libs (2:3.5.0.29).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit b992fdaa0f0789e4e1db6d121cfff979210dcb52
Author: Mike Gabriel mike.gabr...@das-netzwerkteam.de
Date:   Tue Feb 3 04:59:13 2015 +0100

Add patch 700_nx-X11_mesa-initialize-server-support-correctly.full.patch. 
Initialize server_support array with correct size. Fix Mesa upstream bugzilla 
bug #7353. (Fixes: #776).

diff --git a/debian/changelog b/debian/changelog
index bebcf51..a5e08c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -100,6 +100,11 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
 launched as x2goagent, use X2Go-specific paths for the keystrokes.cfg file.
 (Fixes: #744).
 
+  [ Heinrich Schuchardt ]
+  + Add patch 700_nx-X11_mesa-initialize-server-support-correctly.full.patch.
+Initialize server_support array with correct size. Fix Mesa upstream
+bugzilla bug #7353. (Fixes: #776).
+
   [ Mihai Moldovan ]
   * Change string X2go to X2Go where appropriate.
 
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Processed: Re: Bug#779: Fwd: [Bug 1188356] New: [abrt] x2goclient: SshMasterConnection::channelLoop(): x2goclient killed by SIGSEGV

2015-02-02 Thread X2Go Bug Tracking System
Processing control commands:

 retitle -1 X2Go Client crashes if ports 3+ are blocked
Bug #779 [x2goclient] Fwd: [Bug 1188356] New: [abrt] x2goclient: 
SshMasterConnection::channelLoop(): x2goclient killed by SIGSEGV
Changed Bug title to 'X2Go Client crashes if ports 3+ are blocked' from 
'Fwd: [Bug 1188356] New: [abrt] x2goclient: SshMasterConnection::channelLoop(): 
x2goclient killed by SIGSEGV'

-- 
779: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=779
X2Go Bug Tracking System
Contact ow...@bugs.x2go.org with problems
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#779: Bug#779: Fwd: [Bug 1188356] New: [abrt] x2goclient: SshMasterConnection::channelLoop(): x2goclient killed by SIGSEGV

2015-02-02 Thread Mike Gabriel

Control: retitle -1 X2Go Client crashes if ports 3+ are blocked

Hi Orion,

On  Mo 02 Feb 2015 18:49:50 CET, Orion Poplawski wrote:


Package: x2goclient
Version: 4.0.3.1

It appears that ports 3-4 are blocked, x2goclient crashes.  It
shouldn't crash.


/me agrees on that. I have retitled the bug accordingly.

Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpXmCfn14jMR.pgp
Description: Digitale PGP-Signatur
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#776: nx-X11: Size of pointer 'server_support' used instead of size of its data

2015-02-02 Thread Heinrich Schuchardt
The appended patch

From: Ian Romanick i...@us.ibm.com
Date: Thu, 13 Jul 2006 15:27:37 +
Subject: [PATCH] Move initialization of server_support from
__glXProcessServerString to __glXCalcualteUsableExtensions.

should solve the problem. I adjusted the file path to make it applicable
to x2go.

Cf.
https://bugs.freedesktop.org/show_bug.cgi?id=7353

The patch dates from *** 2006 ***. We definitely should rebase the mesa
code.

Best regards

Heinrich Schuchardt

From 7ef4a07165d49e671f6f569ee87bfe893b1e7fcf Mon Sep 17 00:00:00 2001
From: Ian Romanick i...@us.ibm.com
Date: Thu, 13 Jul 2006 15:27:37 +
Subject: [PATCH] Move initialization of server_support from
 __glXProcessServerString to __glXCalcualteUsableExtensions.  By having both
 callers of __glXProcessServerString initialize the bit-fields passed in, we
 guarantee that the correct amount of data is initialized:

This fixes bugzilla #7353.
---
 nx-X11/extras/Mesa/src/glx/x11/glxextensions.c | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/nx-X11/extras/Mesa/src/glx/x11/glxextensions.c b/nx-X11/extras/Mesa/src/glx/x11/glxextensions.c
index c3bc930..d00bdbb 100644
--- a/nx-X11/extras/Mesa/src/glx/x11/glxextensions.c
+++ b/nx-X11/extras/Mesa/src/glx/x11/glxextensions.c
@@ -319,6 +319,11 @@ set_glx_extension( const struct extension_info * ext,
  * 
  * \param server_string   GLX extension string from the server.
  * \param server_support  Bit-field of supported extensions.
+ * 
+ * \note
+ * This function is used to process both GLX and GL extension strings.  The
+ * bit-fields used to track each of these have different sizes.  Therefore,
+ * the data pointed by \c server_support must be preinitialized to zero.
  */
 static void
 __glXProcessServerString( const struct extension_info * ext,
@@ -328,8 +333,6 @@ __glXProcessServerString( const struct extension_info * ext,
unsigned  base;
unsigned  len;
 
-   (void) memset( server_support, 0, sizeof( server_support ) );
-   
for ( base = 0 ; server_string[ base ] != NUL ; /* empty */ ) {
   /* Determine the length of the next extension name.
*/
@@ -580,6 +583,8 @@ __glXCalculateUsableExtensions( __GLXscreenConfigs *psc,
 
__glXExtensionsCtr();
__glXExtensionsCtrScreen( psc );
+
+   (void) memset( server_support, 0, sizeof( server_support ) );
__glXProcessServerString( known_glx_extensions,
 			 psc-serverGLXexts, server_support );
 
-- 
2.1.4

___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

[X2Go-Dev] Bug#779: Fwd: [Bug 1188356] New: [abrt] x2goclient: SshMasterConnection::channelLoop(): x2goclient killed by SIGSEGV

2015-02-02 Thread Orion Poplawski
Package: x2goclient
Version: 4.0.3.1

It appears that ports 3-4 are blocked, x2goclient crashes.  It
shouldn't crash.


 Forwarded Message 
Subject: [Bug 1188356] New: [abrt] x2goclient:
SshMasterConnection::channelLoop(): x2goclient killed by SIGSEGV
Date: Mon, 02 Feb 2015 16:49:54 +
From: bugzi...@redhat.com
To: or...@cora.nwra.com

https://bugzilla.redhat.com/show_bug.cgi?id=1188356

Bug ID: 1188356
   Summary: [abrt] x2goclient: SshMasterConnection::channelLoop():
x2goclient killed by SIGSEGV
   Product: Fedora
   Version: 20
 Component: x2goclient
  Assignee: or...@cora.nwra.com
  Reporter: christopher.bollin...@momentumtelecom.com
QA Contact: extras...@fedoraproject.org
CC: or...@cora.nwra.com



Description of problem:
I am tweaking iptables on the box I am connecting to; with input and output set
to accept port 22 and related and established accepted.  Upon attempt to
connect to the box, X2go gives the error listed.

Version-Release number of selected component:
x2goclient-4.0.3.1-1.fc20

Additional info:
reporter:   libreport-2.2.3
backtrace_rating: 4
cmdline:x2goclient
crash_function: SshMasterConnection::channelLoop
executable: /usr/bin/x2goclient
kernel: 3.17.8-200.fc20.x86_64
runlevel:   N 5
type:   CCpp
uid:1000

Truncated backtrace:
Thread no. 1 (3 frames)
 #0 SshMasterConnection::channelLoop at ../sshmasterconnection.cpp:1447
 #1 SshMasterConnection::run at ../sshmasterconnection.cpp:698
 #2 QThreadPrivate::start at thread/qthread_unix.cpp:349

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev


[X2Go-Dev] Bug#775: desktop sharing full screen usability issues

2015-02-02 Thread Samo Dadela
Package: x2goclient (Windows 7 x86)
Version: 4.0.3.0
[ Server: FC21 x64 ]


Hi, 

Found x2go recently as an alternative to NoMachine NX (which is not usable for 
programming since jpg compression makes terminal windows unusable... and there 
are other issues like random hangups, etc). 

My use case is as follows: 
- connect to the existing desktop session in full screen (aka desktop sharing 
in x2go)
- need grab keyboard when connected (example: alt-tab must switch between 
windows in the session, not between Windows on the client, ctrl-alt-left must 
switch to another desktop on the server, etc..)
- be able to enter/exit fullscreen mode somehow - by using a hotkey, for example
- be able to see the mouse cursor

In other words... behave as though I was connected to the real desktop on the 
server.

What I tried:

1) Specifying fullscreen in the Session preferences
What happens: 
- I get a full screen windows, 
- there is no mouse cursor (the mouse works - I see the windows receiving focus)
- When using alt-tab it switches between windows on the client (other 
combinations are also intercepted by Windows, not the desktop)

2) To make alt-tab work, I tried the instruction at 
http://www.terheyden.com/blog/?p=202 - (x2go client - getting Alt+Tab to work) 
by specifying -rootless and -keyhook (don't forget to change the path to 
VcXsrv.exe otherwise you can't use x2go client anymore without deleting the 
registry keys; this is an already know bug).
What happens:
- alt-tab works, other keys work (like ctrl-alt-left to switch desktops)
- still no mouse cursor (even tried -swcursor but it doesn't help)
- can't enter/exit full screen... it seems that the combinations ctrl-alt-f are 
now passed to the server 

3) BTW, tried pyhoca too - but it complains that it needs server 4.1 for 
desktop sharing ;(

Maybe the above (apart from the mouse cursor) are not bugs but just the way 
things work...

What I would like:
- changing x2goclient on Windows so that such functionality can be achieved by 
a few mouse clicks (add a grab keyboard option, define 'exit x2go' hotkey,...)
or... if this is too much work
- some instruction on how to achieve the functionality mentioned above (add it 
to the FAQ?)

Next I saw some post claiming success using Xming... I'll give that a shot, but 
wouldn't it be better if x2go handled it by itself?

Best regards, 

Samo

  ___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] [X2Go-Project] Invitation

2015-02-02 Thread Mike Gabriel

Hi all,

On  Mo 02 Feb 2015 09:07:21 CET, Stefan Baur wrote:


Am 30.01.2015 um 13:25 schrieb Heinz-M. Graesing:

So as the most of us are already meet on on our IRC channel, I
would suggest to meet there as a fall-back.


Would you please clarify if you intend to meet on IRC (i.e. no phone
conference call at all), or if you only intend to fall back to IRC in
case your phone connection becomes flaky?


/me personally prefers IRC-only meetings, as they are likely to be  
more productive and to the point.


An IRC-only meeting can be easily posted to the x2go-project ML after  
the meeting.


People with not-so-much-typing-speed should prepare written questions  
/ contributions / statements in advance to that they can be easily  
copy-pasted when appropriate.


When doing a phone conference, we

  (1) should make sure that everyone can attend the call who wants to join in.
  (2) should all be in IRC so that we can share URLs etc. with each other
  (3) agree on someone responsible for a typed protocol that gets  
sent to the ML(s) later



light+love,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp1nLjyZRz_W.pgp
Description: Digitale PGP-Signatur
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev

Re: [X2Go-Dev] [X2Go-Project] Invitation

2015-02-02 Thread Mike Gabriel

Hi all,

On  Mo 02 Feb 2015 09:07:21 CET, Stefan Baur wrote:


Am 30.01.2015 um 13:25 schrieb Heinz-M. Graesing:

So as the most of us are already meet on on our IRC channel, I
would suggest to meet there as a fall-back.


Would you please clarify if you intend to meet on IRC (i.e. no phone
conference call at all), or if you only intend to fall back to IRC in
case your phone connection becomes flaky?


/me personally prefers IRC-only meetings, as they are likely to be  
more productive and to the point.


An IRC-only meeting can be easily posted to the x2go-project ML after  
the meeting.


People with not-so-much-typing-speed should prepare written questions  
/ contributions / statements in advance to that they can be easily  
copy-pasted when appropriate.


When doing a phone conference, we

  (1) should make sure that everyone can attend the call who wants to join in.
  (2) should all be in IRC so that we can share URLs etc. with each other
  (3) agree on someone responsible for a typed protocol that gets  
sent to the ML(s) later



light+love,
Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp71pWwgN8ZK.pgp
Description: Digitale PGP-Signatur
___
x2go-dev mailing list
x2go-dev@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-dev