From cd58702bc75846babf05e11d1c7ccb360d2ee1f5 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 10 Aug 2023 13:02:43 -0400 Subject: [PATCH] add this export to fix the windowing system (#24) --- template/script.sh.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/script.sh.erb b/template/script.sh.erb index 5473f3c..7839c1b 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -17,6 +17,8 @@ cd "${HOME}" export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>" export XDG_DATA_HOME="<%= session.staged_root.join("share") %>" export XDG_CACHE_HOME="$(mktemp -d)" + export $(dbus-launch) + module restore set -x xfwm4 --compositor=off --daemon --sm-client-disable