summaryrefslogtreecommitdiffstats
path: root/doc/kicker/man-appletproxy.1.docbook
blob: 4081f6c1984de5540e4eb2dd2fdb4ad4f8cbc34f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" ?>
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY % English "INCLUDE">
]>

<refentry lang="&language;">
<refentryinfo>
<title>KDE User's Manual</title>
<author><personname>
<firstname>Lauri</firstname>
<surname>Watts</surname>
</personname>
&Lauri.Watts.mail;</author>
<date>Feb 25, 2005</date>
<productname>K Desktop Environment</productname>
</refentryinfo>

<refmeta>
<refentrytitle><command>appletproxy</command></refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>

<refnamediv>
<refname><command>appletproxy</command></refname>
<refpurpose>&kde; panel applet proxy</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>appletproxy</command>
<arg choice="req">desktopfile</arg>
<arg choice="opt">--configfile <replaceable>file</replaceable></arg>
<arg choice="opt">--callbackid <replaceable>id</replaceable></arg>
<arg choice="opt">KDE Generic Options</arg>
<arg choice="opt">Qt Generic Options</arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1>
<title>Description</title>
<para><application>appletproxy</application> is a small application that
allows you to run a &kicker; (&kde; panel) applet outside of &kicker;
itself.  The applet will appear in it's own window, making this a convenient
way to debug panel applets.</para>
</refsect1>

<refsect1>
<title>Options</title>

<variablelist>
<varlistentry>
<term><option>desktopfile</option></term>
<listitem><para>The applet's desktop file</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--configfile
<replaceable>file</replaceable></option></term>
<listitem><para>The config file to be used</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--callback <replaceable>id</replaceable></option></term>
<listitem>
<para>&DCOP; callback id of the applet container.</para>
</listitem>
</varlistentry>
</variablelist>

</refsect1>


<refsect1>
<title>See Also</title>

<para>kicker(1)</para>

</refsect1>

<refsect1>
<title>Examples</title>

<variablelist>
<varlistentry>
<term><userinput><command>appletproxy</command> <parameter>knewsticker</parameter></userinput></term>
<listitem>
<para>Run &knewsticker; in a standalone window.</para>
</listitem>
</varlistentry>
</variablelist>

</refsect1>

<refsect1>
<title>Authors</title>
<para>&kappname; was written by &Matthias.Elter; and &Matthias.Ettrich; and
is maintained by &Aaron.J.Seigo; &Aaron.J.Seigo.mail;</para>

<para>This man page was written for &kde; 3.4 by &Lauri.Watts;
&Lauri.Watts.mail;</para>
</refsect1>

</refentry>