Fix by changing to anybody

This commit is contained in:
Martin 2023-10-06 20:02:42 +02:00
parent 61703887de
commit eb92e4413a

View File

@ -51,7 +51,7 @@ else
then
echo "@/home/urbackup/setxkbmap.sh" >> /etc/xdg/lxsession/LXDE/autostart
fi
sed -i 's/allowed_users=console/allowed_users=console/g' /etc/X11/Xwrapper.config
sed -i 's/allowed_users=console/allowed_users=anybody/g' /etc/X11/Xwrapper.config
echo "needs_root_rights=yes" >> /etc/X11/Xwrapper.config
sudo -u urbackup startx
fi