Changes between Version 68 and Version 69 of FAQ
- Timestamp:
- 10/31/15 06:02:23 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v68 v69 70 70 71 71 * Start {{{gpg-agent}}}, {{{dbus}}}, etc for each session? 72 Usually, adding this to {{{/etc/xpra/xpra.conf}}} or the per-user {{{~/.xpra/xpra.conf}}} is enough :73 {{{ 74 start -child= /etc/X11/xinit/Xsession true72 Usually, adding this to {{{/etc/xpra/xpra.conf}}} or the per-user {{{~/.xpra/xpra.conf}}} is enough (version 0.15 onwards): 73 {{{ 74 start = /etc/X11/xinit/Xsession true 75 75 }}} 76 76 (on some distros {{{Xsession}}} is found under {{{/etc/X11/Xsession}}} instead) … … 80 80 Use pageant: [http://www.chiark.greenend.org.uk/~sgtatham/putty/faq.html#faq-options putty FAQ] `How do I use all PuTTY's features (public keys, proxying, cipher selection, etc.) in PSCP, PSFTP and Plink?` 81 81 * How do I use notifications forwarding? 82 System notifications use [http://www.freedesktop.org/wiki/Software/dbus dbus], so you must start the xpra server within its own dbus session, ie: "{{{dbus-launch xpra start ...}}}" (see dbus-launch for details). This is one of the things that [http://winswitch.org/about winswitch] does for you. 82 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: 83 * How do I start a dbus session for the xpra server? 84 {{{dbus-launch xpra start ...}}} (see dbus-launch for details). 83 85 * How can I allow multiple users to connect through a single port? 84 86 See [/wiki/ProxyServer]