Remove manual, instead point to the webpage
[klaudia.git] / README
blob507e998daf6999fe28f196eb68d6db30317eb6a6
1 
Klaudia is a multimedia application launcher with LADISH support.
3 
Klaudia searches for installed packages (not binaries), and displays the respective
4 content as a launcher. The content is got through an hardcoded database, created
5 and/or modified to suit the target distribution (distributions may have different
6 versions of several packages, causing some to have different features).
9 To use, compile it first (ie, 'make'), then you can either run it from code or install it.
11 To run, use:
12 $ python src/klaudia.py
13 (Some distros may need 'python2' here)
15 To install, use the usual '[sudo] make install'. Klaudia will be installed in the /usr prefix.
16 After being installed, run it with:
17 $ klaudia
19 You'll also find it in the desktop multimedia menu.
22 Check http://kxstudio.sf.net/klaudia for the full documentation.