File: README

package info (click to toggle)
matchbox-window-manager 1.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,464 kB
  • ctags: 1,128
  • sloc: ansic: 14,699; sh: 787; xml: 545; makefile: 94
file content (36 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (7)
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
30
31
32
33
34
35
36
This is the Matchbox Window Manager source, 
via http://projects.o-hand.com/matchbox

Quick build Notes
==

o Unless you want to build a really small ( and ugly ) 'standalone'
  matchbox-window-manager make sure you have libmatchbox already
  installed.

o For most uses no arguments to configure should be needed.

o To build a really small light matchbox wm;

  ./configure --enable-standalone --disable-keyboard --disable-ping-protocol \
               --disable-xrm

o To build a compostite matchbox wm ( for shadows effects etc ) configure 
  with --enable-composite
  
o To build a verbose debuggable matchbox wm configure with --enable-debug

o To build a 'fat' fully featured matchbox wm ( useful for running with GNOME
  or KDE );

  ./configure --enable-startup-notification --enable-session --enable-gconf \
              --enable-expat             
 
  ( Also you amy want to build libmatchbox with Pango and XSettings support. )

o Make sure your target system has at least one font installed !

o See http://projects.o-hand.com/matchbox for full documentation.