Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| gnome-theme-package [2007/06/12 16:22] – 83.81.243.38 | gnome-theme-package [2010/10/02 17:26] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Gnome Theme Package format ====== | ||
| + | A .gtp package is a gzip-compressed-tar archive containing an index.theme file and some theme components. The description of the MIME type has been implemented in the gnome-control-center package originally, following the shared mime info specs, and it's just an inheritance of a .tar.gz MIME type with its suffix changed to .gtp (see definition [[http:// | ||
| + | |||
| + | ===== Contents ===== | ||
| + | |||
| + | This are the contents of the .gtp package. | ||
| + | |||
| + |   / | ||
| + |   / | ||
| + |   / | ||
| + |   / | ||
| + |   / | ||
| + | |||
| + | |||
| + | ===== index.theme ===== | ||
| + | |||
| + | An example index.theme file to display it's format | ||
| + | |||
| + | [Desktop Entry] | ||
| + | Name=example theme | ||
| + | Type=X-GNOME-Metatheme | ||
| + | Comment= | ||
| + | Encoding=UTF-8 | ||
| + |    | ||
| + | [X-GNOME-Metatheme] | ||
| + | GtkTheme=Gilouche | ||
| + | MetacityTheme=Gilouche | ||
| + | IconTheme=gnome | ||
| + |    | ||
| + |   BackgroundImage=.local/ | ||
| + | MonospaceFont= | ||
| + | ApplicationFont= | ||
| + | DesktopFont= | ||
| + | SoundTheme= | ||
| + | GtkColorScheme= | ||
| + | |||