Search

KDE neon 6 : "Up to date" vs "install all available updates before upgrading"

![Two windows open on a KDE neon 6 system, one is Discover saying "up to date", the other is "Upgrade Failed" saying "install all available updates [...] before upgrading".](https://lazysoci.al/pictrs/image/a045c764-e821-4bac-9dbf-432f9c8a8c4e.png?format=webp)
Hi,
Who's right and what to do ?
Thanks

I wonder how software licensing fits into this new EU right-to-repair directive. It seems pretty critical for repairability!
I wonder how software licensing fits into this new EU right-to-repair directive. It seems pretty critical for repairability!
Press release: Right to repair: Making repair easier and more appealing to consumers
"Manufacturers [...] will be prohibited from using contractual clauses, hardware or software techniques that obstruct repairs."
RightToRepair #KDE #GNOME #FreeSoftware #OpenSource
(h/t GNOME Berlin)

How can I make F13-F24 to be actually recognized as F13-F24 in KDE Wayland?
I got a big keyboard with F13-F24 keys. So here is the thing:
If you want to use e.g.: F22
as a shortcut in e.g.: Plasma settings it will get regonized as Touchpad On
instead of as F22
: https://imgur.com/a/GiyhBwD
The same goes for F13-F24
:
F13
-> Tools
F14
-> Launch(7)
F20
-> Microphone Mute
F21
-> Touchpad Toggle
...
The shortcuts do work but the key name is just not correct.
I'd imagine that's because of the function keys on laptops..? But I am not using a laptop.
Anways one way to "fix" this in X11 was to create a .Xmodmap
file:
undefined
keycode 191 = F13 F13 F13 keycode 192 = F14 F14 F14 [...] keycode 202 = F24 F24 F24
and afterwars the system will regonize e.g.: F22
as F22
: https://imgur.com/a/LB29wgo
A .Xmodmap
file does not work in Wayland. What are my options here?
Thank you for your help.
PS: I found a simliar question here: https://discuss.kde.org/t/remapping-keys-such-as-f13/10275/3 but not answer.