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

..03-May-2022-

COPYINGH A D20-Nov-200217.6 KiB341281

MakefileH A D03-May-20222.1 KiB7241

READMEH A D20-Nov-20022.5 KiB7650

docker.cH A D20-Nov-20029.2 KiB363281

docker.hH A D20-Nov-2002543 3225

icons.cH A D20-Nov-20022.8 KiB12381

icons.hH A D20-Nov-2002229 149

kde.cH A D20-Nov-20021.7 KiB7761

kde.hH A D20-Nov-2002169 138

net.cH A D20-Nov-20022.7 KiB12091

net.hH A D20-Nov-2002275 1611

version.hH A D20-Nov-200222 21

version.h.inH A D20-Nov-200228 21

xproperty.cH A D20-Nov-20022.1 KiB6545

xproperty.hH A D20-Nov-2002423 149

README

1Docker - Docking System Tray
2
3Copyright (C) 2003  Ben Jansens
4
5
6What is Docker?
7
8Docker is a docking application (WindowMaker dock app) which acts as a system
9tray for KDE3 and GNOME2. It can be used to replace the panel in either
10environment, allowing you to have a system tray without running the KDE/GNOME
11panel.
12
13
14What window managers can I use Docker with?
15
16I wrote and designed Docker to work with Openbox 2, but it should work fine in
17any window manager that supports WindowMaker dock apps.
18
19
20Why don't my KDE3 system tray icons show up?
21
22Docker requires a KDE3 compliant window manager to handle KDE3 system tray
23icons, and since it is a docking application, the window manager needs to also
24support WindowMaker Dock Apps. The only window manager that meets these
25requirements to my knowledge is:
26 - Openbox 2 (http://icculus.org/openbox)
27If you know of any other window managers that support the KDE3 hints for the
28system tray and docking apps (i.e. that docker works in), please let me know so
29I can add them to this list, and test docker out in them!
30
31
32Why don't my GNOME2 system tray icons show up?
33
34I don't know! Email me and let me know what application isn't working. (Don't
35you dare email me about a GNOME1 application! :)
36
37
38Who wrote Docker?
39
40Me, of course. That is, Ben Jansens. I can be reached at <ben@orodu.net>. I am
41the founder and currently the project head of sorts for the Openbox project.
42
43
44===============================
45|| INSTALLATION INSTRUCTIONS ||
46===============================
47
48To install this application, simply do the following:
49
50% make
51(as root)
52# make install
53
54You can change a couple of things in the Makefile if you want to:
55PREFIX defines where the program will be installed to.
56XLIBPATH defines where your libX11.so is located. If it is not on the standard
57         /usr/X11R6/lib path, then you will have to change this.
58
59==================
60|| LICENSE INFO ||
61==================
62
63This program is free software; you can redistribute it and/or modify
64it under the terms of the GNU General Public License as published by
65the Free Software Foundation; either version 2 of the License, or
66(at your option) any later version.
67
68This program is distributed in the hope that it will be useful,
69but WITHOUT ANY WARRANTY; without even the implied warranty of
70MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
71GNU General Public License for more details.
72
73You should have received a copy of the GNU General Public License
74along with this program; if not, write to the Free Software
75Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
76