Hi,
I'm trying to run (and eventually, package) x2goclient-gtk in Fedora (12). First of all, i can't compile it unless i run:
$ sh autogen.sh $ sed -i 's:sigc++:parallel:' src/main_window.cc $ ./configure && make && make install
Then after it compiles i can start the client, but it gives me an error when trying to connect to an X2go server:
Connection failed Unable to write: /home/leon/.x2go/ssh/socaskpassF7TVAV
The remote user is 'l.keijser' so i know it can't be a problem on the server side. Actually, when i fire up a client in a Ubuntu virtual, all works well.
I have checked the permissions on the .x2go/ssh directory (they are created correctly) and even set them to 777, but with the same error.
Can someone tell me what's going on?
-- Léon
On Thu, 2010-04-01 at 17:41 +0200, Léon Keijser wrote:
Hi,
I'm trying to run (and eventually, package) x2goclient-gtk in Fedora <snip> I can't speak for the developers but I think they are discontinuing support for the gtk client for the single reason that they don't have time to support it and the cross platform Qt client.
Then after it compiles i can start the client, but it gives me an error when trying to connect to an X2go server:
Connection failed Unable to write: /home/leon/.x2go/ssh/socaskpassF7TVAV
The remote user is 'l.keijser' so i know it can't be a problem on the server side. Actually, when i fire up a client in a Ubuntu virtual, all works well.
I have checked the permissions on the .x2go/ssh directory (they are created correctly) and even set them to 777, but with the same error.
Can someone tell me what's going on?
I've only just begun to look at the code so I really can't say but, something is ringing a bell in my mind that this is actually a misleading error and really reflects a failed login. I'm not sure about that though so I might be leading you astray. I do recall we've seen that error and it was not a matter of file system permissions. Sorry I can't be of more help - John
On Thu, 2010-04-01 at 17:42 -0400, John A. Sullivan III wrote:
I can't speak for the developers but I think they are discontinuing support for the gtk client for the single reason that they don't have time to support it and the cross platform Qt client.
I could only find:
http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient/
Is this the QT client? It differs in version:
GTK: 3.01-8 QT: 3.01-5
I've only just begun to look at the code so I really can't say but, something is ringing a bell in my mind that this is actually a misleading error and really reflects a failed login. I'm not sure about that though so I might be leading you astray. I do recall we've seen that error and it was not a matter of file system permissions. Sorry I can't be of more help - John
That's okay, i'll run it through strace later and see if i can get some more info.
Thanks,
Léon
On Fri, 2010-04-02 at 19:36 +0200, Léon Keijser wrote:
On Thu, 2010-04-01 at 17:42 -0400, John A. Sullivan III wrote:
I can't speak for the developers but I think they are discontinuing support for the gtk client for the single reason that they don't have time to support it and the cross platform Qt client.
I could only find:
http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient/
Is this the QT client? It differs in version:
GTK: 3.01-8 QT: 3.01-5
<snip> Yes, I believe that is the Qt client - John
Am 02.04.2010 19:36, schrieb Léon Keijser:
I could only find:
http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient/
Is this the QT client? It differs in version:
GTK: 3.01-8 QT: 3.01-5
Hello Leon,
this is the most actual Qt client:
http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient/x2goclient_3.01-5.ta...
It has no "Qt" in the name, because it was the first client we've build. After the next release we are planning to enable multisession features to the client(s). This means a lot of work for us so that we've discussed if we discontinue the GTK client.
I really don't have a fedora installation running and it was not that easy to get the gtk client running on suse. So maybe you should try the Qt client.
best regards,
Heinz