Nov
18
A face in the machine?
18 years ago, mid-November | 2 Comments
Some people have been seeing things. Faces. Faces in their Neo’s. Don’t worry, it’s not your imagination it’s me, and I mean that literally, peering at you from under the clock. It’s not some vanity thing, it simply means you’re running one of my builds and allows you to quickly identify that fact.
If you ssh into your Neo and you are running one of my builds, then you will also find a file called
/etc/release
with the release date and time of the image, for example
ScaredyCat release qtopia-image-200711181035
The file appears in both my Qtopia and ScaredyCat builds but, as always, the standard Openmoko builds I do are unaltered so do not contain anything other than what is normally there – at this point that’s nothing, but may change in the future.
If you want to change the picture it’s a fairly simple procedure, either replace the file
/usr/share/pixmaps/wallpaper.png
with the file you want or change the gconf entry
/desktop/poky/interface/wallpaper
and make it point to the file you want to use. For example,
gconftool-2 –config-source=xml::/etc/gconf/gconf.xml.defaults –direct –type string –set /desktop/poky/interface/wallpaper /media/card/mypicture.png
You will need to restart the Openmoko-Today application which, for most people, will mean a reboot of ther Neo.
Tagged with: image builds • neo 1973 • openmoko • opensource • qtopia
November 18, 2007 20:21
Comments
2 Comments so far
Current Electricity Use (15min)
iPhone/Webkit RSS Reader
Links
- automated home
- Automated It Technology News
- awooga!!!
- LinITX
- My Acer page
- My Asterisk pages
- My Work in progress (old)
- Noble Race Car
- openmoko / neo 1973 wiki
- planet openmoko
- Spadgecock Cumpants
Alternatively, you can run openmoko-appearance, use the nice GUI to change the wallpaper and not restart anything 🙂
Alternatively, again, if you must use the command line, you can run:
DISPLAY=:0 dbus-launch gconftool-2 -s /desktop/poky/interface/wallpaper –type string
Also, no need to reboot to restart today, you can kill it and restart it from the terminal, or if you want to be thorough, restart X:
/etc/init.d/xserver-nodm restart
add [path] after –type string in my gconftool line below (was silly and used triangular brackets)