diff --git a/helpers/DATA/gnome-session/trisquel-wm b/helpers/DATA/gnome-session/trisquel-wm
index 697c68fcb13eff84b854107411aab9696bf5350d..0851a4e5ed2c16348419e8bbccf5c5b46c2fbdff 100755
--- a/helpers/DATA/gnome-session/trisquel-wm
+++ b/helpers/DATA/gnome-session/trisquel-wm
@@ -133,7 +133,7 @@ WM=compiz
 FALLBACK=openbox
 which metacity && FALLBACK=metacity
 which compiz || WM=$FALLBACK
-[ -f ~/.disable-compiz ] && WM=$FALLBACK
+[ -f ~/.disablecompiz ] && WM=$FALLBACK
 grep access=v3 /proc/cmdline -q && WM=$FALLBACK
 [ $(gsettings get org.gnome.desktop.a11y.applications screen-reader-enabled) = "true" ] && WM=$FALLBACK
 
diff --git a/helpers/make-gnome-session b/helpers/make-gnome-session
index a49f9580ba728ac936ed57b44b26dc6658679116..12c49ef8a136ab7a22f010bdca0b2d908c292b4e 100644
--- a/helpers/make-gnome-session
+++ b/helpers/make-gnome-session
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=12
+VERSION=13
 COMPONENT=main
 QUILT=skip