From the configure log:
-- The following RUNTIME packages have been found:
* org.kde.kquickimageeditor-QMLModule, QML module 'org.kde.kquickimageeditor' is a runtime dependency.
...
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
From koko configure log:
CMake Warning at CMakeLists.txt:77 (find_package):
By not providing "FindKF6Purpose.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"KF6Purpose", but CMake did not find one.
Could not find a package configuration file provided by "KF6Purpose" with
any of the following names:
KF6PurposeConfig.cmake
kf6purpose-config.cmake
Add the installation prefix of "KF6Purpose" to CMAKE_PREFIX_PATH or set
"KF6Purpose_DIR" to a directory containing one of the above files. If
"KF6Purpose" provides a separate development package or SDK, be sure it has
been installed.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
plasma-settings outputs the following warning at runtime:
plasma-settings[2629]: org.kde.plasma.pulseaudio: Settings schema
org.freedesktop.pulseaudio.module-group is not installed
This is caused by a missing schema:
/usr/share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml
Install pulseaudio-module-gsettings to clear the warning.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
pulseaudio-qt is not considered something 'extra' it is quite
important. Moving it to recipes-support makes sense.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
When testing the core-image-plasma-mobile image in QEMU, I noticed
that no fonts were getting rendered correctly, turns out no fonts had
been installed (i.e.: /usr/share/fonts was empty).
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
- Commit 0fa280983b61b33bdfd727d40b558b4479d2fe9f added a
requirement on KOSMIndoorMap
- Commit d8b2e13ef74c569b84a3dd0fe9d6d0695f875046 added a
requirement on kirigami-addons;
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Since task T11914, support for resource management through slices and
cgroups was added. Make sure systemd supports cgroupv2.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
kwallet-pam makes it possible to unlock your kwallet as soon as you
open your session. It basically get's rid of the annoying popup that
asks you to unlock your wallet.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Enabling the xdg-autostart option in systemd in recommended so that
plasma and all related services can be started (and stopped) with
systemd instead of relying on what is called the 'classic boot' model.
This fixes an important issue for me where the platofrm would freeze
for 90 seconds on restart or shutdown because of the kded6 daemon not
quitting.
See the following for an example:
https://bugs.kde.org/show_bug.cgi?id=478313
As an added bonus, the sddm.service file can now be left as-is since
it will get started automatically (it was already part of the graphics
target).
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>