The configuration dialog can be accessed by right clicking on one of the buttons and choosing the Properties item. A dialog box like this should appear
The three things you can do here are add a new button, delete a button, or edit a button. The Ok and Apply buttons will save all the changes to your configuration file. Pressing 'close' will abort any changes since you last pressed apply or loaded the dialog.
Editing is done by selecting the button you want to change from the list on the left, then editing the contents of the text entry boxes on the right. When you are done, click 'ok' or 'apply' and the results will be saved to your hard drive and the applet on your panel will change.
To add a new button, click the 'new' button near the top of the window. A new entry will appear at the bottom of the list on the left. Select it and edit the values. Clicking apply or ok will save your new button and add it to the applet.
Deleting a button requires that you first select which one to delete from the list on the left, then clicking the 'Delete' button towards the top right of the dialog box. Clicking ok or apply will remove the entry from your configuration file.
<GWCI-config> | Toplevel tag. |
<Launcher> | A launcher object, symbolizes a button |
<Name> | Name of the launcher, used as the label for the button |
<Tooltip> | Tooltip for the button... |
<Prog> | Program to execute. Entrybox contents will be appended to this |
<?xml version="1.0"?>
<GWCI-config>
<Launcher>
<Name>FM</Name>
<Tooltip>FreshMeat Software</Tooltip>
<Prog>galeon -n http://www.freshmeat.net/search?q=</Prog>
</Launcher>
<Launcher>
<Name>Dict</Name>
<Tooltip>Marriam-Webster Dictionary</Tooltip>
<Prog>galeon -n http://www.m-w.com/cgi-bin/dictionary?va=</Prog>
</Launcher>
<Launcher>
<Name>Google</Name>
<Tooltip>Google Websearch</Tooltip>
<Prog>galeon -n http://www.google.com/search?q=</Prog>
</Launcher>
</GWCI-config>