Re: [X2go-dev] x2goclient-cli don't terminates correctly?

2011-01-07 Thread Daniel Lindgren
A quick and dirty solution would be to fix the perl script to take care of child processes and properly terminate them at exit. ... and here's my quick dirty hack, add it after the last line in x2goclient-cli: # CUT my @SSHS = (); my $ssh; my $pid; my @ssh_split = (); # print $0:

[X2go-dev] Port conflict when using x2go client och x2go server

2011-01-15 Thread Daniel Lindgren
Hello. I've run into a problem when using x2go to remote control a server which in turn remote controls another server using x2go, i.e. client_a - server_a - server_b. I can create the sessions without problem, but I can't reconnect to server_a if I suspend the session. I get an error message

Re: [X2go-dev] VcXsrv

2011-01-31 Thread Daniel Lindgren
2011/1/31 John A. Sullivan III jsulli...@opensourcedevel.com: Hmm . . . I wonder if there is any Windows equivalent to ps aux | grep vcxsrv? I'm not a Windows person at all - been on a Linux desktop for almost 12 years.  Thanks - John There are a few ways to do it, XP/2003 and later: tasklist

Re: [X2go-dev] NX bug: AltGr gets stuck when pressed once

2011-05-19 Thread Daniel Lindgren
If you're using Linux on the client, try installing xserver-xorg-input-kbd and add this to xorg.conf: Section ServerFlags [...] Option AutoAddDevices false EndSection Section InputDevice [...] Driver kbd [...] EndSection Cheers, Daniel 2011/5/19 Mike Gabriel

Re: [X2go-Dev] MacOS x2goclient

2011-06-30 Thread Daniel Lindgren
I have discussed with Heinz+Alex. They would love to have a system provided permanently so they can fully integrate it in their build environment. Temporary solutions are feared to be more work then benefit. FYI, VMWare Player 3 can run Mac OS X. It's not official, but a Google search will

Re: [X2go-Dev] Windows Client Issue

2011-07-03 Thread Daniel Lindgren
Hi Ian, I've added x2go-user list to this reply since I'm not sure if this is something for the devs. ** I have been able to connect using windows client version 3.01-4 but not with 3.01-18 ** 3.01-18 has never worked for me, it just won't connect succesfully. The latest version

Re: [X2go-Dev] Windows Client Issue

2011-07-04 Thread Daniel Lindgren
(Accidentally replied to Mike only, resending to list). Hi Mike, 3.01-18 has never worked for me, it just won't connect succesfully. The latest version that seems to work well is 3.01-13, you can download it here: http://www.x2go.org/deb/pool-untested/x2goclient/x2goclient-3.01-13-setup.exe

Re: [X2go-Dev] Windows Client Issue

2011-07-04 Thread Daniel Lindgren
I've done some more testing and I can't get 3.01-14 or 3.01-18 to work on Windows 7 x64 SP1, a lot of crashes and a few started sessions but never a fully working X window. 3.01-13 works pretty much every time. On Windows Server 2003 SP2 (32-bit), 3.01-18 works with both Xming and vcxsrv. Seems

Re: [X2go-Dev] Windows Client Issue

2011-07-05 Thread Daniel Lindgren
I've done some more testing, Windows 7 x86 SP1 and 3.01-18 work. Seems like only 64-bit Windows 7 (most likely 2008R2 too) and 3.01-14-18 are not getting along. I've added a summary to the download page for Windows clients: http://wiki.x2go.org/windows_and_macos_x_binaries. Some combinations

Re: [X2go-Dev] Windows Client Issue

2011-07-05 Thread Daniel Lindgren
Hi Mike, 2011/7/5 Mike Gabriel mike.gabr...@das-netzwerkteam.de: That sounds indeed weird. 17bit color depth is a really uncommon value. In PyHoca-GUI I try to keep it simple: resume only sessions that support the same color depth as the local desktop. This can be fine-tuned still, but this

Re: [X2go-Dev] x2goserver scripts in /usr/bin vs. /usr/lib/x2go

2011-07-13 Thread Daniel Lindgren
Hi MIke, 2011/7/13 Mike Gabriel mike.gabr...@das-netzwerkteam.de: I have manually tab'ified all x2goserver scripts, so that we now have a more consistent code indentation in all those scripts. This is what I use when I need to reindent files: http://universalindent.sourceforge.net/. Debian

Re: [X2go-Dev] Fwd: Re: [X2go-User] x2goclient version bumping - 3.99.0.0

2011-07-21 Thread Daniel Lindgren
Hi Moritz, 2011/7/21 Moritz Struebe moritz.stru...@informatik.uni-erlangen.de: On 2011-07-21 16:55, Mike Gabriel wrote: Only 3.01-13 works on W7 x64. If I interpreted the changelogs correctly, 13 is the last version that didn't use libssh, I'm guessing that the problem in later versions are

[X2go-Dev] Command line alternatives to x2goclient-cli

2011-07-27 Thread Daniel Lindgren
Hello. I mainly use x2goclient-cli to start/resume x2go sessions, for these reasons: - No sessions have to be created in the GUI, all necessary options are available as command line parameters. I can use aliases for all my sessions and they work on any machine that has x2goclient-cli installed,

Re: [X2go-Dev] Command line alternatives to x2goclient-cli

2011-07-27 Thread Daniel Lindgren
Hi Mike, 2011/7/27 Mike Gabriel mike.gabr...@das-netzwerkteam.de: - An option to automatically resume an existing session if there is one or create a new one if there isn't. http://code.x2go.org/horde4/whups/ticket/?id=86 Thanks! - An option to suspend a running session if the windows is

Re: [X2go-Dev] Command line alternatives to x2goclient-cli

2011-07-27 Thread Daniel Lindgren
2011/7/27 Mike Gabriel mike.gabr...@das-netzwerkteam.de: How about this: pyhoca-cli --server servername -c GNOME -u username --kbd-layout se --kbd-type pc105/se -g 1238x929 --pack 16m-png-9 Yep, that did the trick, I can close the window. I copied most of the command line from my

Re: [X2go-Dev] 3.99 Testing - stray deletes

2011-07-28 Thread Daniel Lindgren
2011/7/28 John A. Sullivan III jsulli...@opensourcedevel.com: This does not seem to be limited to deletes.  I've been doing a lot of presentation work today.  I'll have paged down a couple of slides and then will be reading and thinking about the current slide for literally several minutes.  

Re: [X2go-Dev] 3.99 Testing - Multiple X2goclient instances fail

2011-07-28 Thread Daniel Lindgren
2011/7/28 John A. Sullivan III jsulli...@opensourcedevel.com: snip I believe I have tested this on both Linux and Windows - becoming a bit of a blur after a long hot day!.  In previous versions of X2GoClient, I could open multiple instances and connect to multiple

Re: [X2go-Dev] 3.99 Testing - stray deletes

2011-07-28 Thread Daniel Lindgren
2011/7/28 John A. Sullivan III jsulli...@opensourcedevel.com: On Michael's recommendation, I have upgraded to heuler and have not seen this problem yet.  I will keep the list apprised.  Thanks - John I've used heuler since yesterday and today I've seen at least one random PgDn, while writing an

Re: [X2go-Dev] 3.99 Testing - Multiple X2goclient instances fail

2011-07-29 Thread Daniel Lindgren
Hi Mike, 2011/7/29 Mike Gabriel mike.gabr...@das-netzwerkteam.de: The connecting stuff is a bit tricky...  - x2gostartagent will try to detect a free server-side port 3.    This port is put into the session database table. (Make sure you do    not have other server-side stuff running

Re: [X2go-Dev] x2goserver goes pluggable

2011-09-30 Thread Daniel Lindgren
Hi Mike, 2011/9/29 Mike Gabriel mike.gabr...@das-netzwerkteam.de: Hi all, last night I have implemented a very basic pluggable extension system for x2goserver. The relevant folder structure will be installed by the x2goserver-extensions package. What the package provides is described on the

Re: [X2go-Dev] Problem with windows x2go client 3.99.0.1

2011-10-15 Thread Daniel Lindgren
x2go client 3.99.0.1 (and 3.99.0.0 and 3.01.18) is not working under windows 7. Session is established but connection timeout. On the server side in log: sshd[1903]: error: connect_to localhost port 30001: failed. Two things I've had problems with that sound similar: 1) Symantec antivirus

Re: [X2go-Dev] Problem with windows x2go client 3.99.0.1

2011-10-16 Thread Daniel Lindgren
2011/10/16 va...@spsmb.cz va...@spsmb.cz: I tried 3.0-11, which also does not work. I do not use symantec, I use AVG free antivirus. Have you tried 3.01-13? Don't think I've tried 3.01-11, can't say if it should work or not. You should also try uninstalling AVG antivirus to verify that it's

Re: [X2go-Dev] X2Go Client on Windows and Antivirus Software problem

2011-11-25 Thread Daniel Lindgren
I've successfully tested 3.99.0.2 with Symantec Endpoint Protection (11.0.6 MP3) on Windows 7 x64, I haven't been able to use any version later than 3.01-13 with SEP on W7 x64 until 3.99.0.2. Also no problems with Microsoft Security Essentials, but MSE has worked with all versions of x2goclient

Re: [X2Go-Dev] [x2go-i18n] Norwegian x2goclient translation

2012-02-15 Thread Daniel Lindgren
I wrote the way I did the whole git and translation process because  it's missing on the wiki (where I thought it would be written down,  it says TODO - both on the devel page, and also on the  documentation of the Translation). If this is an approved way of  doing the translation process, or

Re: [X2Go-Dev] [x2go-i18n] Suggestions

2012-02-15 Thread Daniel Lindgren
What I propose is to add an error-code/number which is the same regardless of the language used. If this could be something more than just a number, like [x2go-1234568] it would be real easy to find information with search engines. This would greatly improve the success rate in resolving any

Re: [X2Go-Dev] Problem with X2Go and VMWare Tools

2012-02-18 Thread Daniel Lindgren
Exactly which flavor of Linux are you running? Plain Debian, Ubuntu (bastardized with an additional Debian repository for open-vm-tools), or something completely different? And which version? Debian Squeeze 6.0.4, fresh install today. Open-vm-tools is in contrib. I remember seeing some

Re: [X2Go-Dev] [X2go-User] Suggestion - x2go Community Core-Dev's should set a date for a Week of Wiki updating/cleanup

2012-02-19 Thread Daniel Lindgren
I can help cleaning up the wiki. I would also suggest changing template (i e layout) in DokuWiki, the one used at wiki.x2go.org has issues with readability and general looks. That is of course my personal opinion, but I have used and administered DokuWiki for years and know that it could look a

Re: [X2Go-Dev] x2goclient.exe - Saving session settings to registry

2012-02-21 Thread Daniel Lindgren
IMO, there should be at most one sessions file per user. OK, NoMachine uses one file per session, but x2goclient.exe will use one file for all the sessions? That would make it more difficult to have shared corporate defautl sessions together with user configurable sessions. If you'd need to

Re: [X2Go-Dev] x2goclient.exe - Saving session settings to registry

2012-02-22 Thread Daniel Lindgren
I'm a Windows ignoramus but is this something that could be set with a GPO? I'd like to use the Ask the Audience lifeline on that one... ;-) If we're talking about setting registry settings via GPO the answer is yes, you can with Group Policy Preferences.

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-22 Thread Daniel Lindgren
OS X is not using X11 as all other UNIX(-like) systems do, but instead a proprietary drawing API called Cocoa (or the old, x86-only Carbon interface) based on the Quartz rendering/compositing engine. On other UNIX(-like) systems, Cocoa/Carbon would be (for instance) Gtk/Qt and Quartz the X11

Re: [X2Go-Dev] @Mihai: rebuild x2goclient for Mac OS

2012-02-24 Thread Daniel Lindgren
Somewhat off topic, but would x2goserver for Mac OS X be possible? I have a Mac mini as a HTPC and the built in VNC server is quite buggy. Cheers, Daniel ___ X2Go-Dev mailing list X2Go-Dev@lists.berlios.de

[X2Go-Dev] Windows client using nxproxy 3.4.0

2012-03-03 Thread Daniel Lindgren
Hi. I've noticed that X2Go client on Linux uses nxproxy 3.5.0 while the Windows client uses 3.4.0. Is there a reason for using the older nxproxy version on Windows? While connecting from Windows there is a message about the version mismatch: Warning: Connected to remote version 3.5.0 with local

Re: [X2Go-Dev] Feedback: Published Applications

2012-03-16 Thread Daniel Lindgren
Good idea. But I don't think, that it is a target for developers. I think we should found a localization group, which will take care about localization. Volunteers? A small team has already gathered: x2go-i...@lists.berlios.de However, they (a) need dev support for committing their

Re: [X2Go-Dev] [X2Go-User] X2Go release day: x2goserver, x2goclient (adds support for Published Applications)

2012-04-04 Thread Daniel Lindgren
Hi MIke, The X2Go Project is proud to announce two new X2Go component releases:  - x2goserver (3.1.1.0)  - x2goclient (3.99.2.0) Good news, but shouldn't there have been a call for translation on the X2go-i18n mailing list before release? I'm assuming that there are some new strings to

Re: [X2Go-Dev] BUG REPORT - X2Go Client 3.99.2.1-rc2 does not work on Windows XP

2012-04-19 Thread Daniel Lindgren
No problems running 3.99.2.1-rc2 on Windows XP. I have VC2005/VC2008/VC2010 redists all installed. Cheers, Daniel ___ X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] YaIT (yet another issue tracker) for X2Go: roundup

2012-08-03 Thread Daniel Lindgren
Anyone using Redmine (http://www.redmine.org/)? I've had a look at it some time ago but didn't deep dive into it. It's a project management application, including an issue tracker, wiki, forum and SCM integration. Cheers, Daniel ___ X2Go-Dev mailing

[X2Go-Dev] Can't connect after latest updates

2013-03-28 Thread Daniel Lindgren
Hi. I updated my Debian Wheezy servers today (packages.x2go.org in sources.list), after that I no longer can connect to the servers, I get this message when I try with x2goclient-cli: channel 1: open failed: connect failed: Connection refused If i try with x2goclient I get an error message

Re: [X2Go-Dev] Can't connect after latest updates

2013-03-28 Thread Daniel Lindgren
/NX/bin:/usr/local/NX/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'. Cheers, Daniel 2013/3/28 Daniel Lindgren bd.d...@gmail.com Hi. I updated my Debian Wheezy servers today (packages.x2go.org in sources.list), after that I no longer can connect to the servers, I get

Re: [X2Go-Dev] Can't connect after latest updates

2013-03-28 Thread Daniel Lindgren
, Daniel 2013/3/28 Mike Gabriel mike.gabr...@das-netzwerkteam.de HI Daniel, On Do 28 Mär 2013 14:15:48 CET Mike Gabriel wrote: Hi Daniel, On Do 28 Mär 2013 13:17:08 CET Daniel Lindgren wrote: Reinstalled x2goserver, still no luck. This is logged in the session file on the client

[X2Go-Dev] Periodic X2Go Server CPU usage

2013-12-26 Thread Daniel Lindgren
Hi all. I have a virtual Arch machine with X2Go Server 4.0.1.8-1 installed. There seems to some CPU activity even when no X2Go sessions are running, see attached image. The first half of the graph is with x2goserver running, the other halt with it stopped. No X2Go Sessions were active on the

Re: [X2Go-Dev] Periodic X2Go Server CPU usage

2013-12-26 Thread Daniel Lindgren
I was hoping there was a hidden option somewhere (couldn't find it in the man pages or the wiki), changing the script itself isn't desirable since an update will overwrite it. Cheers, Daniel 2013/12/26 Nable 80 nable.mainin...@googlemail.com Hi, Daniel. It's really easy to find the right