Jiboia Customizations

Jiboia:
  1. Installs a background mock-up done for the Ubuntu Embedded project. Here it is running in the SDK
  2. 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).
  3. 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
    
  4. Adds the bora repositories:
    echo "deb http://repository.maemo.org bora non-free free" >> /etc/apt/sources.list
    
  5. 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

vern 2007-06-04