Maldela / fancontrol-gui

GUI for Fancontrol. It uses the KAuth module of the KDE Frameworks 5 to write the generated config file. Furthermore it communicates with systemd via dbus to control the fancontrol service. If you want to compile without systemd support set the -DNO_SYSTEMD option.
GNU General Public License v2.0
309 stars 31 forks source link

Error: Could not locate service type file kservicetypes5/ "kcmodule.desktop" #3

Closed GabLeRoux closed 8 years ago

GabLeRoux commented 8 years ago
[ 18%] Linking CXX executable fancontrol_gui
[ 18%] Built target fancontrol_gui
[ 19%] Generating kcm_fancontrol.json
About to parse service type file "kcmodule.desktop"
Error: Could not locate service type file kservicetypes5/ "kcmodule.desktop" , tried ("/root/.local/share", "/usr/local/share", "/usr/share") ((null):0, (null))
make[2]: *** [kcm/CMakeFiles/kcm_fancontrol_automoc.dir/build.make:62: kcm/kcm_fancontrol.json] Error 1
make[1]: *** [CMakeFiles/Makefile2:516: kcm/CMakeFiles/kcm_fancontrol_automoc.dir/all] Error 2
make: *** [Makefile:139: all] Error 2
uname -a
Linux zbookarch 4.6.2-1-ARCH #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016 x86_64 GNU/Linux
GabLeRoux commented 8 years ago

Solution:

sudo aura -S kcmutils 

See its files: https://www.archlinux.org/packages/extra/i686/kcmutils/files/

This looks like a requirement ;)

Maldela commented 8 years ago

Thanks for spotting this.