Call for testing: Yaru GTK4 theme

We just merged the PR (#2578) which add GTK4 support to Yaru and we need some help for testing and catching problems.

You just need to install Gtk4 (you can found help here) and Yaru from master. You can already test gtk4-widget-factory but trying a maximum of different apps should be the best for us.

Then report all issues you found on Github.

Thanks :slightly_smiling_face:

13 Likes

Thanks to the yaru team for the work and thanks for posting on discourse! The new GTK serie is uploaded to Ubuntu Hirsute now, it should allow for easier theme testing

Oh, and for easier access, the url for reports is https://github.com/ubuntu/yaru/issues/

6 Likes

Hi! I have a doubt.
If I already have libgtk-4-dev and Libadwaita, Do I need only follow the regular instructions to build the gt4 version??

git clone https://github.com/ubuntu/yaru.git
cd yaru
# Initialize build system (only required once per repo)
meson build
cd build
# Build and install
sudo ninja install

Happily doing it of course!