Plymouth

Differences between revisions 4 and 5
Revision 4 as of 2009-12-16 15:07:17
Size: 535
Editor: p5495621D
Comment:
Revision 5 as of 2010-11-18 00:13:42
Size: 1296
Editor: 81
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * http://brej.org/blog/?p=158
 * http://brej.org/blog/?p=174
 * http://brej.org/blog/?p=197
 * http://brej.org/blog/?p=238
 * http://brej.org/blog/?p=158 - Part 1: introduction, creating testing environment
 * http://brej.org/blog/?p=174 - Part 2: theming basics
 * http://brej.org/blog/?p=197 - Part 3: scripting and animation
 * http://brej.org/blog/?p=238 - Part 4: advanced tips & tricks

== Ubuntu-specific technical notes ==

 * You don't need to compile Plymouth from source to get its X11 interface. Just install '''plymouth-x11''' package.
 * Ubuntu uses Debian alternatives system instead of ''plymouth-set-default-theme'' command. This means that you'll have to use '''sudo update-alternatives default.plymouth ''path-to-your-theme-here''''' to switch themes. Themes are usually located in /lib/plymouth/themes/''theme-name''/''theme-name''.plymouth
 * There are many example themes in Ubuntu repository. Run '''apt-cache search plymouth-theme-*''' to get a list of available theme packages.

Plymouth

This document lists resources for the plymouth startup splash

General information on Plymouth

http://www.freedesktop.org/wiki/Software/Plymouth

Info on scripting

http://www.freedesktop.org/wiki/Software/Plymouth/Scripts

The mailing list

http://lists.freedesktop.org/mailman/listinfo/plymouth

Information on Plymouth from a design perspective

Ubuntu-specific technical notes

  • You don't need to compile Plymouth from source to get its X11 interface. Just install plymouth-x11 package.

  • Ubuntu uses Debian alternatives system instead of plymouth-set-default-theme command. This means that you'll have to use sudo update-alternatives default.plymouth path-to-your-theme-here to switch themes. Themes are usually located in /lib/plymouth/themes/theme-name/theme-name.plymouth

  • There are many example themes in Ubuntu repository. Run apt-cache search plymouth-theme-* to get a list of available theme packages.

Artwork/Documentation/Plymouth (last edited 2012-09-21 19:41:19 by host-81)