-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[enhancement] GTK4 support #207
Comments
71afdd6 adds experimental support for GTK4. More improvements are coming in the next few weeks |
This is what I currently get when trying to use the experimental GTK4 support:
I'm glad to help out with this, do we just need to remove these extra properties? |
Some of them can be removed, like the Unity* stuff. Some properties have to be renamed, I'll try to fix this on Sunday |
Hi @Elbullazul, were you able to make any progress on this over the weekend? How can I help? |
Sorry for the delay. I made the changes on the wrong branch on my pc 🤦♂️. working to merge the changes by next week |
741e0c5 removes deprecated properties. I'll need a little bit more time to fix the 'Not a valid image' warnings. |
Hi @Elbullazul how do the Not a valid image warnings get fixed? I can do the leg work to make the updates. |
@danyeaw I'm not getting |
@Elbullazul Nice one, I am not getting any errors now! I notice if I do a simple GTK hello world app, the theme is working fine:
However if I make the GTK app use libadwaita, the theme no longer works:
Would it be possible to add libadwaita support for the theme as well? |
the theme works mostly fine with Libadwaita apps, you just have to override the theme. I developed a script to do just that, you can find it here |
I realize I may have not been very clear. To make a Libadwaita app use a specific theme, you need to copy the contents of |
No description provided.
The text was updated successfully, but these errors were encountered: