[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 4c827eeccc4b1b73a09618afb9c655349e7b462f

Steffen Moeller moeller at debian.org
Mon Mar 23 00:04:33 UTC 2009


The following commit has been merged in the master branch:
commit 4c827eeccc4b1b73a09618afb9c655349e7b462f
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Mar 23 01:02:44 2009 +0100

    Removed battery from openmoko-panel
    
    ... to save it from continously reinitialising the
    desktop bus, which means a high CPU usage and the
    killing of GPS.

diff --git a/install.sh b/install.sh
index 266e426..cc7d493 100755
--- a/install.sh
+++ b/install.sh
@@ -1053,6 +1053,15 @@ zhone &
 exec matchbox-window-manager -use_titlebar no -use_cursor no
 EOMATCHBOX
 
+	# FIXME: the battery is deconfigured and should be
+        #        put back on when the problems on .xsession-errors
+	#        have been resolved.
+	echo " * Installing /root/.panel-pluginrc"
+	cat > $INST_DIR/root/.panel-pluginrc <<EOPANELPLUGIN
+[main]
+plugins = buttons, gsm, wifi, gps, keyboard, brightness, screenlock, bluetooth
+EOPANELPLUGIN
+
 	echo "I: System configured"
 }
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list