Skip to content

Commit e4fe440

Browse files
authored
add this export to fix windowing system (#44)
1 parent 260e47e commit e4fe440

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
@@ -17,6 +17,8 @@ cd "${HOME}"
1717
export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>"
1818
export XDG_DATA_HOME="<%= session.staged_root.join("share") %>"
1919
export XDG_CACHE_HOME="$(mktemp -d)"
20+
export $(dbus-launch)
21+
2022
xfwm4 --compositor=off --daemon --sm-client-disable
2123
xsetroot -solid "#D3D3D3"
2224
xfsettingsd --sm-client-disable

0 commit comments

Comments
 (0)