diff options
| author | goldcoders <55337687+goldcoders@users.noreply.github.com> | 2020-02-09 20:24:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-09 07:24:30 -0500 |
| commit | ddce1acca44015781244f2b0e200dbea0472b91e (patch) | |
| tree | f3e1893cd0108b2e84f7da82e2ade69edbe5aef8 | |
| parent | 9ed3e303fb6bf2e9a0cc6c748c606fc4e934811a (diff) | |
| download | eibhear-ddce1acca44015781244f2b0e200dbea0472b91e.tar.gz eibhear-ddce1acca44015781244f2b0e200dbea0472b91e.tar.zst eibhear-ddce1acca44015781244f2b0e200dbea0472b91e.zip | |
Fix Gnome Apps Slow Start Up Issue (#446)
| -rw-r--r-- | .xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
