

Effects’ settings are being completely reworked: https://invent.kde.org/plasma/kwin/-/merge_requests/7473
Effects’ settings are being completely reworked: https://invent.kde.org/plasma/kwin/-/merge_requests/7473
I think you can disable the new header bar in VSCode (iirc from View).
Not sure tbh but probably anything around the time you experience the issue. Check the time when the issue occurs, then look at the logs from around that time for any errors warnings. That should at least give you a clue.
are you using any sddm themes? splash screens?
Also check/share the logs (you can use ksystemlogs or gnome logs if you prefer guis).
Subreddits were not a problem before since they were accessible on the web without needing an account. But now reddit is gradually locking them down behind authwalls and things like not letting search engines index (other than Google).
Lemmy communities dont have this problem and because lemmy is federated, its resistant to such enshittification (plus you can easily create your own lemmy instance for only your team). So imo they are a good alternative to forums (and reddit) and a good solution to this problem.
Discourse already exists (and most big companies use that).
Also you can see many other things on Reddit or Discord too (or the internet). Im not sure how that is a point against federation. If companies really want to control everything they can create their own instance (like KDE’s lemmy instance).
They can defederate everyone from their instance to get an “unfederated” instance but again it changes nothing imo.
In fact defederation is a negative since now you have to worry about new signups, moderation, etc. While in a federated instance, you can leave moderation to other instances and only allow team/company members on your instance. Users can sign up on other instances and still be able to interact with your instance for support, help and other stuff.
sorry I was really busy this week, didnt have time to look into this.
The issue seems to happen in qt6 xcb so you could try switching sddm to run on wayland, which might bypass the issue (from Arch wiki):
Create the file
/etc/sddm.conf.d/10-wayland.conf
with the following content:[General] DisplayServer=wayland GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell [Wayland] CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1
This requires
layer-shell-qt
to be installed, preferably versions 6.x which kde neon probably has in their repos (its on 5.x on base ubuntu).Other than that, on sddm’s issue repo I found two similar issues: #1761 and #1468, though both have no resolutions yet.