summaryrefslogtreecommitdiffstats
path: root/krfb/kinetd/kinetdmodule.desktop
blob: d95101a8294fdb632b2d99f8fbe18460633669a4 (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
# describes the servicetype that you need to implement in order to use
# kinetd.
[Desktop Entry]
Type=ServiceType
X-TDE-ServiceType=KInetDModule

Name=KInetD Module Type

# id to manipulate the service
[PropertyDef::X-TDE-KINETD-id]
Type=TQString

# describes the TCP port kinetd should listen to
[PropertyDef::X-TDE-KINETD-port]
Type=int

# if set and >0, the number of ports kinetd should probe if the port is in use
[PropertyDef::X-TDE-KINETD-autoPortRange]
Type=int

# if enabled, kinetd will listen on the port. Can be overridden using the
# dcop interface.
[PropertyDef::X-TDE-KINETD-enabled]
Type=bool

# if set, this argument is given to the app to start, followed by the number
# of the socket's fd
[PropertyDef::X-TDE-KINETD-argument]
Type=TQString

# if true, kinetd can accepts several connections at the same time. Otherwise
# it will block the port when a connection has been established.
[PropertyDef::X-TDE-KINETD-multiInstance]
Type=bool

# if set, kinetd will register the given URL at the local SLP SA while
# the port is open. It will register one URL for each IP address of the
# host.
# The following strings will be substituted:
# %h with the local IP address
# %p with the port number
# %u with the user's login name
# %f with the user's full name
# %i with a UUID thats identical in all URLs of this service
[PropertyDef::X-TDE-KINETD-serviceURL]
Type=TQString

# if kinetd registers a service URL, this string will be used for its attributes.
# The following strings will be substituted:
# %h with the local IP address
# %p with the port number
# %u with the user's login name
# %f with the user's full name
# %i with a UUID thats identical in all URLs of this service
[PropertyDef::X-TDE-KINETD-serviceAttributes]
Type=TQString

# the lifetime of a service in seconds. kinets will renew the service
# automatically. Max 65535, never use anything under 2 min. Something like
# 5-20 minutes is a sane value for most desktop applications.
[PropertyDef::X-TDE-KINETD-serviceLifetime]
Type=int

# if set, kinetd will announce service with given name on local network while
# the port is open.
# The following strings will be substituted:
# %h with the local IP address
# %f with the user's full name
# %p with the port number

[PropertyDef::X-TDE-KINETD-DNSSD-Name]
Type=TQString

# if kinetd announces service on network using DNS-SD, this string will be used as service
# type. It must be in form _yourservice._udp or _yourservice._tcp
# it uses the same substitution rules as X-TDE-KINETD-DNSSD-Name

[PropertyDef::X-TDE-KINETD-DNSSD-Type]
Type=TQString

# defines list of text properties for service announced via DNS-SD
# it uses the same substitution rules as X-TDE-KINETD-DNSSD-Name
[PropertyDef::X-TDE-KINETD-DNSSD-Properties]
Type=TQStringList