[kio] Mark Class as local

This is needed for kioexec to work properly since we forward to a local file system

BUG: 413477
CCBUG: 425948
This commit is contained in:
Nicolas Fella 2020-08-30 23:45:43 +02:00
parent ed91dfb1ec
commit 60a1adf229

View file

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