Hello,
I like to run the cdevtools.pnd from remote computer (tunneling X over ssh), in this case my desktop PC. Until now i managed to start some normal X programs like xfce4-about from my desktop, but running the pnd fails like below
Digging into start.sh i found the call to /usr/bin/terminal, which causes to
my limited understanding the problem. If i run terminal program directly from the error below:
Does anyone know how to solve this problem?
Thank you for your answers
I like to run the cdevtools.pnd from remote computer (tunneling X over ssh), in this case my desktop PC. Until now i managed to start some normal X programs like xfce4-about from my desktop, but running the pnd fails like below
Code:
$ /bin/bash /usr/pandora/scripts/pnd_run.sh -p /media/Develop/pandora/menu/cdevtools.pnd -e start.sh -b cdevtools1000
Mount the PND [SUCCESS]
Starting the application (start.sh )X11 connection rejected because of wrong authentication.
X11 connection rejected because of wrong authentication.
Starting the application (start.sh ) [ FAILED]
Restoring the frame buffer status [SUCCESS]
uMount the PND [SUCCESS]
Digging into start.sh i found the call to /usr/bin/terminal, which causes to
my limited understanding the problem. If i run terminal program directly from the error below:
Code:
$ /usr/bin/terminal
X11 connection rejected because of wrong authentication.
(terminal:2478): Terminal-DEBUG: D-Bus reply error: /usr/bin/dbus-launch terminated abnormally with the following error: X connection to localhost:10.0 broken (explicit kill or server shutdown).
(dbus-glib-error-quark: 23)
X11 connection rejected because of wrong authentication.
The application 'terminal' lost its connection to the display localhost:10.0;
most likely the X server was shut down or you killed/destroyed
the application.
Does anyone know how to solve this problem?
Thank you for your answers
Last edited by a moderator: