* do not add a KStandardAction manually to actionCollection()
[kdenetwork.git] / krfb / krfb.kcfg
blob0c8b734757336bcd009b85b34b76b29d2697393d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM
3 "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
4 <kcfg>
5 <kcfgfile />
6 <group name="TCP">
7 <entry name="useDefaultPort" type="Bool">
8 <label>Use the default port for VNC (5900)</label>
9 <default>true</default>
10 </entry>
11 <entry name="port" type="Int">
12 <label>This is the port on which krfb will listen.</label>
13 <default>5900</default>
14 </entry>
15 <entry name="publishService" type="Bool">
16 <label>Announce the service on the local network</label>
17 <default>true</default>
18 </entry>
19 </group>
20 <group name="Security">
21 <entry name="allowDesktopControl" type="Bool">
22 <label>Allow remote connections to manage the desktop.</label>
23 <default>true</default>
24 </entry>
25 <entry name="askOnConnect" type="Bool">
26 <label>Ask before allowing a remote connection.</label>
27 <default>true</default>
28 </entry>
29 <entry name="allowUninvitedConnections" type="Bool">
30 <label>Allow connections without an invitation.</label>
31 <default>false</default>
32 </entry>
33 <entry name="uninvitedConnectionPassword" type="String">
34 <label>Password for uninvited connections.</label>
35 </entry>
36 </group>
37 </kcfg>