KWin supports setting RT thread priorities to improve rendering and
input processing speed when the system is under load for example. It
should also result in a smoother experience in general.
As an added bonus, we also get rid of this warning:
kwin_wayland_wrapper[1016]: Failed to gain real time thread priority (See CAP_SYS_NICE in the capabilities(7) man page). error: Operation not permitted
See: https://blog.martin-graesslin.com/blog/2017/09/kwinwayland-goes-real-time/
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
From project homepage[1]:
Aurorae is a themeable window decoration for KWin.
It supports theme files consisting of several SVG files for decoration
and buttons. Themes can be installed and selected directly in the
configuration module of KWin decorations.
1: https://invent.kde.org/plasma/aurorae
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Fix the following warning:
WARNING: qqc2-breeze-style-6.2.4-r0 do_populate_lic: QA Issue: LGPL-3.0-only not found in checksum table, md5sum=852ecadc0ac7e6f4d7144d5544a3815b [reuse_license]
Signed-off-by: Marc Ferland <marc.ferland@gmail.com>
Update recipe to latest release tag.
Also add a build patch (submitted for upstream inclusion).
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Short log:
Albert Astals Cid (1):
CI: Add linux-qt6-next build
Jonah Brüchert (3):
Log SQL errors as warnings
README: API is stable now
README: Fix typo
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
ERROR: kclock-25.08.0-r0 do_package: QA Issue: kclock: Files/directories were installed but not shipped in any package:
/usr/share/krunner
/usr/share/krunner/dbusplugins
/usr/share/krunner/dbusplugins/kclock-runner.desktop
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
kclock: 3 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
The configure task of krdp fails if either winpr-makecert3 or
winpr-hash3 is missing from the sysroot.
This patch adds a simple bbappend which makes sure those two files are
present.
A patch as been sent to upstream meta-openembedded.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
- qtlocation required since commit 418b246d0bf7856e31ea21c1666749aa0e327105
- timezone files are installed in /usr/share/timezonefiles
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
While migrating to walnascar we get:
```
ERROR: plasma-mobile-6.3.4-r0 do_package_qa: QA Issue: File /usr/src/debug/plasma-mobile/6.3.4/components/mobileshellstate/mobileadaptor.h in package plasma-mobile-src contains reference to TMPDIR [buildpaths]
ERROR: plasma-mobile-6.3.4-r0 do_package_qa: Fatal QA errors were found, failing task.
```
Fix the path so that it's possible to do reproducible builds.
This commit fixes the following warning from KWin (seen in
do_configure.log):
-- Could NOT find Breeze (missing: Breeze_DIR)
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Service file was renamed in f1647b657f3af89f51cb7641760cf29311e0506b.
plasma-krdp_server.service --> app-org.kde.krdpserver.service
Fixes the following error:
ERROR: krdp-6.3.4-r0 do_package: Didn't find service unit 'plasma-krdp_server.service', specified in SYSTEMD_SERVICE:krdp.
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>