Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active June 6, 2023 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/10fe132dcd6ab4b5f3396432e9ac0760 to your computer and use it in GitHub Desktop.
Save miguelmota/10fe132dcd6ab4b5f3396432e9ac0760 to your computer and use it in GitHub Desktop.
Arch Linux fix slow startup of GTK or gnome applications (dbus issue) (sometimes caused after installing flatpak)
# https://bbs.archlinux.org/viewtopic.php?id=224787
# add to .xinitrc
dbus-update-activation-environment DISPLAY XAUTHORITY
# if the above didn't work, then replace it with this line (uncomment):
# dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS XAUTHORITY
# if the above didn't work, then replace it with this line (uncomment):
# eval `dbus-launch --sh-syntax --exit-with-session`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment