Skip to content

Commit

Permalink
Merge pull request #19 from OSC/fix-rendering
Browse files Browse the repository at this point in the history
export dbus-launch to properly init xfce
  • Loading branch information
johrstrom authored Aug 10, 2023
2 parents 79c44b7 + 623fcd1 commit 46fa80a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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)

xfwm4 --compositor=off --daemon --sm-client-disable
xsetroot -solid "#D3D3D3"
xfsettingsd --sm-client-disable
Expand Down

0 comments on commit 46fa80a

Please sign in to comment.