[SOLVED] at-spi mystery
I run a test vm based on lxqt-runit-20250407; when I ssh to it I can run gvim via X11forwarding in the normal way. Running in an
ssh terminal I see no messages as gvim is started.
To use gvim as root I transfer the .Xauthority via
$ sudo su
# rm -f /root/.Xauthority
# xauth add $(xauth -f ~robin/.Xauthority list|tail -1)
# gvim
(gvim:966): dbind-WARNING **: 10:28:26.661: Couldn't connect to accessibility bus: Failed to connect to socket /run/user/1000/at-spi/busartix-runit_10.0: No such file or directory
gvim works, but where does the at-spi message come from. I don't see that when running as robin. Does root need some additional setup? Do I have to transfer access to some bus? This command also gives the message
# sudo -u robin gvim
(gvim:1497): dbind-WARNING **: .......
Whre does at-spi get involved. I see no daemon running with ati involvement (I see it with sddm running).
If I run sudo gvim in an X11 terminal emulator I don't see the warning.