Skip to content

Commit bf64535

Browse files
committed
export dbus-launch to fix windowing system
1 parent f0a70cc commit bf64535

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)