- Installs a background mock-up done for the Ubuntu Embedded project. Here it is
running in the SDK
- Sets a Webshortcut like this (in
install.sh):
/usr/bin/gconftool-2 --type string --set /apps/osso/apps/hhiv/uri http://estudiolivre.org
/usr/bin/gconftool-2 --type string --set /apps/osso/apps/hhiv/image_name hackeando
/usr/bin/gconftool-2 --type string --set /apps/osso/apps/hhiv/image_uri
file:///home/user/MyDocs/.images/hackeando.png
The gconf tool works like a sort of database of settings. Generally you only have 3 options to change....content, string (which means TEXT!) , boolean (true or false) and integer (int, meaning whole numbers).
Changes the system shutdown sound:
/usr/bin/gconftool-2 --type string --set /system/systemui/splash/shutdown_soundfilename
file:///home/user/MyDocs/.sounds/ui-shutdown.wav
- Adds the bora repositories:
echo "deb http://repository.maemo.org bora non-free free" >> /etc/apt/sources.list
- Puts a video
in the video folder and a tune - floresta-digital.ogg in the audio folder.
Of course the new things we customize will need to be in their correct locations in the file system