Page 3 of 3

Re: yad 14 (mx23 testing)

Posted: Wed Mar 12, 2025 7:13 pm
by siamhie
Are there any scripts utilizing gtk2?

Code: Select all

Version 1.0
    - completely removed support of gtk+-2.0
    - minimum required gtk+ version bump to 3.22.0

Re: yad 14 (mx23 testing)

Posted: Wed Mar 12, 2025 7:36 pm
by aika
siamhie wrote: Wed Mar 12, 2025 7:13 pm Are there any scripts utilizing gtk2? ...
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:~
$ 

Re: yad 14 (mx23 testing)

Posted: Thu Mar 13, 2025 1:20 am
by siamhie
aika wrote: Wed Mar 12, 2025 7:36 pm
siamhie wrote: Wed Mar 12, 2025 7:13 pm Are there any scripts utilizing gtk2? ...
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.

Re: yad 14 (mx23 testing)

Posted: Thu Mar 13, 2025 4:20 am
by Melber
siamhie wrote: Thu Mar 13, 2025 1:20 am I was thinking more along the lines of programs the MX devs write.
afaik, windows opened by yad scripts use gtk3 theming.

Re: yad 14 (mx23 testing)

Posted: Thu Mar 13, 2025 10:27 am
by siamhie
Melber wrote: Thu Mar 13, 2025 4:20 am
siamhie wrote: Thu Mar 13, 2025 1:20 am I was thinking more along the lines of programs the MX devs write.
afaik, windows opened by yad scripts use gtk3 theming.
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.