Hello,
I am experiencing slow application launch with Chrome and Remmina. I believe this is a dbus/keyring related issue. On RHEL8 previously this KB https://kb.vmware.com/s/article/85722 was a workaround that work for the exact same issue. On RHEL 9 there is no dbus.service file and I have tried moving the other dbus files but no luck.
Thank you!
I think it is located in /usr/lib/systemd/user/dbus-broker.service on RHEL9 with the following command,
systemctl --user status dbus
○ dbus-broker.service - D-Bus User Message Bus
Loaded: loaded (/usr/lib/systemd/user/dbus-broker.service; enabled; vendor preset: enabled)
Active: inactive (dead)
TriggeredBy: ● dbus.socket
Docs: man:dbus-broker-launch(1)
Thank you! renaming that file or removing that file definitely did the trick. I would guess this file would come back after an update since that was the same issue after each update on the RHEL8 previously. Would there be a permanent fix for this issue?
Solution: Rename dbus-broker.service to dbus-broker.service.backup in /usr/lib/systemd/user/
mv /usr/lib/systemd/user/dbus-broker.service /usr/lib/systemd/user/dbus-broker.service.backup
reboot system
I think it is located in /usr/lib/systemd/user/dbus-broker.service on RHEL9 with the following command,
systemctl --user status dbus
○ dbus-broker.service - D-Bus User Message Bus
Loaded: loaded (/usr/lib/systemd/user/dbus-broker.service; enabled; vendor preset: enabled)
Active: inactive (dead)
TriggeredBy: ● dbus.socket
Docs: man:dbus-broker-launch(1)
Thank you! renaming that file or removing that file definitely did the trick. I would guess this file would come back after an update since that was the same issue after each update on the RHEL8 previously. Would there be a permanent fix for this issue?
Solution: Rename dbus-broker.service to dbus-broker.service.backup in /usr/lib/systemd/user/
mv /usr/lib/systemd/user/dbus-broker.service /usr/lib/systemd/user/dbus-broker.service.backup
reboot system
