Skip to content
Commit 314b8300 authored by Alexander Kavon's avatar Alexander Kavon Committed by Albert Astals Cid
Browse files

Update README.md#Compiling to direct to kdesrc-build

Inspired by my most recent attempt to develop for this specific module. I used the build instructions and ended up soft-bricking my desktop. This was resolved with a little debugging and foresight, however it may be better to point to the KDE developer kdesrc-build best practices guide.

The bug in question was using `sudo make install` (final step in README.md#Compiling), which installed:

`/usr/lib/qt/plugins/plasma/kcms/systemsettings_qwidgets/kcm_networkmanagement.so`

on Manjaro Linux. However this is not the correct path and caused `systemsettings5` to not recognize or register/load the `kcm_networkmanagement.so` UI or list the module in the CLI. The solution was to delete this file and then reinstall `plasma-nm`.
parent 2d26a219
Pipeline #141158 passed with stage
in 1 minute and 31 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment