Am 27.01.2012 22:18, schrieb Mike Gabriel:
Hi Stefan,
On Fr 27 Jan 2012 21:41:04 CET "newsgroups.mail2@stefanbaur.de" wrote:
Hi,
I run Trinity, the KDE3-fork, on one of my servers. When connecting to it with the NXclient, I set it to run the following custom command in fullscreen: /opt/trinity/bin/startkde and everything works as expected.
I tried the same with the latest X2goclient, and it doesn't work. I can see the screen background with the logo for a few moments, then it closes again and returns me to the login window. I tried both the "custom command" as well as the "other desktop environment" options and supplied the same path. Neither works.
you cannot run applications with a full path. The path name is always stripped off and the application has to be in $PATH.
I tried "startkde" without a path, but the result is the same (/usr/bin/startkde is a symlink pointing to /opt/trinity/bin/startkde, and /usr/bin obviously is in $PATH). :-(
-Stefan