From 38205a7f79e50e454d13110d9cf0eae70cea67c7 Mon Sep 17 00:00:00 2001 From: goldcoders <55337687+goldcoders@users.noreply.github.com> Date: Sat, 11 Jan 2020 15:15:02 +0800 Subject: [PATCH] Fix Gnome Apps Slow Start Up Issue --- .xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.xinitrc b/.xinitrc index 3a5a2203..577cd5be 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.