From 4da68ff89ca1880c1b419cb4c887ae6b2b28d251 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 10 Aug 2018 12:11:08 +0300 Subject: [PATCH] Flatpak: switch to using the 3.28 runtime again Gtk was upgraded yesterday to 3.24. This causes a warning about widgets being drawn without prior allocation. I am not sure yet if the bug is in the bindings or if gtk's ABI broke. --- org.gnome.Podcasts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.gnome.Podcasts.json b/org.gnome.Podcasts.json index af088c6..4547c84 100644 --- a/org.gnome.Podcasts.json +++ b/org.gnome.Podcasts.json @@ -1,7 +1,7 @@ { "app-id" : "org.gnome.Podcasts", "runtime" : "org.gnome.Platform", - "runtime-version" : "master", + "runtime-version" : "3.28", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable"