wiki:Artwork

Artwork

rev5 will have new artwork featuring 'Chuck' It is already available in the daily builds.

Here is a bit of documentation of how to add custom artwork

Splash screen

The splash screen is supplied by the psplash application, from ex-OpenedHand?:  http://labs.o-hand.com/psplash/

The source code have to be modified and recompiled to change the image.

How to change the splash screen background

  • get a 640*480 PNG background and name it psplash-h1.png
  • go into src/applications/psplash
  • generate C source file using: make-image-header.sh psplash-h1 H1
  • commit
  • package new version of psplash

X background (while loading)

  • get a 640*480 PNG background
  • create the ppm file: pngtopnm background.png > background.ppm
  • replace src/artwork/h1artwork/Xbackground.ppm
    or
  • add it with another name, and edit /etc/default/nodm: option --root-ppm

Gtk+ theme

Proposal by Deubeuliou:




Attachments