|
Revision 5557, 1.4 kB
(checked in by eugene, 14 months ago)
|
|
Killed the trailing whitespace from the lines.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | Licq Qt-Gui Plugin |
|---|
| 2 | Docking Howto |
|---|
| 3 | |
|---|
| 4 | Graham Roff |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | Docking the licq qt-gui status icon is fairly simple to do. Here is a list |
|---|
| 8 | of window managers and what to do. First, do the following: |
|---|
| 9 | |
|---|
| 10 | 1. Remove any old dock icons for licq. |
|---|
| 11 | 2. Start licq and enable the dock icon in Options->Extensions->UseDockIcon |
|---|
| 12 | 3. Select "Save Options" from the system menu. |
|---|
| 13 | 4. Restart Licq (very important). |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | WindowMaker |
|---|
| 17 | |
|---|
| 18 | 5. Drag the status icon to the dock and voila. |
|---|
| 19 | Note that the other icon that appears is from windowmaker and can be set |
|---|
| 20 | to something nice, or disable entirely using the windowmaker menu. |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | AfterStep |
|---|
| 24 | |
|---|
| 25 | 5. Add the following to your ~/GNUstep/Library/AfterStep/wharf file: |
|---|
| 26 | "*Wharf licq - Swallow "LicqWharf" echo &" |
|---|
| 27 | 6. Next time start Licq, the icon should appear in the wharf. |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | KDE |
|---|
| 31 | |
|---|
| 32 | 5. Configure licq with --with-kde and then licq will dock in the kde panel. |
|---|
| 33 | 6. Start Licq and there it goes! |
|---|
| 34 | |
|---|
| 35 | Gnome |
|---|
| 36 | |
|---|
| 37 | 1. Start licq and enable a dock icon. The dock icon appears on the |
|---|
| 38 | desktop |
|---|
| 39 | 2. In de panel choose Panel->Add to Panel->Swallowed App... |
|---|
| 40 | 3. Title of appl: LicqWharf |
|---|
| 41 | Width=64, Height=48 |
|---|
| 42 | 4. Press OK |
|---|
| 43 | 5. You now get an EMPTY swallowed icon. Licq still is on the desktop. |
|---|
| 44 | 6. Remove the emty icon from the panel now. |
|---|
| 45 | Both the empty swallowed icon AND the licq icon on the desktop |
|---|
| 46 | disappear!! |
|---|
| 47 | Keep licq running.. |
|---|
| 48 | 7. Repeat steps 2, 3 and 4. |
|---|
| 49 | Now the licq dock icon correctly appears in the panel as wanted. |
|---|