mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

18K
active users

Yes I think ensuring this works correctly is an important issue but please don't go and just comment if you don't have anything to add to the conversation github.com/pop-os/cosmic-comp/

Applications like Alacritty draw the COSMIC window decorations correctly But applications like Firefox or PCManFM which are GTK3 Or applications like OBS which is QT5 Do not draw the COSMIC window ...
GitHubGTK and QT applications ignore the COSMIC header · Issue #1132 · pop-os/cosmic-compBy BrodieRobertson

@BrodieOnLinux

Sorry I had to…

Qt apps are not good demonstrations for CSD/SSD usage, since some Qt plugins can interfere and go against what the application expects.

Edit: Which can affects user expectations.

Brodie Robertson

@tytan652 You mentioned an issue in the past, what was that if you recall

@BrodieOnLinux

KDE Plasma enforces Breeze theme on every Qt app, which caused issue in our "theming system".
Same issue with FedoraQt qgnome stuff.

We had to add a dirty workaround by setting a env var.
github.com/obsproject/obs-stud

But since then the theming system got overhauled and we can now use the proper way to workaround it.
github.com/obsproject/obs-stud

Edit: This is one of rare part of Qt that have an env var and an API to control it over the platform plugin.

Description


Found the issue on Linux, the Plasma default theme Breeze also provide a Qt style plugin.
This plugin add a frame to QDockWidget.
Those frames are not stylable with QSS because those ...
GitHubUI: Enforce Fusion Qt style on Linux by tytan652 · Pull Request #6664 · obsproject/obs-studioBy tytan652