https://bugs.kde.org/show_bug.cgi?id=440560

--- Comment #10 from empyreal <empyr...@ukr.net> ---
I am not a developer, so my input is very limited. Lot's of things I simply
don't understand. faq in krusader clearly says that kio_krarc.so should be
installed in /qt5/plugins. Why Krusader developers make install into another
folder?
I think that somehow paths are messed up and need edit.

We have "kf5/" path in following files:

1.1 /home/user/krusader/krusader/Panel/panelcontextmenu.cpp
QVector<KPluginMetaData> jsonPlugins =
KPluginLoader::findPlugins("kf5/kfileitemaction",

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()

1.3 /home/user/krusader/iso/CMakeLists.txt
kcoreaddons_add_plugin(kio_iso SOURCES ${kio_iso_PART_SRCS} ${libisofs_SRCS}
INSTALL_NAMESPACE "kf5/kio")

1.4 /home/user/krusader/krArc/CMakeLists.txt
kcoreaddons_add_plugin(kio_krarc SOURCES ${kio_krarc_PART_SRCS}
INSTALL_NAMESPACE "kf5/kio")

1.5 /home/user/krusader/iso/iso.json
"exec": "kf5/kio/kio_iso",

1.6 /home/user/krusader/krArc/krarc.json
"exec": "kf5/kio/kio_krarc",

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to