[maemo-commits] [maemo-commits] r15746 - projects/haf/trunk/sapwood/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jul 4 18:12:00 EEST 2008
Author: kalikiana
Date: 2008-07-04 18:11:50 +0300 (Fri, 04 Jul 2008)
New Revision: 15746

Modified:
   projects/haf/trunk/sapwood/debian/changelog
   projects/haf/trunk/sapwood/debian/sapwood-server.sh
Log:
* debian/sapwood-server.sh:
    - revert setting GDK_DISABLE_XSHM=1 environment variable
* See NB#22173 comment #17



Modified: projects/haf/trunk/sapwood/debian/changelog
===================================================================
--- projects/haf/trunk/sapwood/debian/changelog	2008-07-04 09:00:27 UTC (rev 15745)
+++ projects/haf/trunk/sapwood/debian/changelog	2008-07-04 15:11:50 UTC (rev 15746)
@@ -1,5 +1,13 @@
 sapwood (3.0.0-1) chinook; urgency=low
 
+  * debian/sapwood-server.sh:
+    - revert setting GDK_DISABLE_XSHM=1 environment variable
+  * See NB#22173 comment #17
+
+ -- Christian Dywan <christian at imendio.com>  Fri, 04 Jul 2008 15:13:00 +0100
+
+sapwood (3.0.0-1) chinook; urgency=low
+
   * Minor optimizations
 
  -- Tommi Komulainen <tommi.komulainen at nokia.com>  Tue, 25 Sep 2007 18:23:44 +0300

Modified: projects/haf/trunk/sapwood/debian/sapwood-server.sh
===================================================================
--- projects/haf/trunk/sapwood/debian/sapwood-server.sh	2008-07-04 09:00:27 UTC (rev 15745)
+++ projects/haf/trunk/sapwood/debian/sapwood-server.sh	2008-07-04 15:11:50 UTC (rev 15746)
@@ -30,10 +30,7 @@
     exit 2
   fi
 
-  # NB#22173 memory saving hack, depends on modified gtk+
-  GDK_DISABLE_XSHM=1; export GDK_DISABLE_XSHM
   $LAUNCHWRAPPER_NICE start "$SVC" $PROG
-  unset GDK_DISABLE_XSHM
 else
   $LAUNCHWRAPPER_NICE stop "$SVC" $PROG
 fi


More information about the maemo-commits mailing list