File: README

package info (click to toggle)
clearlooks 0.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,024 kB
  • ctags: 269
  • sloc: sh: 8,511; ansic: 4,149; makefile: 654
file content (29 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- Clearlooks Engine -
Designed and Implemented by Richard Stellingwerff <remenic@gmail.com> and Daniel Borgmann <daniel.borgmann@gmail.com>

This is a GTK+ 2.x engine based on Bluecurve. It features a modern look without sacrificing (much) speed.

To install, run the following commands:
./configure --prefix=/usr
make
make install

The 'make install' command requires root access.

!!!!!!!!!!!!!! NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
There is a new experimental feature: animated progressbars.
We have tested it rather thoroughly, and it breaks no applications. Still,
GTK+ developers consider it an evil hack, so if something breaks, make sure
that it's not Clearlooks. If it is, please report!

To enable this feature, install with:
./configure --prefix=/usr --enable-animation
make
make install
!!!!!!!!!!!! END NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


If you have any suggestions or just want to take it out on me, drop me an email.
Bug reports are welcome, too.

Enjoy!