| 1234567891011121314151617181920212223242526272829303132333435 |
- GKrellM Launch Version 0.5
- Copyright (c) 2001, 2002 Lee Webb
- Release Date: 26/09/2002
- Released under the GNU Public License
- Description:
- A GKrellM plugin which allows one-click access to frequently used programs
- (a la Gnome Panel).
- To Compile:
- Unpack the tarball & run make.
- Note: Requires GKrellM 2 or higher.
- To Install:
- Simply copy gkrellmlaunch.so to the desired plugin directory.
- Note: If you have installed any version prior to 0.3, your configuration will
- not be picked up. This is due to (yet another) change in the way GKrellMLaunch
- stores its configuration. (Sorry folks.)
- You can either fire up the new version and manually input the buttons via the
- Config tab, or modify you're user_config file:
- Pre-0.3 Config layout:
- gkrellmlaunch visible1 1
- gkrellmlaunch cmd1 mozilla
- gkrellmlaunch label1 Mozilla 0.9.8
- New 0.3 Config layout:
- gkrellmlaunch visible=1 label=Mozilla_0.9.8 cmd=mozilla
- Notice that any spaces in the label are converted to underscores.
- Lastest Version:
- Available at http://gkrellmlaunch.sourceforge.net
|