diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-01 10:15:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-01 10:15:42 -0300 |
commit | 46187fe284aebe3926ea85049d872353edc97b56 (patch) | |
tree | f207ceb9984579a50cab5a2d271c3f244996fc5f /share | |
parent | c6b70b4fb2e406c8e0d2766a7394832230c04d40 (diff) | |
download | kvmx-46187fe284aebe3926ea85049d872353edc97b56.tar.gz kvmx-46187fe284aebe3926ea85049d872353edc97b56.tar.bz2 |
Xsession: Workaround for programs that depend on a system fully operational
Diffstat (limited to 'share')
-rw-r--r-- | share/provision/files/desktop-basic/home/user/.custom/xsession | 7 |
1 files changed, 7 insertions, 0 deletions
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 |