I guess the subject sais it all. I'd like to be able to disconnect from the sessions without logging out of the system. How is this accomplished using x2go?
Thanks,
Jo-Erlend Schinstad
On Mon, 2010-06-21 at 10:05 +0200, Jo-Erlend Schinstad wrote:
I guess the subject sais it all. I'd like to be able to disconnect from the sessions without logging out of the system. How is this accomplished using x2go? <snip> There are several ways. It can be done from the client side by clicking on suspend. The rest of the ways are executed from with the X2Go session:
If one downloads and installs the KDE or Gnome bindings, it redeploys the lock button to suspend (we elected not to do that as we want to give our users the ability to lock their desktops).
We created a separate icon which simply calls /usr/bin/x2gosuspend-session-gnome.
Finally, one can invoke the above command from the command line.
Hopefully, that is what you were asking and I did not misunderstand :-)
On 21 June 2010 12:02, John A. Sullivan III <jsullivan@opensourcedevel.com> wrote:
If one downloads and installs the KDE or Gnome bindings, it redeploys the lock button to suspend (we elected not to do that as we want to give our users the ability to lock their desktops).
Where do I find those Gnome bindings?
We created a separate icon which simply calls /usr/bin/x2gosuspend-session-gnome.
Finally, one can invoke the above command from the command line.
I only find x2gosuspend-session, not x2gosuspend-session-gnome. Perhaps I need to install the Gnome bindings? I would like to do this using commands, as I might want to implement my own dialog.
Thanks again,
Jo-Erlend Schinstad
On Mon, 2010-06-21 at 12:17 +0200, Jo-Erlend Schinstad wrote:
On 21 June 2010 12:02, John A. Sullivan III <jsullivan@opensourcedevel.com> wrote:
If one downloads and installs the KDE or Gnome bindings, it redeploys the lock button to suspend (we elected not to do that as we want to give our users the ability to lock their desktops).
Where do I find those Gnome bindings? <snip> They are separate packages in the repository: x2gognomebindings x2gokdebindings