From ddce1acca44015781244f2b0e200dbea0472b91e Mon Sep 17 00:00:00 2001 From: goldcoders <55337687+goldcoders@users.noreply.github.com> Date: Sun, 9 Feb 2020 20:24:30 +0800 Subject: [PATCH] Fix Gnome Apps Slow Start Up Issue (#446) --- .xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.xinitrc b/.xinitrc index 3a5a220..577cd5b 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,7 @@ #!/usr/bin/env sh +# Fix Gnome Apps Slow Start due to failing services +# Add this when you include flatpak in your system +dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY # xinitrc runs automatically when you run startx.