diff --git a/template/script.sh.erb b/template/script.sh.erb
index 8c2016f9c3e0d62917ceb577035bb273b995b6f9..99196bcbdc06a45f1c716e6e12760d59ae3273dc 100755
--- a/template/script.sh.erb
+++ b/template/script.sh.erb
@@ -9,17 +9,17 @@ module reset
 # Launch Xfce Window Manager and Panel
 #
 
-(
-  export SEND_256_COLORS_TO_REMOTE=1
-  export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>"
-  export XDG_DATA_HOME="<%= session.staged_root.join("share") %>"
-  export XDG_CACHE_HOME="$(mktemp -d)"
-  set -x
-  xfwm4 --compositor=off --daemon --sm-client-disable
-  xsetroot -solid "#D3D3D3"
-  xfsettingsd --sm-client-disable
-  xfce4-panel --sm-client-disable
-) &
+// (
+//   export SEND_256_COLORS_TO_REMOTE=1
+//   export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>"
+//   export XDG_DATA_HOME="<%= session.staged_root.join("share") %>"
+//   export XDG_CACHE_HOME="$(mktemp -d)"
+//   set -x
+//   xfwm4 --compositor=off --daemon --sm-client-disable
+//   xsetroot -solid "#D3D3D3"
+//   xfsettingsd --sm-client-disable
+//   xfce4-panel --sm-client-disable
+// ) &
 
 #
 # Start Pycharm