KRdp will use x264 and VA-API to encode the screen using hardware
acceleration. Make sure both of these options are enabled.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
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>