this post was submitted on 07 Jul 2025
1 points (100.0% liked)

KDE

6906 readers
10 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

KDE devs have been quietly working on Plasma Keyboard, a new on-screen keyboard for desktop and mobile part of the “We Care About Your Input” KDE Goals initiative. Although not ready for texting yet, it has been making progress. Hopefully it'll be in a screen near you soon. Join the effort!

https://invent.kde.org/plasma/plasma-keyboard

#kde #plasma #mobile #osk #accessibility #keyboard

@[email protected]

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 day ago (1 children)

In the future, you can generally solve these sorts of build errors by just installing the development package for whatever library is missing. On Debian-based systems, that would be something along the lines of sudo apt install libecm<tab><tab> see what appears, choose one which looks reasonable with -dev suffix

[–] [email protected] 0 points 1 day ago

Thank you.

In this case installing ecm-tools (I use arch) didn't fix it. That was the first thing I tried before making an issue.

It needed extra packages for cmake (refer to the issue for details)