@dino99 for me it seems that this
cat <<EOF | sudo tee /etc/xdg/autostart/xhost.desktop [Desktop Entry] Name=xhost Comment=Fix graphical root applications Exec="xhost +si:localuser:root" Terminal=false Type=Application EOF
should be added to the default installation.
@dino99
for me it seems that this
cat <<EOF | sudo tee /etc/xdg/ autostart/ xhost.desktop
[Desktop Entry]
Name=xhost
Comment=Fix graphical root applications
Exec="xhost +si:localuser:root"
Terminal=false
Type=Application
EOF
should be added to the default installation.