[tracker/nautilus-issues: 4/4] build: Don't require explicitly GTK+ 3.x for nautilus, it can cause crashes



commit 98a8948c8ef2f46568f49091d42a17c3d944fe4f
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Sep 12 19:55:38 2011 +0100

    build: Don't require explicitly GTK+ 3.x for nautilus, it can cause crashes
    
    This is because nautilus uses GTK+ 2.x on some systems and we require 3.x,
    this causes crashes and stack overflows, etc which we want to avoid.
    
    Fixes GB#651815 (possibly)
    
    There have been a number of crash situations reported with nautilus and all
    random and impossible to reproduce. I am considering this the fix for now
    since I see no other reason.

 configure.ac |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d751619..e6d0d77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -506,11 +506,7 @@ PKG_CHECK_MODULES(TRACKER_SEARCH_BAR, [$TRACKER_SEARCH_BAR_REQUIRED],
                   [have_tracker_search_bar=no])
 
 # Check requirements for Nautilus extension
-TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0       >= $GLIB_REQUIRED
-                                     gio-unix-2.0   >= $GLIB_REQUIRED
-                                     gthread-2.0    >= $GLIB_REQUIRED
-                                     gtk+-3.0       >= $GTK_REQUIRED
-                                     libnautilus-extension"
+TRACKER_NAUTILUS_EXTENSION_REQUIRED="libnautilus-extension"
 
 PKG_CHECK_MODULES(TRACKER_NAUTILUS_EXTENSION, [$TRACKER_NAUTILUS_EXTENSION_REQUIRED],
                   [have_tracker_nautilus_extension=yes],



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