sudo -u desktopuser XDG_RUNTIME_DIR=/run/user/1000 DISPLAY=:0.0 firefox --new-window
Maybe your root terminal has other environment variables set that break it? A different DBUS session maybe?
sudo -u desktopuser XDG_RUNTIME_DIR=/run/user/1000 firefox
Man, you solved it!!
Thanks a 1000 times!
Maybe your root terminal has other environment variables set that break it? A different DBUS session maybe?