[gdm] data: don't check mutter/shell versions



commit f350f58c78551614d8c864921705f26aa2fffa18
Author: Ray Strode <rstrode redhat com>
Date:   Fri Sep 9 16:29:20 2011 -0400

    data: don't check mutter/shell versions
    
    This effectively reverts commit fdc07aee1e7c15741a3fd8c4179bfa7ccabdc700
    
    The reason is two fold:
    
    1) it may cause problems for distros that ship the mutter binary in a
       subpackage separate from libmutter
    2) it was meant to make life a little easier for distributors for the
       3.1.90 release.  That release is over now, and it didn't actually
       make life any easier for distributors anyway because of other bugs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658429

 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 1c3dbf1..3d408c3 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 && (gnome-shell --version | grep -q '3.1.90$' && false || true) && (mutter --version | grep -q '3.1.90$' && false || true) && @libexecdir@/gnome-session-check-accelerated"
+IsRunnableHelper= libexecdir@/gnome-session-check-accelerated
 FallbackSession=gdm-fallback



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