Jan Grulich
Jan Grulich
Can you run Strawberry with QAdwaitaDecorations debug enabled and attach the output here? You can do that by running `export QT_LOGGING_RULES='qt.qpa.qadwaitadecorations=true'`?
There should be also a debug message about what icon themes it search in. Can you include it?
I somehow assumed you are using Fedora. Can you build latest version of QAdwaitaDecorations? Basically to get this change https://github.com/FedoraQt/QAdwaitaDecorations/commit/27d2899758f19abeb90fcb517aa2bfe8766576f4. You might need to build both Qt5 and Qt6 versions.
I tested it here with Papyrus and it worked. Since you build the new version, can you now run again with the debug?
Hi @tyrylu, can you rebase your change please?
I would prefer something like: ``` diff --git a/src/qadwaitadecorations.cpp b/src/qadwaitadecorations.cpp index 0694319..7f9ce26 100644 --- a/src/qadwaitadecorations.cpp +++ b/src/qadwaitadecorations.cpp @@ -480,8 +480,13 @@ void QAdwaitaDecorations::paint(QPaintDevice *device) // Window title { +#ifdef HAS_QT6_SUPPORT...
Hi @bertini97, do you plan to update this change?
Thank you. I will look into this as soon as possible. > There's also new font changes. Are those necessary to add? No, the font is not hardcoded, it's obtained...
> > Thank you. I will look into this as soon as possible. > > > There's also new font changes. Are those necessary to add? > > > >...
@queenbiscuit311 I'm now confused a bit. Is this change correct as it is? Or are the colors for `Background` and `BackroundInactive` swapped? > Needs a full official package update to...