https://bugs.kde.org/show_bug.cgi?id=440560
--- Comment #21 from empyreal <empyr...@ukr.net> --- Created attachment 140996 --> https://bugs.kde.org/attachment.cgi?id=140996&action=edit Krusader dependencies Toni Asensi Esteve thank you for help, but I now doubt that this thing is worth figuring out. It is made by design that Dolphin and Krusader can open zip archives without krarc. But sometimes happens this https://docs.kde.org/trunk5/en/krusader/krusader/krusader.pdf [page 111]. Davide Gianforte wrote that work is on progress https://phabricator.kde.org/T14518 Maybe this will solve issue once and for all. I can’t open rar with Dolphin and Krusader, but Ark opens. Dolphin and Krusader message: Could not start process Make sure that the binary is installed properly on your system.. I copied kio_krarc.so to kf5/kio – no result. Concerning rar also see screenshot. Dependency is needed? Concerning install: Are -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC" really necessary? cd krusader-master mkdir install && cd install cmake .. make -j6 sudo make install /usr/lib/x86_64-linux-gnu/qt5/plugins/kio_krarc.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/kio_iso.so Concerning paths: 1.1 /home/user/krusader/krusader/Panel/panelcontextmenu.cpp KPluginLoader::findPlugins("kf5/kfileitemaction" THIS SHOULD NOT BE CHANGED! RIGHT CLICK PLUGINS! 1.2 /home/user/krusader/CMakeLists.txt # For security reasons, absolute kdesu path is set at build time and is not # configurable. if(NOT KDESU_PATH) if(EXISTS "${KDE_INSTALL_FULL_LIBDIR}/kf5/kdesu") # Used by Arch distribution set(KDESU_PATH "${KDE_INSTALL_FULL_LIBDIR}/kf5/kdesu") else() set(KDESU_PATH "${KDE_INSTALL_FULL_LIBEXECDIR_KF5}/kdesu") endif() endif() I DIDN’T FIGURE OUT ABOUT THIS PATH SO NOT TO CHANGE! 1.3 /home/user/krusader/iso/CMakeLists.txt kcoreaddons_add_plugin(kio_iso SOURCES ${kio_iso_PART_SRCS} ${libisofs_SRCS} INSTALL_NAMESPACE "kf5/kio") THIS IS UNCHANGED CAUSE WE NEED ISO PLUGIN IN THIS FOLDER 1.4 /home/user/krusader/krArc/CMakeLists.txt kcoreaddons_add_plugin(kio_krarc SOURCES ${kio_krarc_PART_SRCS} INSTALL_NAMESPACE "kf5/kio") NEED TO BE CHANGED TO INSTALL KRARC INTO QT5/PLUGINS 1.5 /home/user/krusader/iso/iso.json "exec": "kf5/kio/kio_iso", LOOKS LIKE DOES NOTHING 1.6 /home/user/krusader/krArc/krarc.json "exec": "kf5/kio/kio_krarc", LOOKS LIKE DOES NOTHING -- You are receiving this mail because: You are watching all bug changes.