Changes between Version 83 and Version 84 of FAQ
- Timestamp:
- 02/01/19 04:51:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v83 v84 88 88 System notifications use [http://www.freedesktop.org/wiki/Software/dbus dbus], so you must start the xpra server within its own dbus session, see below: 89 89 * How do I start a dbus session for the xpra server? 90 Xpra should do that automatically, see xpra's {{{--dbus-launch}}} option, otherwise you can also do: 90 91 {{{dbus-launch xpra start ...}}} (see dbus-launch for details). 92 * dbus-launch fails: {{{/bin/sh: 1: dbus-launch: not found}}} 93 If you do not want a dbus server or do not have one you can run, use: 94 {{{xpra start --dbus-launch=no}}} 91 95 * How can I allow multiple users to connect through a single port? 92 96 See [/wiki/ProxyServer]