Skip to content

Updated instructions for setting up local instance

Following the current setup instructions results in errors:

Start building sites … 
ERROR 2021/01/14 15:13:06 Run python3 scripts/extract-plasma-applet-config-keys.py first %! (string=frameworks/karchive)%!(NOVERB)%!(EXTRA string=examples/helloworld/main.cpp)
ERROR 2021/01/14 15:13:06 Run python3 scripts/extract-plasma-applet-config-keys.py first %! (string=frameworks/karchive)%!(NOVERB)%!(EXTRA string=examples/bzip2gzip/main.cpp)
ERROR 2021/01/14 15:13:06 Run python3 scripts/extract-plasma-applet-config-keys.py first %! (string=frameworks/kidletime)%!(NOVERB)%!(EXTRA string=examples/KIdleTest.cpp)
ERROR 2021/01/14 15:13:06 Run python3 scripts/extract-plasma-applet-config-keys.py first %! (string=frameworks/threadweaver)%!(NOVERB)%!(EXTRA string=examples/HelloWorld/HelloWorld.cpp)
ERROR 2021/01/14 15:13:06 Run python3 scripts/extract-plasma-applet-config-keys.py first %! (string=frameworks/sonnet)%!(NOVERB)%!(EXTRA string=examples/textedit.cpp)
ERROR 2021/01/14 15:13:06 Run python3 scripts/extract-plasma-applet-config-keys.py first %! (string=frameworks/sonnet)%!(NOVERB)%!(EXTRA string=examples/dialogexample.cpp)
ERROR 2021/01/14 15:13:06 Run python3 scripts/extract-plasma-applet-config-keys.py first
Built in 853 ms
Error: Error building site: logged 7 error(s)

This is fixed by running a Python script in the scripts/ folder. I've updated the instructions to reflect this.

Merge request reports