Comment 5 for bug 1652857

Revision history for this message
3t0g0 (freetogo) wrote :

Better check whether wayland is really running before granting apps to run as root

if [ $XDG_SESSION_TYPE = "wayland" ]; then
 xhost +si:localuser:root
fi