Fix Gnome Apps Slow Start Up Issue (#446)
This commit is contained in:
parent
9ed3e303fb
commit
ddce1acca4
1 changed files with 3 additions and 0 deletions
3
.xinitrc
3
.xinitrc
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env sh
|
#!/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.
|
# xinitrc runs automatically when you run startx.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue