ERROR: plasma-mobile-6.2.4-r0 do_populate_lic: QA Issue: plasma-mobile: The LIC_FILES_CHKSUM does not match for file://LICENSES/LGPL-3.0-only.txt;md5=8d51f5b5fd447f7a1040c3dc9f0a8de6
plasma-mobile: The new md5 checksum is 1a523aee720780ffc0705c5bf17a6421
Caused by commit: eb9509ce68f2f92ac8ed8426bde0c95330805def
Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
TTF Noto Emoji fonts from Google.
These will add emojis to the maliit keyboard and also allow displaying
the flags in the Settings panel (Region & Language section).
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
User services cannot be enabled at do_rootfs time. They generate
errors similar to:
ERROR: image-1.0-r0 do_rootfs: Error: Systemctl main enable issue in plasma-krdp_server.service (plasma-krdp_server.service)
ERROR: image-1.0-r0 do_rootfs: Postinstall scriptlets of ['krdp'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
Details of the failure are in /path/to/tmp/work/machine/image/1.0/temp/log.do_rootfs.
ERROR: Logfile of failure stored in: /path/to/tmp/work/machine/image/1.0/temp/log.do_rootfs.123456
ERROR: Task (/path/to/image.bb:do_rootfs) failed with exit code '1
Note that the service _will_ be activated when users turn on the krdp
server from the system settings UI. So actually activating it from the
recipe is not really what we want anyway.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
The plasma shell can record the screen (encoded in x264) and store the
movie in $HOME/Videos. For this to happen, ffmpeg support has to be
present in pipewire.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
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>