From: Silvio Rhatto Date: Sun, 1 Oct 2017 13:15:42 +0000 (-0300) Subject: Xsession: Workaround for programs that depend on a system fully operational X-Git-Tag: 0.1.0~383 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=46187fe284aebe3926ea85049d872353edc97b56;p=kvmx.git Xsession: Workaround for programs that depend on a system fully operational --- diff --git a/share/provision/files/desktop-basic/home/user/.custom/xsession b/share/provision/files/desktop-basic/home/user/.custom/xsession index c465f74..b9e5dc2 100644 --- a/share/provision/files/desktop-basic/home/user/.custom/xsession +++ b/share/provision/files/desktop-basic/home/user/.custom/xsession @@ -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