diff options
Diffstat (limited to 'krfb')
-rw-r--r-- | krfb/kcm_krfb/kcmkrfb.desktop | 8 | ||||
-rw-r--r-- | krfb/kinetd/kinetd.cpp | 24 | ||||
-rw-r--r-- | krfb/kinetd/kinetd.desktop | 8 | ||||
-rw-r--r-- | krfb/kinetd/kinetdmodule.desktop | 30 | ||||
-rw-r--r-- | krfb/krfb/kinetd_krfb.desktop | 26 | ||||
-rw-r--r-- | krfb/krfb/krfb.desktop | 2 | ||||
-rw-r--r-- | krfb/krfb_httpd/kinetd_krfb_httpd.desktop | 16 |
7 files changed, 57 insertions, 57 deletions
diff --git a/krfb/kcm_krfb/kcmkrfb.desktop b/krfb/kcm_krfb/kcmkrfb.desktop index 9b26afa2..857c8962 100644 --- a/krfb/kcm_krfb/kcmkrfb.desktop +++ b/krfb/kcm_krfb/kcmkrfb.desktop @@ -4,9 +4,9 @@ Type=Application Exec=kcmshell kcmkrfb DocPath=krfb/krfb-configuration.html -X-KDE-ModuleType=Library -X-KDE-Library=krfb -X-KDE-ParentApp=kcontrol +X-TDE-ModuleType=Library +X-TDE-Library=krfb +X-TDE-ParentApp=kcontrol Name=Desktop Sharing Name[af]=Werkskerm Deeling @@ -189,4 +189,4 @@ Keywords[uk]=спільні стільниці,krfb,vnc,спільний,rdp,krd Keywords[zh_CN]=desktop sharing,krfb,vnc,sharing,krdc,remote desktop connection,invitation,port,slp,uninvited,桌面共享,共享,远程桌面连接,邀请,端口,未邀请 Keywords[zh_TW]=desktop sharing,krfb,vnc,sharing,rdp,krdc,remote desktop connection,rdp,桌面分享,分享,遠端桌面連線,invitation,port,slp,uninvited -Categories=Qt;KDE;X-KDE-settings-network; +Categories=Qt;TDE;X-TDE-settings-network; 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 "<<m_serviceName diff --git a/krfb/kinetd/kinetd.desktop b/krfb/kinetd/kinetd.desktop index 2ec80a7c..8f340f71 100644 --- a/krfb/kinetd/kinetd.desktop +++ b/krfb/kinetd/kinetd.desktop @@ -2,10 +2,10 @@ Type=Service ServiceTypes=KDEDModule -X-KDE-ModuleType=Library -X-KDE-Library=kinetd -X-KDE-FactoryName=kinetd -X-KDE-Kded-autoload=true +X-TDE-ModuleType=Library +X-TDE-Library=kinetd +X-TDE-FactoryName=kinetd +X-TDE-Kded-autoload=true Name=TDE Internet Daemon Name[af]=TDE Internet Bediener diff --git a/krfb/kinetd/kinetdmodule.desktop b/krfb/kinetd/kinetdmodule.desktop index 5851018f..f3bfb17e 100644 --- a/krfb/kinetd/kinetdmodule.desktop +++ b/krfb/kinetd/kinetdmodule.desktop @@ -2,7 +2,7 @@ # kinetd. [Desktop Entry] Type=ServiceType -X-KDE-ServiceType=KInetDModule +X-TDE-ServiceType=KInetDModule Name=KInetD Module Type Name[ar]=KInetD نوع وحدة Name[be]=Тып модуля KInetD @@ -70,30 +70,30 @@ Name[zh_TW]=KInetD 模組類型 Name[zu]=KInetD Uhlobo Lokwenza # id to manipulate the service -[PropertyDef::X-KDE-KINETD-id] +[PropertyDef::X-TDE-KINETD-id] Type=TQString # describes the TCP port kinetd should listen to -[PropertyDef::X-KDE-KINETD-port] +[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-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 diff --git a/krfb/krfb/kinetd_krfb.desktop b/krfb/krfb/kinetd_krfb.desktop index 673a46d3..e1c4b7f2 100644 --- a/krfb/krfb/kinetd_krfb.desktop +++ b/krfb/krfb/kinetd_krfb.desktop @@ -3,19 +3,19 @@ Type=Service ServiceTypes=KInetDModule Exec=krfb -X-KDE-FactoryName=kinetd -X-KDE-KINETD-id=krfb -X-KDE-KINETD-port=5900 -X-KDE-KINETD-autoPortRange=100 -X-KDE-KINETD-enabled=false -X-KDE-KINETD-argument=--kinetd -X-KDE-KINETD-multiInstance=false -X-KDE-KINETD-serviceURL=service:remotedesktop.kde:vnc://%h:%p;(type=shared),(username=%u),(fullname=%f),(serviceid=%i) -X-KDE-KINETD-serviceAttributes=(type=shared),(username=%u),(fullname=%f),(serviceid=%i) -X-KDE-KINETD-serviceLifetime=1200 -X-KDE-KINETD-DNSSD-Name=Remote Desktop of %u -X-KDE-KINETD-DNSSD-Type=_rfb._tcp -X-KDE-KINETD-DNSSD-Properties=type=shared,u=%u,fullname=%f +X-TDE-FactoryName=kinetd +X-TDE-KINETD-id=krfb +X-TDE-KINETD-port=5900 +X-TDE-KINETD-autoPortRange=100 +X-TDE-KINETD-enabled=false +X-TDE-KINETD-argument=--kinetd +X-TDE-KINETD-multiInstance=false +X-TDE-KINETD-serviceURL=service:remotedesktop.kde:vnc://%h:%p;(type=shared),(username=%u),(fullname=%f),(serviceid=%i) +X-TDE-KINETD-serviceAttributes=(type=shared),(username=%u),(fullname=%f),(serviceid=%i) +X-TDE-KINETD-serviceLifetime=1200 +X-TDE-KINETD-DNSSD-Name=Remote Desktop of %u +X-TDE-KINETD-DNSSD-Type=_rfb._tcp +X-TDE-KINETD-DNSSD-Properties=type=shared,u=%u,fullname=%f Name=KRfb Desktop Sharing Name[ar]=KRfb مشاركة سطح المكتب diff --git a/krfb/krfb/krfb.desktop b/krfb/krfb/krfb.desktop index a7f43529..efa262e2 100644 --- a/krfb/krfb/krfb.desktop +++ b/krfb/krfb/krfb.desktop @@ -60,4 +60,4 @@ GenericName[uz@cyrillic]=Иш столи билан бўлишиш GenericName[zh_CN]=桌面共享 GenericName[zh_HK]=桌面分享 GenericName[zh_TW]=桌面分享 -Categories=Qt;KDE;RemoteAccess;Network; +Categories=Qt;TDE;RemoteAccess;Network; diff --git a/krfb/krfb_httpd/kinetd_krfb_httpd.desktop b/krfb/krfb_httpd/kinetd_krfb_httpd.desktop index b19b62a1..8d04ed3a 100644 --- a/krfb/krfb_httpd/kinetd_krfb_httpd.desktop +++ b/krfb/krfb_httpd/kinetd_krfb_httpd.desktop @@ -3,14 +3,14 @@ Type=Service ServiceTypes=KInetDModule Exec=krfb_httpd -X-KDE-FactoryName=kinetd -X-KDE-KINETD-id=krfb_httpd -X-KDE-KINETD-port=5800 -X-KDE-KINETD-autoPortRange=10 -X-KDE-KINETD-enabled=false -X-KDE-KINETD-argument=--kinetd -X-KDE-KINETD-multiInstance=false -X-KDE-KINETD-serviceLifetime=1200 +X-TDE-FactoryName=kinetd +X-TDE-KINETD-id=krfb_httpd +X-TDE-KINETD-port=5800 +X-TDE-KINETD-autoPortRange=10 +X-TDE-KINETD-enabled=false +X-TDE-KINETD-argument=--kinetd +X-TDE-KINETD-multiInstance=false +X-TDE-KINETD-serviceLifetime=1200 Name=KRfb Micro Httpd Name[ar]=KRfb ميكرو httpd |