aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-07 05:51:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-07 05:51:21 -0300
commit3fcd8535ed3a119b904ac28f1ced725c16cf0e29 (patch)
tree076338fa4744713dc81213e47415fdb33dd0e951
parent3a6af20f2ef8facd5ab2d20878dab801d9b63eb3 (diff)
downloadtermplex-3fcd8535ed3a119b904ac28f1ced725c16cf0e29.tar.gz
termplex-3fcd8535ed3a119b904ac28f1ced725c16cf0e29.tar.bz2
Updates xplex dev
-rwxr-xr-xxplex8
1 files changed, 7 insertions, 1 deletions
diff --git a/xplex b/xplex
index c3a867f..0095007 100755
--- a/xplex
+++ b/xplex
@@ -1,12 +1,13 @@
#!/bin/bash
#
-# X11 multiplexer: wraps around firejail and xpra
+# X11 multiplexer: wraps around firejail, xpra and ratpoison
#
# References:
# https://wiki.archlinux.org/index.php/Xpra
# https://firejail.wordpress.com/documentation-2/x11-guide/
# https://stackoverflow.com/questions/2520704/find-a-free-x11-display-number#8063923
# https://unix.stackexchange.com/questions/203844/how-to-find-out-the-current-active-xserver-display-number
+# https://krlmlr.github.io/integrating-xpra-with-screen/
#
# Requirements: xpra, xvfb, ratpoison, firejail
#
@@ -22,6 +23,11 @@
# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863891
#PATH="/usr/lib/xorg:$PATH" xpra start-desktop :$XPLEX_DISPLAY --start-child=ratpoison
+# Need to edit /etc/xpra/conf.d/55_server_x11.conf and use the Old Xvfb option
+#xpra start-desktop :$XPLEX_DISPLAY --start-child=ratpoison
+#xpra attach :$XPLEX_DISPLAY
+
# Needs newer xpra, see
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864765
+# Check with xpra --version
echo "TODO"