~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to doc/kicker/man-appletproxy.1.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
3
 
<!ENTITY % English "INCLUDE">
4
 
]>
5
 
 
6
 
<refentry lang="&language;">
7
 
<refentryinfo>
8
 
<title>KDE User's Manual</title>
9
 
<author><personname>
10
 
<firstname>Lauri</firstname>
11
 
<surname>Watts</surname>
12
 
</personname>
13
 
&Lauri.Watts.mail;</author>
14
 
<date>Feb 25, 2005</date>
15
 
<productname>K Desktop Environment</productname>
16
 
</refentryinfo>
17
 
 
18
 
<refmeta>
19
 
<refentrytitle><command>appletproxy</command></refentrytitle>
20
 
<manvolnum>1</manvolnum>
21
 
</refmeta>
22
 
 
23
 
<refnamediv>
24
 
<refname><command>appletproxy</command></refname>
25
 
<refpurpose>&kde; panel applet proxy</refpurpose>
26
 
</refnamediv>
27
 
 
28
 
<refsynopsisdiv>
29
 
<cmdsynopsis>
30
 
<command>appletproxy</command>
31
 
<arg choice="req">desktopfile</arg>
32
 
<arg choice="opt">--configfile <replaceable>file</replaceable></arg>
33
 
<arg choice="opt">--callbackid <replaceable>id</replaceable></arg>
34
 
<arg choice="opt">KDE Generic Options</arg>
35
 
<arg choice="opt">Qt Generic Options</arg>
36
 
</cmdsynopsis>
37
 
</refsynopsisdiv>
38
 
 
39
 
<refsect1>
40
 
<title>Description</title>
41
 
<para><application>appletproxy</application> is a small application that
42
 
allows you to run a &kicker; (&kde; panel) applet outside of &kicker;
43
 
itself.  The applet will appear in it's own window, making this a convenient
44
 
way to debug panel applets.</para>
45
 
</refsect1>
46
 
 
47
 
<refsect1>
48
 
<title>Options</title>
49
 
 
50
 
<variablelist>
51
 
<varlistentry>
52
 
<term><option>desktopfile</option></term>
53
 
<listitem><para>The applet's desktop file</para></listitem>
54
 
</varlistentry>
55
 
<varlistentry>
56
 
<term><option>--configfile
57
 
<replaceable>file</replaceable></option></term>
58
 
<listitem><para>The config file to be used</para></listitem>
59
 
</varlistentry>
60
 
<varlistentry>
61
 
<term><option>--callback <replaceable>id</replaceable></option></term>
62
 
<listitem>
63
 
<para>&DCOP; callback id of the applet container.</para>
64
 
</listitem>
65
 
</varlistentry>
66
 
</variablelist>
67
 
 
68
 
</refsect1>
69
 
 
70
 
 
71
 
<refsect1>
72
 
<title>See Also</title>
73
 
 
74
 
<para>kicker(1)</para>
75
 
 
76
 
</refsect1>
77
 
 
78
 
<refsect1>
79
 
<title>Examples</title>
80
 
 
81
 
<variablelist>
82
 
<varlistentry>
83
 
<term><userinput><command>appletproxy</command> <parameter>knewsticker</parameter></userinput></term>
84
 
<listitem>
85
 
<para>Run &knewsticker; in a standalone window.</para>
86
 
</listitem>
87
 
</varlistentry>
88
 
</variablelist>
89
 
 
90
 
</refsect1>
91
 
 
92
 
<refsect1>
93
 
<title>Authors</title>
94
 
<para>&kappname; was written by &Matthias.Elter; and &Matthias.Ettrich; and
95
 
is maintained by &Aaron.J.Seigo; &Aaron.J.Seigo.mail;</para>
96
 
 
97
 
<para>This man page was written for &kde; 3.4 by &Lauri.Watts;
98
 
&Lauri.Watts.mail;</para>
99
 
</refsect1>
100
 
 
101
 
</refentry>