~onli/simdock/master

« back to all changes in this revision

Viewing changes to doc-pak/README

  • Committer: onli
  • Date: 2011-07-07 12:24:23 UTC
  • Revision ID: git-v1:96c327bf55055eb2a7070d498dbcbf04f309221c
moved sources from unstable-svn-branch to here

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is SIMDOCK, an eye-candy deskbar for Linux.
 
2
This program is free software and still in development
 
3
process.
 
4
 
 
5
 
 
6
 
 
7
Installing:
 
8
---------------------------------------------
 
9
1) Launch ./configure
 
10
2) Type 'make' to compile
 
11
3) Type 'make install' as ROOT to install
 
12
 
 
13
See INSTALLING file if you have problems or if you
 
14
need compiling options
 
15
 
 
16
 
 
17
 
 
18
Required libraries:
 
19
---------------------------------------------
 
20
libwxgtk2.8-0
 
21
libwxgtk2.8-0-dev
 
22
 
 
23
 
 
24
Using:
 
25
--------------------------------------------
 
26
You can add new Launchers editing the file
 
27
/home/<yourname>/.simdock/Launchers.xml
 
28
A simple Launcher file is as follows:
 
29
 
 
30
<Program>
 
31
 
 
32
<SimDock>
 
33
<path>/usr/bin/firefox</path>
 
34
<icon>/usr/share/firefox/icons/mozicon128.png</icon>
 
35
<description>Firefox web browser</description>
 
36
<name>Firefox</name>
 
37
</SimDock>
 
38
 
 
39
<SimDock>
 
40
<path>/usr/bin/amsn</path>
 
41
<icon>/usr/share/amsn/icons/amsn.png</icon>
 
42
<description>Msn chat client</description>
 
43
<name>Msn</name>
 
44
</SimDock>
 
45
 
 
46
</Program>
 
47
 
 
48
Upgrading from SimBar:
 
49
---------------------------------------------
 
50
To keep your old launchers and settings just copy
 
51
settings.xml and launchers.xml to ~/.simdock/ and
 
52
substitute every SimBar to SimDock. Sorry for the
 
53
name change problems.
 
54
 
 
55
Contact:
 
56
---------------------------------------------
 
57
http://sourceforge.net/projects/simbar/
 
58
simonedll@yahoo.it
 
59
 
 
60