Has anyone successfully run x2goserver(-one) with Gnome 3 ?
I just upgraded my Archlinux system to Gnome 3, and x2goserver-one stopped working with Gnome. It gave a message about hardware not being suitable and it is reverting to gnome fallback. Unfortunately, it seems it was a one-time message, but I cannot get the message back, otherwise I would post the exact error message. What happens is that I end up with an x2go session with a plain desktop and a couple menus of apps, and that is all.
If no one has gotten x2go working with Gnome 3, can anyone suggest where I need to start looking to solve the problem? I don't really know where to start. I already tried /usr/bin/gnome-session as a custom command from the x2go client, but that made no difference, and now I am stuck on what to look at to troubleshoot the problem. <snip> I don't know the answer and do not use Gnome. However, when faced with such unknowing, I usually start adding debug statements to the various
On Mon, 2011-05-02 at 02:15 -0700, John Williams wrote: scripts. This can be as simple as an "echo 'I am in such and such a part of the script'" when you can see output or a logger command (logger -t "X2Go PROBLEM " "I am in such and such a part of the script") when I cannot see output. At least, you can then narrow down where it is breaking. Hope that helps - John