Changes between Version 38 and Version 39 of FAQ
- Timestamp:
- 02/26/14 09:37:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v38 v39 75 75 * "{{{found an existing window manager on screen ...}}}" 76 76 Xpra is a window manager, you cannot run two window managers on the same display at the same time. If you want to forward a whole desktop, including its window manager, see [/wiki/Usage#Forwardingawholedesktop Usage: forwarding a whole desktop], otherwise stop the other window manager. 77 * "{{{xpra [errno 2] no such file or directory}}}" when connecting via ssh.78 Xpra is not installed on the remote host.79 77 * "{{{cannot register our notification forwarder ...}}}" 80 78 The xpra server was started from a GUI session which already had a dbus instance and a notification daemon, notifications forwarding will not work. … … 90 88 [[BR]] 91 89 For more details, see [/wiki/Xdummy Xdummy]. 90 * "{{{xpra [errno 2] no such file or directory}}}" when connecting via ssh. 91 Xpra is not installed on the remote host. 92 92 * SSH connection error "{{{The system cannot find the file specified}}}": 93 93 {{{ … … 97 97 }}} 98 98 This means that the user you login as on the server has never had an xpra server running. You must be using the wrong username or even the wrong server. 99 Try adding the username to your ssh connection string: 100 {{{ 101 xpra attach ssh:username@host 102 }}} 99 103 * I get a GPG error: {{{KEYEXPIRED 1273837137}}} 100 104 The key had expired. Try re-importing the [http://xpra.org/gpg.asc updated key].