kdeconnect-kde/kio/kdeconnect.json
Erik Duisters 560e8638e8 A QApplication object needs to be instantiated for kio-kdeconnect to work on KDE Neon
Summary:
kio-kdeconnect fails to start on KDE Neon because it does not instantiate a QApplication object

BUG: 400178

Test Plan:
Install on a KDE Neon 5.14 system or VM
Pair an android phone
Browse the phone's filesystem using dolphin

Reviewers: #kde_connect, #frameworks, albertvaka

Reviewed By: #kde_connect, albertvaka

Subscribers: sredman, apol, jriddell, nicolasfella, albertvaka, kdeconnect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D16692
2018-11-06 14:20:08 +01:00

26 lines
673 B
JSON

{
"KDE-KIO-Protocols": {
"kdeconnect": {
"Class": ":internet",
"Icon": "kdeconnect",
"copyFromFile": false,
"copyToFile": false,
"deleting": false,
"exec": "kdeconnect",
"input": "none",
"listing": [
"Name",
"Type",
"Access",
""
],
"makedir": false,
"maxInstances": 2,
"moving": false,
"output": "filesystem",
"protocol": "kdeconnect",
"reading": true,
"writing": false
}
}
}