https://bugs.kde.org/show_bug.cgi?id=440560
--- Comment #20 from Toni Asensi Esteve <toni.ase...@kdemail.net> --- > I made commits on github, so you can download my code > https://github.com/empyrea1/krusader > Try it on virtual machine and check whether krusader will open iso and zip. > Plugins should be installed like this: > /usr/lib/x86_64-linux-gnu/qt5/plugins/kio_krarc.so > /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/kio_iso.so Using the clean "snapshot" of the Kubuntu 21.04 machine that I mentioned: I used your github code, executed cmake with: $ mkdir krusader-build $ cd krusader-build $ cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC" I tried entering 7z (Krusader shows "servenz:[...]"), iso (Krusader shows "iso:[...]") and zip files (Krusader shows "zip:[...]"), and it worked. Entering rar files didn't work (it was seen "Error: Protocol not supported by Krusader: krarc:/[...]"). -- You are receiving this mail because: You are watching all bug changes.