From c1785efe503d13650bd4b6be4711bbedb65b58ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Fri, 20 Sep 2013 17:51:04 +0200 Subject: [PATCH] Fixed disablecompiz method --- helpers/DATA/gnome-session/trisquel-wm | 2 +- helpers/make-gnome-session | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/DATA/gnome-session/trisquel-wm b/helpers/DATA/gnome-session/trisquel-wm index 697c68fc..0851a4e5 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 a49f9580..12c49ef8 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 -- GitLab