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
|
# Simdock
This is simdock, an eye-candy deskbar for Linux.
![simdock example](https://lh5.googleusercontent.com/-2a1A0WrrDzo/ThWuhAmT7OI/AAAAAAAABtI/5KGx3Ev2ErY/s800/simdock.jpg)
## Install
### PPA
On launchpad, there is a [PPA with daily builds](https://launchpad.net/~onli/+archive/simdock). Add it with
sudo add-apt-repository ppa:onli/simdock
and install simdock
sudo apt-get update
sudo apt-get install simdock
### Manually
1. Install dependencies. Under Ubuntu:
sudo apt-get install pkg-config libglib2.0-dev libgconf2-dev libgtk2.0-dev libwnck-dev libwxgtk2.8-dev libxcb1-dev libxcb-ewmh-dev xcb-proto
1. Type `make` to compile
1. Type `sudo make install` to install
## Start
Start with `simdock`
## Original ##
http://sourceforge.net/projects/simdock
|