Skip to content

Commit

Permalink
Ensure the DISPLAY environment variable is set
Browse files Browse the repository at this point in the history
See [fail to start dunst via systemd and service · Issue #347 ·
dunst-project/dunst](dunst-project/dunst#347)
  • Loading branch information
shalomb committed Apr 21, 2018
1 parent 0e6ec88 commit abf390f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .config/bash/bash.dpkg

This file was deleted.

1 change: 1 addition & 0 deletions .config/xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ start_desktop() {
# xbindkeys
# setxkbmap -option ctrl:nocaps -option altwin:swap_alt_win &

systemctl --user import-environment DISPLAY
dbus-update-activation-environment --systemd DISPLAY
eval $(dbus-launch gnome-keyring-daemon --start --replace --daemonize)
dbus-launch seahorse-daemon
Expand Down
7 changes: 7 additions & 0 deletions dpkg-l
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bash install
bash-builtins install
bash-completion install
bash-doc install
bashdb install
bash-extra install

0 comments on commit abf390f

Please sign in to comment.