updates
This commit is contained in:
@@ -31,6 +31,8 @@ dpkg -x x11-xserver-utils*.deb /tmp/x11utils
|
||||
cd /tmp/x11utils
|
||||
cp -aR * /
|
||||
|
||||
update-alternatives --set x-terminal-emulator /usr/bin/xterm
|
||||
|
||||
. /tmp/cleanup
|
||||
|
||||
savechanges /02-xorg.sb
|
||||
|
||||
+4
@@ -1,3 +1,7 @@
|
||||
#!/bin/bash
|
||||
xhost + >/dev/null 2>/dev/null
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
chromium-launcher "$@"
|
||||
exit 0
|
||||
fi
|
||||
su -c "chromium-launcher "$@"" guest
|
||||
Reference in New Issue
Block a user