We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260e47e commit e4fe440Copy full SHA for e4fe440
template/script.sh.erb
@@ -17,6 +17,8 @@ cd "${HOME}"
17
export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>"
18
export XDG_DATA_HOME="<%= session.staged_root.join("share") %>"
19
export XDG_CACHE_HOME="$(mktemp -d)"
20
+ export $(dbus-launch)
21
+
22
xfwm4 --compositor=off --daemon --sm-client-disable
23
xsetroot -solid "#D3D3D3"
24
xfsettingsd --sm-client-disable
0 commit comments