In KDE version 5, the file manager does not work properly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cairo-Dock Plug-ins |
Fix Committed
|
High
|
Fabounet |
Bug Description
HOW TO REPRODUCE:
When using the "Quick Browser" plugin in Cairo-Dock, no folder or file can be opened, even if ~/.local/
gvfs-open, mimeopen, gio open commands work fine using the same handler for "inode/directory"
SYSTEM INFORMATION:
Cairo version: 3.4.1
OS: Ubuntu 19.10 (eoan) + KDE
KDE version: 5.16.5
DEBUG INFORMATION:
debug : (/build/
_cairo_
debug : (/build/
vfs_backend_
debug : (/build/
cairo_
sh: 1: kioclient: not found
kioclient is not used in KDE5 but kioclient5
FURTHER INFORMATION:
KDE version (4:5) can be retrieved with command:
plasmashell --version | grep -Po '^[^\d.
if this command returns a "5", then the "kioclient5" must be used instead of "kioclient". So far, for this bug only line 812 in kde-integration
description: | updated |
For the ones affected, a quick fix is to create a file called "kioclient" in /usr/bin with the next content:
#!/bin/sh
kioclient5 $1 $2 $3
(don't forget give it +x permissions)