Code: Select all
Version 1.0
- completely removed support of gtk+-2.0
- minimum required gtk+ version bump to 3.22.0
Code: Select all
Version 1.0
- completely removed support of gtk+-2.0
- minimum required gtk+ version bump to 3.22.0
No
Code: Select all
aika@mx-dell:~
$ apt policy yad
yad:
Installiert: 0.40.0-1
...
aika@mx-dell:~
$ apt depends yad
yad
...
Hängt ab von: libgtk-3-0 (>= 3.21.6)
...
aika@mx-dell:~
$
I was thinking more along the lines of programs the MX devs write.aika wrote: Wed Mar 12, 2025 7:36 pmNoCode: Select all
aika@mx-dell:~ $ apt policy yad yad: Installiert: 0.40.0-1 ... aika@mx-dell:~ $ apt depends yad yad ... Hängt ab von: libgtk-3-0 (>= 3.21.6) ... aika@mx-dell:~ $
afaik, windows opened by yad scripts use gtk3 theming.siamhie wrote: Thu Mar 13, 2025 1:20 am I was thinking more along the lines of programs the MX devs write.
Thanks. I mentioning that YAD 1.0 removed support of gtk+-2.0 and wasn't sure if that played a part in the issues mentioned in this thread.