Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/sugar/kspost.50.gconf.inc
blob: 11823318f2635b5c09bc7544ea0e55030e1b23db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Sugar font
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type float --set /desktop/sugar/font/default_size 7

# disable logout button in Sugar
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /desktop/sugar/show_logout false

# set sugar power management off
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /desktop/sugar/power/automatic false

# This is a horrible hack to stop ohm at the first time
cat >/home/olpc/.gconf/desktop/sugar/power/%gconf.xml <<EOF
<?xml version="1.0"?>
<gconf>
        <entry name="automatic" mtime="1269435951" type="bool" value="false"/>
</gconf>
EOF
chown olpc:olpc /home/olpc/.gconf/desktop/sugar/power/%gconf.xml

# set empty jabber server so that no gabble connection is attempted by default
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set /desktop/sugar/collaboration/jabber_server ''