]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Xsession: Workaround for programs that depend on a system fully operational
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Oct 2017 13:15:42 +0000 (10:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Oct 2017 13:15:42 +0000 (10:15 -0300)
share/provision/files/desktop-basic/home/user/.custom/xsession

index c465f7461d7b3cef0c69235833b4fca1386d4dbf..b9e5dc21c1535004f05b25fcd6b257cead4d0250 100644 (file)
@@ -20,3 +20,10 @@ xrandr --addmode $DISPLAY_DEVICE 1368x748_60.00
 # Set default modeline
 #xrandr --output $DISPLAY_DEVICE --mode 1368x748_60.00
 xrandr --output $DISPLAY_DEVICE --mode 1280x780_60.00
+
+# Workaround for programs that depend on a system fully operational
+# Example: chromium browser running with firejail when your ${DOWNLOADS}
+# path is a shared folder to be mounted by kvmx. If you don't sleep here,
+# you mind find a whitelisting error at the firejail profile in your
+# ~/.xsession-errors.
+#sleep 8