summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-08-30 20:41:48 -0400
committerRay Strode <rstrode@redhat.com>2011-08-30 20:42:52 -0400
commitfdc07aee1e7c15741a3fd8c4179bfa7ccabdc700 (patch)
treee0a67d1c8cfe141307d2fff1a99ae2b21bb0432c
parent4569c30b02c2f78f4b68700bab176a08987b3585 (diff)
downloadgdm-3.1.90.tar.gz
data: Don't accept shell or mutter 3.1.903.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
-rw-r--r--data/gdm-shell.session.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/gdm-shell.session.in b/data/gdm-shell.session.in
index 496cc100..1c3dbf14 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