https://bugs.kde.org/show_bug.cgi?id=440560
Toni Asensi Esteve <toni.ase...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 Status|CONFIRMED |REPORTED --- Comment #7 from Toni Asensi Esteve <toni.ase...@kdemail.net> --- > Works for me, not sure what is wrong here since KIO picks up the correct > files. > Is there any chance you have the iso.protocol or krarc.protocol files lying > around on disk anywhere? Thanks, Alex, I found those .protocol files in a folder of the aforementioned virtual machine: $ find / -name "krarc.protocol" 2>/dev/null /usr/share/kservices5/krarc.protocol $ find / -name "iso.protocol" 2>/dev/null /usr/share/kservices5/iso.protocol and I deleted them: $ sudo rm /usr/share/kservices5/krarc.protocol $ sudo rm /usr/share/kservices5/iso.protocol After a `sudo make uninstall`, a reboot and a `sudo make install`: Krusader seems to work well in that virtual machine. If it may be useful, this is the location of some files that are working: $ find /usr -iname "*kio_*.so" /usr/lib/x86_64-linux-gnu/qt5/plugins/kio_kamera.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kio_obexftp.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kio_bluetooth.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kio_fonts.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kio_msits.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/kio_iso.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/kio_krarc.so -- You are receiving this mail because: You are watching all bug changes.