Skip to content

Commit bd2f4af

Browse files
authored
Merge pull request #10 from OSC/fix-windowing
export dbus-launch to fix windowing system
2 parents f0a70cc + bf64535 commit bd2f4af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/script.sh.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cd "${HOME}"
1414
export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>"
1515
export XDG_DATA_HOME="<%= session.staged_root.join("share") %>"
1616
export XDG_CACHE_HOME="$(mktemp -d)"
17+
export $(dbus-launch)
18+
1719
module restore
1820
set -x
1921
xfwm4 --compositor=off --daemon --sm-client-disable

0 commit comments

Comments
 (0)