SparkyLinux Forums

Installation & Upgrade => System upgrading => Topic started by: dougm on June 26, 2021, 06:43:36 AM

Title: GTK3 package poss. regression
Post by: dougm on June 26, 2021, 06:43:36 AM
Hi, I upgraded my SparkyLinux from buster to bullseye.  All went well, but I found that libgtk-3-0 went from: 

3.24.5-1
to
3.24.24-4

That sounds good, but 3.24.24 has a bug that prevents setting of GTK TextView cursor-aspect-ratio.   This was fixed in 3.24.25-1.  How can I update my SparkyLinux bullseye to use GTK 3.24.25 or newer? 

If that's not possible, when will SparkyLinux have GTK 3.24.25 or newer?


thanks
Title: Re: GTK3 package poss. regression
Post by: pavroo on June 26, 2021, 11:00:05 AM
Hi
There is libgtk-3-0 3.24.29-1 in Debian experimental repos so you can try to upgrade the package manually or wait until Debian devs move it to Sid then to testing repos.
Title: Re: GTK3 package poss. regression
Post by: dougm on June 26, 2021, 08:29:16 PM
pavroo -- thanks for the tip!  Here's what I did to upgrade  libgtk-3-0 from 3.24.24-4 to 3.24.29-1 in Sparky 6:

1.  Created /etc/apt/sources.list.d/sparky-experimental.list, containing:

deb https://deb.debian.org/debian experimental main

2.  apt update

3.  apt -t experimental install libgtk-3-0

This gets libgtk-3-0  3.24.29-1.

4.  Reboot.

5.  Recompile my GTK app.

Now my app has the "cursor-aspect-ratio" fix I wanted and there appears to be no problems (yet) !  I then commented out:

deb https://deb.debian.org/debian experimental main