• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGELOGH A D26-Sep-20022.1 KiB5846

COPYINGH A D26-Sep-200217.6 KiB341281

LICENSEH A D26-Sep-200214.6 KiB272226

MakefileH A D03-May-2022458 2512

READMEH A D26-Sep-20021 KiB3626

gkrellmlaunch.cH A D26-Sep-200227.4 KiB927499

updateconfig.shH A D26-Sep-20021.8 KiB6623

README

1GKrellM Launch Version 0.5
2Copyright (c) 2001, 2002 Lee Webb
3Release Date: 26/09/2002
4
5Released under the GNU Public License
6
7Description:
8A GKrellM plugin which allows one-click access to frequently used programs
9(a la Gnome Panel).
10
11To Compile:
12Unpack the tarball & run make.
13Note: Requires GKrellM 2 or higher.
14
15To Install:
16Simply copy gkrellmlaunch.so to the desired plugin directory.
17
18Note: If you have installed any version prior to 0.3, your configuration will
19not be picked up. This is due to (yet another) change in the way GKrellMLaunch
20stores its configuration. (Sorry folks.)
21You can either fire up the new version and manually input the buttons via the
22Config tab, or modify you're user_config file:
23
24Pre-0.3 Config layout:
25gkrellmlaunch visible1 1
26gkrellmlaunch cmd1 mozilla
27gkrellmlaunch label1 Mozilla 0.9.8
28
29New 0.3 Config layout:
30gkrellmlaunch visible=1 label=Mozilla_0.9.8 cmd=mozilla
31
32Notice that any spaces in the label are converted to underscores.
33
34Lastest Version:
35Available at http://gkrellmlaunch.sourceforge.net
36