SimDock project is a fast and fully configurable dock bar for Linux. It is written in C++ and wxWidgets, and does not require 3D acceleration to run.
Requirements:
· libwxgtk2.8-0
· libwxgtk2.8-0-dev
Installing:
1) Launch ./configure
2) Type 'make' to compile
3) Type 'make install' as ROOT to install
See INSTALLING file if you have problems or if you need compiling options.
Using:
You can add new Launchers editing the file /home/< yourname >/.SimBar/Launchers.xml
A simple Launcher file is as follows:
< Program >
< SimBar >
< path >/usr/bin/firefox< /path >
< icon >/usr/share/firefox/icons/mozicon128.png< /icon >
< description >Firefox web browser< /description >
< name >Firefox< /name >
< /SimBar >
< SimBar >
< path >/usr/bin/amsn< /path >
< icon >/usr/share/amsn/icons/amsn.png< /icon >
< description >Msn chat client< /description >
< name >Msn< /name >
< /SimBar >
< /Program >
What's New in This Release:
· Task management
· Flashing tasks on application requesting attention
· Docking
· Add/Remove launcher GUI
· Settings GUI
· Using Gconf to store settings
· Now depends on X11 and wnck libs
Product's homepage