Hello community, here is the log from the commit of package gnome-tweaks for openSUSE:Factory checked in at 2020-08-12 10:20:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old) and /work/SRC/openSUSE:Factory/.gnome-tweaks.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-tweaks" Wed Aug 12 10:20:21 2020 rev:9 rq:824807 version:3.34.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes 2019-10-17 13:01:25.724980024 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new.3399/gnome-tweaks.changes 2020-08-12 10:20:48.523683384 +0200 @@ -1,0 +2,7 @@ +Thu Aug 6 01:42:46 UTC 2020 - Alynx Zhou <[email protected]> + +- Added gnome-tweaks-fix-titlebar-buttons-left.patch: GNOME Tweaks + titlebar starts flickering when setting button placement to left, + this patch fixs it. (bsc#1162080, glgo#GNOME/gnome-tweaks#245) + +------------------------------------------------------------------- New: ---- gnome-tweaks-fix-titlebar-buttons-left.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-tweaks.spec ++++++ --- /var/tmp/diff_new_pack.dzEOSq/_old 2020-08-12 10:20:49.727683977 +0200 +++ /var/tmp/diff_new_pack.dzEOSq/_new 2020-08-12 10:20:49.731683979 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-tweaks # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2011 Luis Medinas, Lisbon, Portugal. # # All modifications and additions to the file contributed by third parties @@ -25,6 +25,8 @@ Group: System/GUI/GNOME URL: https://wiki.gnome.org/Apps/Tweaks Source0: https://download.gnome.org/sources/gnome-tweaks/3.34/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gnome-tweaks-fix-titlebar-buttons-left.patch bsc#1162080, glgo#GNOME/gnome-tweaks#245 [email protected] -- Fix titlebar flicker after setting buttons placement to left +Patch1: gnome-tweaks-fix-titlebar-buttons-left.patch BuildRequires: fdupes # GI is needed to have typelib() Requires ++++++ gnome-tweaks-fix-titlebar-buttons-left.patch ++++++ diff --git a/gtweak/tweakview.py b/gtweak/tweakview.py index 5de11d6..c940e27 100644 --- a/gtweak/tweakview.py +++ b/gtweak/tweakview.py @@ -17,6 +17,7 @@ class Window(Gtk.ApplicationWindow): application=app, show_menubar=False) self.set_size_request(-1, 700) + self.set_default_size(1100, -1) self.set_position(Gtk.WindowPosition.CENTER) self.set_icon_name("org.gnome.tweaks")
