[gdm] data: Don't accept shell or mutter 3.1.90



commit fdc07aee1e7c15741a3fd8c4179bfa7ccabdc700
Author: Ray Strode <rstrode redhat com>
Date:   Tue Aug 30 20:41:48 2011 -0400

    data: Don't accept shell or mutter 3.1.90
    
    They both had bugs out the gate that would make the
    new greeter not work.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657692
    http://git.gnome.org/browse/gnome-shell/commit/?id=612b9e9f

 data/gdm-shell.session.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gdm-shell.session.in b/data/gdm-shell.session.in
index 496cc10..1c3dbf1 100644
--- a/data/gdm-shell.session.in
+++ b/data/gdm-shell.session.in
@@ -1,5 +1,5 @@
 [GNOME Session]
 Name=Display Manager
 RequiredComponents=gnome-shell;gnome-settings-daemon;
-IsRunnableHelper=bash -c 'gnome-shell --help | grep -q gdm-mode && @libexecdir@/gnome-session-check-accelerated'
+IsRunnableHelper=bash -c "gnome-shell --help | grep -q gdm-mode && (gnome-shell --version | grep -q '3.1.90$' && false || true) && (mutter --version | grep -q '3.1.90$' && false || true) && @libexecdir@/gnome-session-check-accelerated"
 FallbackSession=gdm-fallback



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]