VMware Horizon Community
jnyb
Enthusiast
Enthusiast
Jump to solution

RHEL9 Slow application launch Chrome and Remmina

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!

 

 

Reply
0 Kudos
2 Solutions

Accepted Solutions
Hangl
VMware Employee
VMware Employee
Jump to solution

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)

 

 

 

View solution in original post

Reply
0 Kudos
jnyb
Enthusiast
Enthusiast
Jump to solution

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

View solution in original post

Reply
0 Kudos
2 Replies
Hangl
VMware Employee
VMware Employee
Jump to solution

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)

 

 

 

Reply
0 Kudos
jnyb
Enthusiast
Enthusiast
Jump to solution

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

Reply
0 Kudos