I have encountered the same issue with the Dropbox client for Linux on Fedora 40 as described here and here, i.e. the tray icon menu hangs with a "Connecting..." status, without populating the submenus with additional information.
I have confirmed that replacing dbus-broker with dbus-daemon does indeed fix the issue. I would like to keep using dbus-broker without sacrificing this functionality. Any hints on the best way to debug this?
I have encountered the same issue with the Dropbox client for Linux on Fedora 40 as described here and here, i.e. the tray icon menu hangs with a "Connecting..." status, without populating the submenus with additional information.
I have confirmed that replacing
dbus-broker
withdbus-daemon
does indeed fix the issue. I would like to keep usingdbus-broker
without sacrificing this functionality. Any hints on the best way to debug this?