From 4aa2303727ec7231c39618e17c2a36ee11a4e2d9 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Jun 2012 15:55:51 -0500 Subject: Update XDG information in support of bug report 892. --- krfb/kinetd/kinetd.cpp | 24 ++++++++++++------------ krfb/kinetd/kinetd.desktop | 8 ++++---- krfb/kinetd/kinetdmodule.desktop | 30 +++++++++++++++--------------- 3 files changed, 31 insertions(+), 31 deletions(-) (limited to 'krfb/kinetd') diff --git a/krfb/kinetd/kinetd.cpp b/krfb/kinetd/kinetd.cpp index 2aa7a0cd..c05f1830 100644 --- a/krfb/kinetd/kinetd.cpp +++ b/krfb/kinetd/kinetd.cpp @@ -109,18 +109,18 @@ void PortListener::loadConfig(KService::Ptr s) { vsattributes, vslifetime, vdname, vdtype, vddata; m_execPath = s->exec().utf8(); - vid = s->property("X-KDE-KINETD-id"); - vport = s->property("X-KDE-KINETD-port"); - vautoport = s->property("X-KDE-KINETD-autoPortRange"); - venabled = s->property("X-KDE-KINETD-enabled"); - vargument = s->property("X-KDE-KINETD-argument"); - vmultiInstance = s->property("X-KDE-KINETD-multiInstance"); - vurl = s->property("X-KDE-KINETD-serviceURL"); - vsattributes = s->property("X-KDE-KINETD-serviceAttributes"); - vslifetime = s->property("X-KDE-KINETD-serviceLifetime"); - vdname = s->property("X-KDE-KINETD-DNSSD-Name"); - vdtype = s->property("X-KDE-KINETD-DNSSD-Type"); - vddata = s->property("X-KDE-KINETD-DNSSD-Properties"); + vid = s->property("X-TDE-KINETD-id"); + vport = s->property("X-TDE-KINETD-port"); + vautoport = s->property("X-TDE-KINETD-autoPortRange"); + venabled = s->property("X-TDE-KINETD-enabled"); + vargument = s->property("X-TDE-KINETD-argument"); + vmultiInstance = s->property("X-TDE-KINETD-multiInstance"); + vurl = s->property("X-TDE-KINETD-serviceURL"); + vsattributes = s->property("X-TDE-KINETD-serviceAttributes"); + vslifetime = s->property("X-TDE-KINETD-serviceLifetime"); + vdname = s->property("X-TDE-KINETD-DNSSD-Name"); + vdtype = s->property("X-TDE-KINETD-DNSSD-Type"); + vddata = s->property("X-TDE-KINETD-DNSSD-Properties"); if (!vid.isValid()) { kdDebug() << "Kinetd cannot load service "<0, the number of ports kinetd should probe if the port is in use -[PropertyDef::X-KDE-KINETD-autoPortRange] +[PropertyDef::X-TDE-KINETD-autoPortRange] Type=int # if enabled, kinetd will listen on the port. Can be overridden using the # dcop interface. -[PropertyDef::X-KDE-KINETD-enabled] +[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-KDE-KINETD-argument] +[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-KDE-KINETD-multiInstance] +[PropertyDef::X-TDE-KINETD-multiInstance] Type=bool # if set, kinetd will register the given URL at the local SLP SA while @@ -105,7 +105,7 @@ Type=bool # %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-KDE-KINETD-serviceURL] +[PropertyDef::X-TDE-KINETD-serviceURL] Type=TQString # if kinetd registers a service URL, this string will be used for its attributes. @@ -115,13 +115,13 @@ Type=TQString # %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-KDE-KINETD-serviceAttributes] +[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-KDE-KINETD-serviceLifetime] +[PropertyDef::X-TDE-KINETD-serviceLifetime] Type=int # if set, kinetd will announce service with given name on local network while @@ -131,18 +131,18 @@ Type=int # %f with the user's full name # %p with the port number -[PropertyDef::X-KDE-KINETD-DNSSD-Name] +[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-KDE-KINETD-DNSSD-Name +# it uses the same substitution rules as X-TDE-KINETD-DNSSD-Name -[PropertyDef::X-KDE-KINETD-DNSSD-Type] +[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-KDE-KINETD-DNSSD-Name -[PropertyDef::X-KDE-KINETD-DNSSD-Properties] +# it uses the same substitution rules as X-TDE-KINETD-DNSSD-Name +[PropertyDef::X-TDE-KINETD-DNSSD-Properties] Type=TQStringList -- cgit v1.2.1