Compare commits

...

5 commits

Author SHA1 Message Date
Alexander Lohnau
b21f5b02e3 Fix windows build issues
- Add dummy args param to QProcess::startDetached
- Remove logging category from inline snippet. This was removed due to
  being unused in non-windows builds.
2023-07-22 16:39:55 +02:00
Alexander Lohnau
d3421a570e Remove KRunner plugin leftovers
I plan to revive it later on, but as a DBus runner
2023-07-22 16:35:01 +02:00
Alexander Lohnau
2695bbca18 Remove version and website metadata for plugins
The plugin version doesn't matter, because all plugins are shipped as
part of kdeconnect and not separately.
The website was also set inconsistently, some pointed to a custom blog,
the KDE homepage or a broken link. If we want to make announcements more
visible, we should have a link in a more central place.
2023-07-22 16:34:29 +02:00
Alexander Lohnau
2ff57e2aa3 Remove obsolete ServiceTypes definitions
Task: https://phabricator.kde.org/T14483
2023-07-22 16:34:22 +02:00
Alexander Lohnau
fbe99ce332 Remove unused categories from metadata 2023-07-22 16:33:52 +02:00
38 changed files with 37 additions and 378 deletions

View file

@ -173,7 +173,7 @@ int main(int argc, char *argv[])
#ifdef Q_OS_WIN
// make sure indicator shows up in the tray whenever daemon is spawned
QProcess::startDetached(QStringLiteral("kdeconnect-indicator.exe"));
QProcess::startDetached(QStringLiteral("kdeconnect-indicator.exe"), QStringList());
#endif
// kdeconnectd is autostarted, so disable session management to speed up startup

View file

@ -1,6 +1,5 @@
{
"KPlugin": {
"Category": "Utilities",
"Description": "Send file to other device using KDE Connect",
"Description[ar]": "أرسل ملف إلى جهاز أخر باستعمال كِيدِي المتصل",
"Description[az]": "Digər cihazlara KDE Connect ilə fayl göndərin",
@ -86,9 +85,6 @@
"Name[uk]": "Надіслати файл за допомогою KDE Connect",
"Name[x-test]": "xxSend file via KDE Connectxx",
"Name[zh_CN]": "通过 KDE Connect发送文件",
"Name[zh_TW]": "使用 KDE 連線傳送檔案",
"ServiceTypes": [
"KFileItemAction/Plugin"
]
"Name[zh_TW]": "使用 KDE 連線傳送檔案"
}
}

View file

@ -60,7 +60,7 @@ void IndicatorHelper::iconPathHook()
int IndicatorHelper::daemonHook(QProcess &kdeconnectd)
{
kdeconnectd.start(processes::kdeconnect_daemon);
kdeconnectd.start(processes::kdeconnect_daemon, QStringList());
return 0;
}

View file

@ -1,5 +1,4 @@
{
"Categories": "Qt;KDE;X-KDE-settings-kdeconnect;",
"KPlugin": {
"BugReportUrl": "https://bugs.kde.org/enter_bug.cgi?product=systemsettings&component=kcm_kdeconnect",
"Description": "Connect and sync your devices",

View file

@ -126,12 +126,7 @@
"Name[uk]": "Монітор акумулятора",
"Name[x-test]": "xxBattery monitorxx",
"Name[zh_CN]": "电池监视器",
"Name[zh_TW]": "電池監視器",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "電池監視器"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.battery"

View file

@ -101,12 +101,7 @@
"Name[tr]": "Büyük Ekran sesle denetim",
"Name[uk]": "Голосове керування Bigscreen",
"Name[x-test]": "xxBigscreen voice controlxx",
"Name[zh_CN]": "Bigscreen 语音控制",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://aiix.tk"
"Name[zh_CN]": "Bigscreen 语音控制"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.mousepad.request",

View file

@ -126,12 +126,7 @@
"Name[uk]": "Буфер обміну",
"Name[x-test]": "xxClipboardxx",
"Name[zh_CN]": "剪切板",
"Name[zh_TW]": "剪貼簿",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "剪貼簿"
},
"X-KDE-ConfigModule": "kdeconnect/kcms/kdeconnect_clipboard_config",
"X-KdeConnect-OutgoingPacketType": [

View file

@ -123,11 +123,7 @@
"Name[uk]": "Монітор з'єднання",
"Name[x-test]": "xxConnectivity monitorxx",
"Name[zh_CN]": "信号监视器",
"Name[zh_TW]": "連線監視器",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "1.0"
"Name[zh_TW]": "連線監視器"
},
"X-KdeConnect-OutgoingPacketType": [],
"X-KdeConnect-SupportedPacketType": [

View file

@ -126,12 +126,7 @@
"Name[uk]": "Контакти",
"Name[x-test]": "xxContactsxx",
"Name[zh_CN]": "联系人",
"Name[zh_TW]": "聯絡人",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "聯絡人"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.contacts.request_all_uids_timestamps",

View file

@ -192,12 +192,7 @@
"Name[uk]": "Дзвінок на вашому телефоні",
"Name[x-test]": "xxRing my phonexx",
"Name[zh_CN]": "让我的手机响铃",
"Name[zh_TW]": "撥打我的電話",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kde.org"
"Name[zh_TW]": "撥打我的電話"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.findmyphone.request"

View file

@ -11,6 +11,7 @@
#include <core/kdeconnectplugin.h>
#ifdef Q_OS_WIN
#include <QDebug>
#include <Windows.h>
#define INFO_BUFFER_SIZE 32767
#else
@ -42,7 +43,7 @@ inline QString defaultSound()
#ifdef Q_OS_WIN
wchar_t infoBuf[INFO_BUFFER_SIZE];
if (!GetWindowsDirectory(infoBuf, INFO_BUFFER_SIZE)) {
qCWarning(KDECONNECT_PLUGIN_FINDTHISDEVICE) << "Error with getting the Windows Directory.";
qWarning() << "Error with getting the Windows Directory.";
} else {
dirPath = QString::fromStdWString(infoBuf) + QStringLiteral("/media");
if (!dirPath.isEmpty()) {

View file

@ -132,12 +132,7 @@
"Name[uk]": "Знайти цей пристрій",
"Name[x-test]": "xxFind this devicexx",
"Name[zh_CN]": "查找此设备",
"Name[zh_TW]": "尋找這個裝置",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kde.org"
"Name[zh_TW]": "尋找這個裝置"
},
"X-KDE-ConfigModule": "kdeconnect/kcms/kdeconnect_findthisdevice_config",
"X-KdeConnect-SupportedPacketType": [

View file

@ -141,12 +141,7 @@
"Name[uk]": "LockDevice",
"Name[x-test]": "xxLockDevicexx",
"Name[zh_CN]": "锁定设备",
"Name[zh_TW]": "鎖定裝置",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kde.org"
"Name[zh_TW]": "鎖定裝置"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.lock.request",

View file

@ -112,12 +112,7 @@
"Name[uk]": "Інтеграція телефонії ModemManager",
"Name[x-test]": "xxModemManager Telephony integrationxx",
"Name[zh_CN]": "ModemManager Telephony 集成",
"Name[zh_TW]": "ModemManager 電話整合",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kdeconnect.kde.org/"
"Name[zh_TW]": "ModemManager 電話整合"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.telephony"

View file

@ -143,11 +143,7 @@
"Name[uk]": "Віртуальне введення даних",
"Name[x-test]": "xxVirtual inputxx",
"Name[zh_CN]": "虚拟输入",
"Name[zh_TW]": "虛擬輸入",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1"
"Name[zh_TW]": "虛擬輸入"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.mousepad.keyboardstate"

View file

@ -124,12 +124,7 @@
"Name[uk]": "Отримувач команд щодо керування мультимедійними функціями",
"Name[x-test]": "xxMultimedia control receiverxx",
"Name[zh_CN]": "多媒体控制接收器",
"Name[zh_TW]": "多媒體控制接收器",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "多媒體控制接收器"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.mpris"

View file

@ -142,12 +142,7 @@
"Name[uk]": "MprisRemote",
"Name[x-test]": "xxMprisRemotexx",
"Name[zh_CN]": "远程 Mpris",
"Name[zh_TW]": "遠端 Mpris",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kde.org"
"Name[zh_TW]": "遠端 Mpris"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.mpris.request"

View file

@ -124,12 +124,7 @@
"Name[uk]": "Отримати сповіщення",
"Name[x-test]": "xxReceive notificationsxx",
"Name[zh_CN]": "接收通知",
"Name[zh_TW]": "接收通知",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "接收通知"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.notification.request",

View file

@ -124,12 +124,7 @@
"Name[uk]": "Призупинка відтворення під час дзвінків",
"Name[x-test]": "xxPause media during callsxx",
"Name[zh_CN]": "来电时暂停媒体",
"Name[zh_TW]": "在通話過程中暫停媒體",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "在通話過程中暫停媒體"
},
"X-KDE-ConfigModule": "kdeconnect/kcms/kdeconnect_pausemusic_config",
"X-KdeConnect-SupportedPacketType": [

View file

@ -131,12 +131,7 @@
"Name[uk]": "Фото",
"Name[x-test]": "xxPhotoxx",
"Name[zh_CN]": "照片",
"Name[zh_TW]": "相片",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://nicolasfella.wordpress.com"
"Name[zh_TW]": "相片"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.photo.request"

View file

@ -126,12 +126,7 @@
"Name[uk]": "Луна-імпульс",
"Name[x-test]": "xxPingxx",
"Name[zh_CN]": "Ping",
"Name[zh_TW]": "Ping 回應封包",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "Ping 回應封包"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.ping"

View file

@ -133,10 +133,7 @@
"Name[uk]": "Презентатор",
"Name[x-test]": "xxPresenterxx",
"Name[zh_CN]": "演讲者",
"Name[zh_TW]": "提供者",
"ServiceTypes": [
"KdeConnect/Plugin"
]
"Name[zh_TW]": "提供者"
},
"X-KdeConnect-OutgoingPacketType": [],
"X-KdeConnect-SupportedPacketType": [

View file

@ -141,11 +141,7 @@
"Name[uk]": "Віддалені команди вузлу",
"Name[x-test]": "xxHost remote commandsxx",
"Name[zh_CN]": "主机远程命令",
"Name[zh_TW]": "主機與遠端指令",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1"
"Name[zh_TW]": "主機與遠端指令"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.runcommand.request"

View file

@ -141,12 +141,7 @@
"Name[uk]": "RemoteControl",
"Name[x-test]": "xxRemoteControlxx",
"Name[zh_CN]": "远程控制",
"Name[zh_TW]": "遠端控制",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kde.org"
"Name[zh_TW]": "遠端控制"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.mousepad.request"

View file

@ -143,11 +143,7 @@
"Name[uk]": "Віддалена клавіатура з комп’ютера",
"Name[x-test]": "xxRemote keyboard from the desktopxx",
"Name[zh_CN]": "来自桌面的远程键盘",
"Name[zh_TW]": "從桌面遠端控制鍵盤",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1"
"Name[zh_TW]": "從桌面遠端控制鍵盤"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.mousepad.request"

View file

@ -130,12 +130,7 @@
"Name[uk]": "Віддалений системний том",
"Name[x-test]": "xxRemote system volumexx",
"Name[zh_CN]": "远程系统音量",
"Name[zh_TW]": "遠端系統音量",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://nicolasfella.wordpress.com"
"Name[zh_TW]": "遠端系統音量"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.systemvolume.request"

View file

@ -174,12 +174,7 @@
"Name[uk]": "Виконання команд",
"Name[x-test]": "xxRun commandsxx",
"Name[zh_CN]": "执行命令",
"Name[zh_TW]": "執行命令",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "執行命令"
},
"X-KDE-ConfigModule": "kdeconnect/kcms/kdeconnect_runcommand_config",
"X-KdeConnect-OutgoingPacketType": [

View file

@ -55,9 +55,9 @@ bool RunCommandPlugin::receivePacket(const NetworkPacket &np)
const QJsonObject commandJson = value.toObject();
qCInfo(KDECONNECT_PLUGIN_RUNCOMMAND) << "Running:" << COMMAND << ARGS << commandJson[QStringLiteral("command")].toString();
#ifdef Q_OS_WIN
QProcess::startDetached(commandJson[QStringLiteral("command")].toString());
QProcess::startDetached(commandJson[QStringLiteral("command")].toString(), QStringList());
#else
QProcess::startDetached(QStringLiteral(COMMAND), QStringList() << QStringLiteral(ARGS) << commandJson[QStringLiteral("command")].toString());
QProcess::startDetached(QStringLiteral(COMMAND), QStringList{QStringLiteral(ARGS), commandJson[QStringLiteral("command")].toString()});
#endif
return true;
} else if (np.has(QStringLiteral("setup"))) {

View file

@ -143,11 +143,6 @@
"Name[uk]": "Заборона зберігача екрана",
"Name[x-test]": "xxInhibit screensaverxx",
"Name[zh_CN]": "禁止屏保",
"Name[zh_TW]": "停止螢幕保護",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "停止螢幕保護"
}
}

View file

@ -107,12 +107,7 @@
"Name[sv]": "Skicka underrättelser",
"Name[tr]": "Bildirim gönder",
"Name[uk]": "Надіслати сповіщення",
"Name[x-test]": "xxSend notificationsxx",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[x-test]": "xxSend notificationsxx"
},
"X-KDE-ConfigModule": "kdeconnect/kcms/kdeconnect_sendnotifications_config",
"X-KdeConnect-OutgoingPacketType": [

View file

@ -143,12 +143,7 @@
"Name[uk]": "Перегляд віддалених файлових систем",
"Name[x-test]": "xxRemote filesystem browserxx",
"Name[zh_CN]": "远程文件系统浏览器",
"Name[zh_TW]": "遠端檔案瀏覽器",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "遠端檔案瀏覽器"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.sftp.request"

View file

@ -125,12 +125,7 @@
"Name[uk]": "Оприлюднення і отримання",
"Name[x-test]": "xxShare and receivexx",
"Name[zh_CN]": "分享和接收",
"Name[zh_TW]": "分享及接收",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "分享及接收"
},
"X-KDE-ConfigModule": "kdeconnect/kcms/kdeconnect_share_config",
"X-KdeConnect-OutgoingPacketType": [

View file

@ -133,12 +133,7 @@
"Name[uk]": "SMS",
"Name[x-test]": "xxSMSxx",
"Name[zh_CN]": "短信",
"Name[zh_TW]": "文字簡訊",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://nicolasfella.wordpress.com"
"Name[zh_TW]": "文字簡訊"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.sms.request",

View file

@ -130,12 +130,7 @@
"Name[uk]": "Системний том",
"Name[x-test]": "xxSystem volumexx",
"Name[zh_CN]": "系统音量",
"Name[zh_TW]": "系統音量",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://nicolasfella.wordpress.com"
"Name[zh_TW]": "系統音量"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.systemvolume"

View file

@ -121,12 +121,7 @@
"Name[uk]": "Інтеграція з системою телефонії",
"Name[x-test]": "xxTelephony integrationxx",
"Name[zh_CN]": "Telephony 集成",
"Name[zh_TW]": "電話整合",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://albertvaka.wordpress.com"
"Name[zh_TW]": "電話整合"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.telephony.request_mute"

View file

@ -117,12 +117,7 @@
"Name[uk]": "Віртуальний монітор",
"Name[x-test]": "xxVirtual Monitorxx",
"Name[zh_CN]": "虚拟显示器",
"Name[zh_TW]": "虛擬螢幕",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kde.org"
"Name[zh_TW]": "虛擬螢幕"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.virtualmonitor",

View file

@ -1,97 +0,0 @@
[Desktop Entry]
Name= Find my device
Name[ar]= اعثر على جهازي
Name[az]= Cihazımı tapmaq
Name[bg]= Открий моето устройство
Name[ca]= Troba el meu dispositiu
Name[ca@valencia]= Troba el meu dispositiu
Name[cs]= Najít moje zařízení
Name[da]=Find min enhed
Name[de]=Mein Gerät suchen
Name[el]= Εύρεση της συσκευής μου
Name[en_GB]= Find my device
Name[es]=Encontrar mi dispositivo
Name[et]=Seadme leidmine
Name[eu]= Bilatu nire gailua
Name[fi]=Etsi laite
Name[fr]= Trouver mon appareil
Name[gl]=Atopar o meu dispositivo
Name[hu]= Eszköz keresése
Name[ia]=Trova mi dispositivo
Name[id]=Temukan perantiku
Name[ie]= Trovar mi aparate
Name[is]= Finna tækið mitt
Name[it]= Trova il mio dispositivo
Name[ja]=
Name[ka]=
Name[ko]=
Name[lt]= Rasti savo įrenginį
Name[nl]= Zoek mijn apparaat
Name[nn]=Finn eininga mi
Name[pl]=Znajdywanie mojego urządzenia
Name[pt]= Procurar o meu dispositivo
Name[pt_BR]= Localizar meu dispositivo
Name[ro]= Găsește-mi dispozitivul
Name[ru]= Найти устройство
Name[sk]= Nájsť moje zariadenie
Name[sl]= Poišči mojo napravo
Name[sv]=Hitta min apparat
Name[ta]= ிி
Name[tr]=Aygıtımı bul
Name[uk]=Знайти пристрій
Name[x-test]=xx Find my devicexx
Name[zh_CN]=
Name[zh_TW]=
Comment=Ring connected devices
Comment[ar]=رنّ على الأجهزة المتصلة
Comment[az]=Qoşulmuş cihaza zəng
Comment[bg]=Позвъняване на свързаните устройства
Comment[ca]=Fa sonar als dispositius connectats
Comment[ca@valencia]=Fa sonar als dispositius connectats
Comment[cs]=Prozvonit připojená zařízení
Comment[da]=Ring tilsluttede enheder op
Comment[de]=Verbundene Geräte anklingeln
Comment[el]=Ήχος συνδεδεμένων συσκευών
Comment[en_GB]=Ring connected devices
Comment[es]=Hacer sonar los dispositivos conectados
Comment[et]=Helistamine ühendatud seadmetele
Comment[eu]=Jo konektatutako gailuen dei-doinua
Comment[fi]=Soita yhdistettyihin laitteisiin
Comment[fr]=Faire sonner les appareils connectés
Comment[gl]=Facer soar os dispositivos conectados
Comment[hu]=Csatlakoztatott eszközök csengetése
Comment[ia]=Sona dispositivos connectite
Comment[id]=Deringkan peranti yang terkoneksi
Comment[ie]=Sonar conexet aparates
Comment[is]=Hringja í tengd tæki
Comment[it]=Fa squillare i dispositivi connessi
Comment[ja]=
Comment[ka]=
Comment[ko]=
Comment[lt]=Skambinti prijungtiems įrenginiams
Comment[nl]=Bel verbonden apparaten
Comment[nn]=Ring tilkopla einingar
Comment[pl]=Dzwoni na podłączone urządzenia
Comment[pt]=Tocar os dispositivos ligados
Comment[pt_BR]=Toca os dispositivos conectados
Comment[ro]=Sună dispozitive conectate
Comment[ru]=Позвонить на подключённые устройства
Comment[sk]=Prezvoniť pripojené zariadenia
Comment[sl]=Pozvoni vse povezane naprave
Comment[sv]=Ring anslutna apparater
Comment[ta]= ி
Comment[tr]=Bağlı aygıtları çaldır
Comment[uk]=Дзвінок на з'єднаних пристроях
Comment[x-test]=xxRing connected devicesxx
Comment[zh_CN]=
Comment[zh_TW]=
Icon=kdeconnect
Type=Service
X-KDE-ServiceTypes=Plasma/Runner
X-KDE-Library=krunner_kdeconnect_findmyphone
X-KDE-PluginInfo-Author=Nicolas Fella
X-KDE-PluginInfo-Email=nicolas.fella@gmx.de
X-KDE-PluginInfo-Version=0.1
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true

View file

@ -1,96 +0,0 @@
[Desktop Entry]
Name=Run command
Name[ar]=نفّذ أمرًا
Name[az]=Əmri başlatmaq
Name[bg]=Изпълняване на команда
Name[ca]=Executa una ordre
Name[ca@valencia]=Executa una ordre
Name[cs]=Spustit příkaz
Name[da]=Kør kommando
Name[de]=Befehl ausführen
Name[el]=Εκτέλεση εντολής
Name[en_GB]=Run command
Name[es]=Ejecutar orden
Name[et]=Käivitamiskäsk
Name[eu]=Exekutatu komandoa
Name[fi]=Suorita komento
Name[fr]=Exécuter une commande
Name[gl]=Executar unha orde
Name[hu]=Parancs futtatása
Name[ia]=Executa Commando
Name[id]=Jalankan perintah
Name[ie]=Lansar un comande
Name[is]=Keyra skipun
Name[it]=Esegui comando
Name[ja]=
Name[ka]=
Name[ko]=
Name[lt]=Vykdyti komandą
Name[nl]=Commando uitvoeren
Name[nn]=Køyr kommando
Name[pl]=Wykonywanie poleceń
Name[pt]=Executar um comando
Name[pt_BR]=Executar comando
Name[ro]=Rulează comandă
Name[ru]=Запуск команд
Name[sk]=Spustiť príkaz
Name[sl]=Poženi ukaz
Name[sv]=Kör kommando
Name[ta]=
Name[tr]=Komut çalıştır
Name[uk]=Виконати команду
Name[x-test]=xxRun commandxx
Name[zh_CN]=
Name[zh_TW]=
Comment=Run commands on connected devices
Comment[ar]=نفذ الأوامر على الأجهزة المتصلة
Comment[az]=Qoşulmuş cihazda əmrləri başlatmaq
Comment[bg]=Изпълняване на команда на свързаните устройства
Comment[ca]=Executa les ordres als dispositius connectats
Comment[ca@valencia]=Executa les ordres als dispositius connectats
Comment[cs]=Spustit příkazy na připojených zařízeních
Comment[da]=Kør kommandoer på tilsluttede enheder
Comment[de]=Befehle auf verbundenen Geräten ausführen
Comment[el]=Εκτέλεση εντολών σε συνδεδεμένες συσκευές
Comment[en_GB]=Run commands on connected devices
Comment[es]=Ejecutar órdenes en los dispositivos conectados
Comment[et]=Käskude käivitamine ühendatud seadmetes
Comment[eu]=Exekutatu komandoa konektatutako gailuetan
Comment[fi]=Suorita komentoja yhdistetyillä laitteilla
Comment[fr]=Exécuter des commandes sur les périphériques connectés
Comment[gl]=Executar ordes nos dispositivos conectados
Comment[hu]=Parancsok futtatása a csatlakoztatott eszközökön
Comment[ia]=Executa commando sur dispositivos connectite
Comment[id]=Jalankan perintah saat peranti terkoneksi
Comment[is]=Keyra skipanir á tengdum tækjum
Comment[it]=Esegue dei comandi sui dispositivi connessi
Comment[ja]=
Comment[ka]=
Comment[ko]=
Comment[lt]=Vykdyti komandas prijungtuose įrenginiuose
Comment[nl]=Commando's op verbonden apparaten uitvoeren
Comment[nn]=Køyr kommandoar på tilkopla einingar
Comment[pl]=Wykonuje polecenia na podłączonych urządzeniach
Comment[pt]=Executar comandos nos dispositivos ligados
Comment[pt_BR]=Executa comandos nos dispositivos conectados
Comment[ro]=Execută comenzi pe dispozitive conectate
Comment[ru]=Запуск команд на подключённых устройствах
Comment[sk]=Spustenie príkazov na pripojených zariadeniach
Comment[sl]=Poženi ukaze na povezanih napravah
Comment[sv]=Kör kommando på anslutna apparater
Comment[ta]= ி
Comment[tr]=Bağlı aygıtlarda komutları çalıştır
Comment[uk]=Виконання команд на з'єднаних пристроях
Comment[x-test]=xxRun commands on connected devicesxx
Comment[zh_CN]=
Comment[zh_TW]=
Icon=kdeconnect
Type=Service
X-KDE-ServiceTypes=Plasma/Runner
X-KDE-Library=krunner_kdeconnect_remotecommands
X-KDE-PluginInfo-Author=Nicolas Fella
X-KDE-PluginInfo-Email=nicolas.fella@gmx.de
X-KDE-PluginInfo-Version=0.1
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true