https://bugs.kde.org/show_bug.cgi?id=395651
Bug ID: 395651 Summary: CMakeLists.txt MOZILLA_DIR hard coded /lib/mozilla Product: plasma-browser-integration Version: unspecified Platform: Slackware Packages OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: Firefox Assignee: k...@privat.broulik.de Reporter: chrisret...@gmx.com Target Milestone: --- Created attachment 113461 --> https://bugs.kde.org/attachment.cgi?id=113461&action=edit Patch set correct libdir path Slackware64-current Firefox 60.0.2 (64-bit) KDE Plasma 5.13.0 Qt: 5.11.0 KDE Frameworks: 5.47.0 Plasma-browser-integration 5.13.0 When compiling from the source make install places org.kde.plasma.browser_integration.json in usr/lib/mozilla/native-messaging-hosts/ on a x64_64 system Firefox is expecting to find this file in usr/lib64/mozilla/native-messaging-hosts/ This is because in CMakelists.txt line 48 is hard coded to /lib/mozilla set(MOZILLA_DIR "${CMAKE_INSTALL_PREFIX}/lib/mozilla" CACHE STRING "Mozilla directory") Suggested patch using the CMake variable KDE_INSTALL_LIBDIR to CMakeLists.txt is attached. Chris -- You are receiving this mail because: You are watching all bug changes.