• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

engines/H03-May-2022-57,47843,156

po/H01-Oct-2010-14,94411,394

schema/H03-May-2022-883745

test/H03-May-2022-2,1911,680

themes/H03-May-2022-8,2276,974

AUTHORSH A D19-Sep-201070 21

COPYINGH A D19-Sep-201025.9 KiB511422

ChangeLogH A D01-Oct-2010928.5 KiB25,62018,507

INSTALLH A D18-Jan-201015.2 KiB366284

Makefile.amH A D23-Sep-20101.7 KiB7158

Makefile.inH A D03-May-202226.7 KiB866766

NEWSH A D01-Oct-201030.2 KiB1,007749

READMEH A D19-Sep-20103.7 KiB12888

aclocal.m4H A D01-Oct-2010342.6 KiB9,8508,837

autogen.shH A D19-Sep-20102.1 KiB8063

compileH A D18-Jan-20103.7 KiB14479

config.guessH A D06-Mar-201043.9 KiB1,5031,292

config.subH A D06-Mar-201033.8 KiB1,7151,566

configureH A D03-May-2022443 KiB15,34611,998

configure.acH A D01-Oct-20108.3 KiB329268

depcompH A D18-Jan-201018.2 KiB631407

gtk-engines-2.pc.inH A D23-Sep-2010173 108

gtk-engines.doapH A D19-Sep-20101.2 KiB3532

gtk-engines.specH A D01-Oct-20101.3 KiB6445

gtk-engines.spec.inH A D23-Sep-20101.3 KiB6448

install-shH A D18-Jan-201013.3 KiB521344

intltool-extract.inH A D23-Sep-20100

intltool-merge.inH A D03-May-20220

intltool-update.inH A D23-Sep-20100

ltmain.shH A D23-Sep-2010237.7 KiB8,4146,482

missingH A D18-Jan-201011.2 KiB377281

README

1gtk-engines
2===========
3
4gtk-engines provides a central location for commonly used GTK+ engines.
5
6It currently supplies several engines and default themes for those which have one.
7
8Clearlooks
9  The clearlooks engine was originally written by Richard Stellingwerff and
10  Daniel Borgmann based on the Bluecurve engine. It became very popular and
11  was adopted as the default theme in GNOME 2.12.
12  Since then a lot of people have worked on it, and today it is a modular
13  engine providing multiple styles such as glossy and gummy.
14  There are some popular forks out there, the largest is probably the
15  UbuntuLooks engine currently used for the default Ubuntu theme.
16
17Crux
18  The engine created for the once popular theme by Eazel, Inc. Unfortunately
19  long without maintenance it is no longer as popular or considered as
20  usable as it once was.
21  It has been rewritten by Thomas Wood and now provides a more modern style
22  featuring the Tango colors.
23
24Glide
25  A new engine written by Andrew Johnson for the Glider theme.
26
27HC
28  The High Contrast engine which is targeted for usability themes, such as
29  the GNOME HighContrast theme.
30
31Industrial
32  Originally developed by Ximian, Inc. as the default engine for its desktop.
33  Industrial provides a simple and consistent appearance for applications.
34
35LUA
36  The LUA engine is an experimental engine that loads lua scripts to draw
37  the interface. Because of its experimental status the engine is not
38  compiled by default.
39
40Mist
41  A minimalist engine designed to provide a simple UI experience.
42
43Redmond
44  An engine and theme designed to mimic the appearance of another well
45  known OS.
46
47Thinice
48  A once highly popular engine with thin edges and theme of Icy Colors,
49  providing a simple mostly clean appearance many find satisfying.
50
51
52Requirements
53============
54
55To compile this package, you must have:
56
57 GTK+, version 2.12.0 or later
58
59   http://www.gtk.org/
60   ftp://ftp.gtk.org/pub/gtk/
61
62
63Sources
64=======
65
66The source code of gtk-engines is available from:
67  http://ftp.acc.umu.se/pub/GNOME/sources/gtk-engines/
68
69The development version is available from gtk-engines module of the GNOME
70subversion repository:
71  http://svn.gnome.org
72
73
74Bugs
75====
76
77GTK+ engines are a vital part of the desktop and should be very stable. A
78bug in the engine can easily cause random application crashes and users may
79lose work.
80
81Because of this gtk-engines has a test suite which torture tests the engines
82and checks for some other issues. While we strive to create very stable
83software, bugs do crop up regularly. Should you find any problem, whether it is
84a visual or a more serious issue please fill them in the GNOME bugzilla in the
85gtk-engines product.
86
87  http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-engines
88
89
90Installation
91============
92
93 ./configure
94 make
95 [ become root ]
96 make install
97
98
99If you configured GTK+ in a non-default prefix, you should configure this
100package the same way. For instance:
101
102 ./configure --prefix=/opt/gtk+
103
104If you need to install this package in a different prefix from GTK+, then
105you'll have to set your GTK_PATH environment variable to point to the
106installed prefix. For instance, if this package was configured with:
107
108 ./configure --prefix=/home/john.doe/gtk-engines/
109
110Then you'd set:
111
112 GTK_PATH=/home/john.doe/gtk-engines/lib/gtk-2.0/
113 export GTK_PATH
114
115This will allow GTK+ to find the newly installed theme engines. To use the
116default themes (installed into $prefix/share/themes), you'll need to copy or
117link them into your  ~/.themes directory.
118
119If you need to skip an engine/theme configure with --disable-<engine>. A
120--disable-all option is included so that it is possible to enable building
121of engines selectively with --enable-<engine>.
122
123
124====
125Andrew Johnson <ajgenius@ajgenius.us>
126Benjamin Berg <benjamin@sipsolutions.net>
127Thomas Wood <thos@gnome.org>
128