[debian-edu-commits] r80096 - in branches/wheezy/debian-edu-config: . debian etc/X11/Xsession.d
pere at alioth.debian.org
pere at alioth.debian.org
Fri May 17 08:55:19 UTC 2013
Author: pere
Date: 2013-05-17 08:55:19 +0000 (Fri, 17 May 2013)
New Revision: 80096
Added:
branches/wheezy/debian-edu-config/etc/X11/Xsession.d/06debian-edu-iceweasel-ltsp
Modified:
branches/wheezy/debian-edu-config/Makefile
branches/wheezy/debian-edu-config/debian/changelog
Log:
Adjust Iceweasel setup to save X memory by setting
MOZ_DISABLE_IMAGE_OPTIMIZE=1 for thin clients in
/etc/Xsession.d/06debian-edu-iceweasel-ltsp during login.
Modified: branches/wheezy/debian-edu-config/Makefile
===================================================================
--- branches/wheezy/debian-edu-config/Makefile 2013-05-17 06:33:50 UTC (rev 80095)
+++ branches/wheezy/debian-edu-config/Makefile 2013-05-17 08:55:19 UTC (rev 80096)
@@ -89,6 +89,7 @@
bind/db.0.168.192.in-addr.arpa. \
bind/db.1.168.192.in-addr.arpa. \
X11/Xsession.d/05debian-edu-truncate-xerrorlog \
+ X11/Xsession.d/06debian-edu-iceweasel-ltsp \
X11/Xsession.d/10debian-edu-one-login-per-host \
desktop-profiles/debian-edu-config.listing \
debian-edu/hd-warn.conf \
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-05-17 06:33:50 UTC (rev 80095)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-05-17 08:55:19 UTC (rev 80096)
@@ -14,6 +14,9 @@
* Adjust Iceweasel setup in debian-edu.js to also disable the
offline disk cache, and enable memory cache with size adjusted
according to the available memory on the machine.
+ * Adjust Iceweasel setup to save X memory by setting
+ MOZ_DISABLE_IMAGE_OPTIMIZE=1 for thin clients in
+ /etc/Xsession.d/06debian-edu-iceweasel-ltsp during login.
-- Wolfgang Schweer <wschweer at arcor.de> Sun, 12 May 2013 23:17:28 +0200
Added: branches/wheezy/debian-edu-config/etc/X11/Xsession.d/06debian-edu-iceweasel-ltsp
===================================================================
--- branches/wheezy/debian-edu-config/etc/X11/Xsession.d/06debian-edu-iceweasel-ltsp (rev 0)
+++ branches/wheezy/debian-edu-config/etc/X11/Xsession.d/06debian-edu-iceweasel-ltsp 2013-05-17 08:55:19 UTC (rev 80096)
@@ -0,0 +1,10 @@
+# This is a -*- shell-script -*- fragment called by /etc/X11/Xsession
+
+# Reduce X memory usage caused by Iceweasel when logging in from thin
+# clients. See
+# <URL: https://bugzilla.mozilla.org/show_bug.cgi?id=395260 >
+# for background information.
+if [ "$LTSP_CLIENT" ] ; then
+ MOZ_DISABLE_IMAGE_OPTIMIZE=1
+ export MOZ_DISABLE_IMAGE_OPTIMIZE
+fi
Property changes on: branches/wheezy/debian-edu-config/etc/X11/Xsession.d/06debian-edu-iceweasel-ltsp
___________________________________________________________________
Added: svn:executable
+ *
More information about the debian-edu-commits
mailing list