| 14 Oct 2025 |
jasi 🏳️⚧️ | I found this explainer https://jgrulich.cz/2023/03/08/explained-qgnomeplatform-and-adwaita-qt/ | 21:01:25 |
jasi 🏳️⚧️ | Bradient is the reference CSD brought in by qtwayland | 21:03:28 |
jasi 🏳️⚧️ | QGnomePlatform actually applies the GNOME CSD | 21:03:52 |
jasi 🏳️⚧️ | Adwaita-qt is the qt style for widgets, so the styling of the app itself. | 21:05:13 |
jasi 🏳️⚧️ | * | 21:05:29 |
jasi 🏳️⚧️ | Oh wait QGnomePlatform is unmaintained, also Adwaita-qt | 21:09:22 |
jasi 🏳️⚧️ |  Download image.png | 21:14:58 |
jasi 🏳️⚧️ | This is what kdenlive looks like for me, it uses a new GNOME like CSD that respects the GNOME portal color preference | 21:15:53 |
jasi 🏳️⚧️ | * This is what kdenlive looks like for me, it uses a GNOME like CSD that respects the GNOME portal color preference | 21:16:07 |
jasi 🏳️⚧️ | And it uses Fusion for the application style | 21:17:09 |
jasi 🏳️⚧️ | * And it uses Fusion as the (only) application style | 21:17:17 |
jasi 🏳️⚧️ | * | 21:18:01 |
jasi 🏳️⚧️ | * | 21:18:14 |
K900 | The GNOME-like CSD is the thing currently in qtwayland | 21:18:21 |
K900 | QGnomePlatform and adwaita-qt are both out of tree | 21:18:28 |
jasi 🏳️⚧️ | I see, why isn't qtwayland just part of qtbase? | 21:18:54 |
jasi 🏳️⚧️ | Is Qt waiting for GNOME to adopt SSD? | 21:19:35 |
K900 | As of Qt 6.10, all of qtwayland but the GNOME-like decoration plugin is in qtbase | 21:19:57 |
K900 | The GNOME-like decoration plugin cannot go into qtbase because it uses QML, which is in qtdeclarative, which depends on qtbase | 21:20:17 |
jasi 🏳️⚧️ | I understand this better, thank you for explaining | 21:20:58 |
jasi 🏳️⚧️ | Hm | 21:21:09 |
jasi 🏳️⚧️ | Can users use the existing qt.style option for this? | 21:24:15 |
K900 | It's complicated because that option doesn't actually do that | 21:24:44 |
K900 | Or rather | 21:25:05 |
K900 | It does a bunch of weird and somewhat unrelated things | 21:25:05 |
K900 | But currently window decorations are not one of those thiings | 21:25:47 |
K900 | And in practice it will just do nothing on most setups because most setups are SSD | 21:26:04 |
jasi 🏳️⚧️ | Then I still think GNOME shouldn't hold up dropping qtwayland from the wrapper hook. | 21:27:17 |
jasi 🏳️⚧️ | It seems to me that GNOME either has to implement SSD or Qt needs to funnel the GNOME CSD into qtbase. | 21:28:11 |
jasi 🏳️⚧️ | In any case, GNOME users should be used to this by now | 21:28:18 |