root/trunk/README

Revision 231, 1.9 kB (checked in by poillubo, 18 months ago)

* note on put_pil_image and depth

Line 
1__      __   _                    _         ___            __      ____  __
2\ \    / /__| |__ ___ _ __  ___  | |_ ___  | _ \_  _ __ __ \ \    / /  \/  |
3 \ \/\/ / -_) / _/ _ \ '  \/ -_) |  _/ _ \ |  _/ || / _/ _` \ \/\/ /| |\/| |
4  \_/\_/\___|_\__\___/_|_|_\___|  \__\___/ |_|  \_, \__\__,_|\_/\_/ |_|  |_|
5                                                |__/                       
6
7
8Running PycaWM:
9---------------
10
11Use pycawm_launcher for PycaWM, and pycarepl for the REPL.
12With GDM and KDM, you just have to select "PycaWM" in the wm list.
13For slim, you must edit your /etc/slim.conf and add pycawm_launcher to the wm list.
14If you want further information, see the default config file (which is well commented).
15
16Key ideas of PycaWM:
17--------------------
18
19* Each method/function can be hooked. The window manager can thus easily react on pretty much everything. (for example, very useful for plugins.)
20* The configuration file is written in python, not in an obscure/abstruse syntax.
21* PycaWM is designed to be dynamically modified at runtime. We can dynamically add/remove buttons, keyboard shortcuts, plugins, and even change a window manager method.
22
23Bugs:
24-----
25
26* Python-Xlib only supports images with a depth of 24 bits. Anything else will not render correctly.
27* There is a non-fixed Python-Xlib bug in Ubuntu Feisty (7.04)
28Make sure you have a working Python-Xlib version before trying PycaWM.
29The bug report is here: https://bugs.launchpad.net/ubuntu/+source/python-xlib/+bug/173414
30
31
32Notes:
33------
34
35The wallpaper is a modified version of "Friendly rabbit" by Darío Cutillas Carrillo. "Friendly rabbit" is under Public Domain and can be found at http://openclipart.org/media/files/danko/3531.
36The wallpaper is under GPLv3 (as the rest of PycaWM).
37
38basedirspec.py is based on basedir.py from ROX-Lib2.
39Copyright (C) 2002  Thomas Leonard (http://rox.sourceforge.net)
40Relicensed under GPL 3, as allowed by part 3 of the LGPL 2.1
Note: See TracBrowser for help on using the browser.