How to run GUI application with beesu in Wayland display server

Published on Author admin

Before running GUI application enable root access to display server:

xhost +SI:localuser:root

Run GUI application using beesu tool:

beesu GUIAPPLICATION

After running GUI application disable root access to display server:

xhost -SI:localuser:root