v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
645 stars 58 forks source link

Failed to spawn child process “/bin/dbus-daemon” (No such file or directory) #254

Closed arteze closed 6 months ago

arteze commented 6 months ago

I have this problem:

(yad-tools:16735): dbind-WARNING **: 18:06:03.502: AT-SPI: Error retrieving accessibility bus address: org.a11y.Bus.Error: Failed to spawn child process “/bin/dbus-daemon” (No such file or directory)
no mode specified

It says it doesn't exist, but it exists:

ls -lh /bin/dbus-daemon
-rwxr-xr-x 1 root root 199K dic 23 17:51 /bin/dbus-daemon
ls -lh /usr/bin/dbus-daemon
lrwxrwxrwx 1 root root 21 dic 23 18:10 /usr/bin/dbus-daemon -> ../../bin/dbus-daemon
which dbus-daemon
/usr/bin/dbus-daemon

It can be executed:

/bin/dbus-daemon
No configuration file specified.
dbus-daemon [--version] [--session] [--system] [--config-file=FILE] [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--introspect] [--address=ADDRESS] [--nopidfile] [--nosyslog] [--syslog] [--syslog-only] [--nofork] [--fork] [--systemd-activation]
arteze commented 6 months ago

I was already able to solve it:

ln -svfr /usr/lib/at-spi-bus-launcher /bin/at-spi-bus-launcher