[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:
parent
ed91dfb1ec
commit
60a1adf229
1 changed files with 17 additions and 17 deletions
|
@ -1,25 +1,25 @@
|
||||||
{
|
{
|
||||||
"KDE-KIO-Protocols": {
|
"KDE-KIO-Protocols": {
|
||||||
"kdeconnect": {
|
"kdeconnect": {
|
||||||
"Class": ":internet",
|
"Class": ":local",
|
||||||
"Icon": "kdeconnect",
|
"Icon": "kdeconnect",
|
||||||
"copyFromFile": false,
|
"copyFromFile": false,
|
||||||
"copyToFile": false,
|
"copyToFile": false,
|
||||||
"deleting": false,
|
"deleting": false,
|
||||||
"exec": "kdeconnect",
|
"exec": "kdeconnect",
|
||||||
"input": "none",
|
"input": "none",
|
||||||
"listing": [
|
"listing": [
|
||||||
"Name",
|
"Name",
|
||||||
"Type",
|
"Type",
|
||||||
"Access",
|
"Access",
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"makedir": false,
|
"makedir": false,
|
||||||
"maxInstances": 2,
|
"maxInstances": 2,
|
||||||
"moving": false,
|
"moving": false,
|
||||||
"output": "filesystem",
|
"output": "filesystem",
|
||||||
"protocol": "kdeconnect",
|
"protocol": "kdeconnect",
|
||||||
"reading": true,
|
"reading": true,
|
||||||
"writing": false
|
"writing": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue