I'm happy that helped ;)
I added the comment in the description after seeing your message, i'll add the link in the description now. Thanks for the feedback, hope you like the runner!
Not working on Debian Testing. When tried to install, I've got:
/home/user/.local/share/krunner-sources/krunnercrypto-main/install.sh
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:8 (find_package):
Could not find a package configuration file provided by "ECM" (requested
version 5.72.0) with any of the following names:
ECMConfig.cmake
ecm-config.cmake
Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/user/.local/share/krunner-sources/krunnercrypto-main/build/CMakeFiles/CMakeOutput.log".
Hi d7ghrrkcz, from the error you are getting it looks like you don't have ECM installed. Do you have the package extra-cmake-modules installed on your system? (https://packages.debian.org/sid/extra-cmake-modules)
Hope that helps
By the way, you should install these packages in order to install this runner on debian:
cmake extra-cmake-modules build-essential libkf5runner-dev gettext
Thanks, that worked! Please make sure this instruction is included on your Product description, I have no way of knowing what packages must be present prior to installing this plugin.
Ratings & Comments
10 Comments
10 Finally it works, thanks for your help!
I'm happy that helped ;) I added the comment in the description after seeing your message, i'll add the link in the description now. Thanks for the feedback, hope you like the runner!
Not working on Debian Testing. When tried to install, I've got: /home/user/.local/share/krunner-sources/krunnercrypto-main/install.sh -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:8 (find_package): Could not find a package configuration file provided by "ECM" (requested version 5.72.0) with any of the following names: ECMConfig.cmake ecm-config.cmake Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR" to a directory containing one of the above files. If "ECM" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred! See also "/home/user/.local/share/krunner-sources/krunnercrypto-main/build/CMakeFiles/CMakeOutput.log".
Hi d7ghrrkcz, from the error you are getting it looks like you don't have ECM installed. Do you have the package extra-cmake-modules installed on your system? (https://packages.debian.org/sid/extra-cmake-modules) Hope that helps
By the way, you should install these packages in order to install this runner on debian: cmake extra-cmake-modules build-essential libkf5runner-dev gettext
Thanks, that worked! Please make sure this instruction is included on your Product description, I have no way of knowing what packages must be present prior to installing this plugin.
Because in description you say "Please read the github readme for installation and usage instructions" but github link is not there.
Work on Kde Neon 5.23 Thanks
10 10 the best
Thanks!!