Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/sugar/kspost.50.misc.inc
blob: 97847b376778ba1945bc775f01c57977e1a596df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mkdir -p /home/olpc/{Activities,Library}
chown olpc:olpc /home/olpc/{Activities,Library}

# Remove non-functional squeak menu entry (#10480)
# FIXME: remove when squeak-vm-4.x is adopted, where this change is
# already included.
rm -f /usr/share/applications/squeak.desktop
update-desktop-database &> /dev/null || :

# temporarily enable verbose logging during development cycle (#10661)
sed -i \
	-e 's/#export GABBLE_/export GABBLE_/' \
	-e 's/#export SALUT_/export SALUT_/' \
	-e 's/#export PRESENCESERVICE_DEBUG/export PRESENCESERVICE_DEBUG/' \
	-e 's/#export SUGAR_LOGGER_LEVEL/export SUGAR_LOGGER_LEVEL/' \
	/usr/lib/python2.7/site-packages/sugar3/profile.py