Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtk+3: fix issue 2572
@ 2020-04-04 12:33 st3r4g
  2020-04-05  7:31 ` [PR PATCH] [Merged]: " xtraeme
  0 siblings, 1 reply; 2+ messages in thread
From: st3r4g @ 2020-04-04 12:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

There is a new pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages gtk+3-fix-issue-2572
https://github.com/void-linux/void-packages/pull/20643

gtk+3: fix issue 2572
Tested on `wofi` 
@xtraeme 

A patch file from https://github.com/void-linux/void-packages/pull/20643.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtk+3-fix-issue-2572-20643.patch --]
[-- Type: text/x-diff, Size: 1476 bytes --]

From 70447ae6bcfeb0ff9f5e0f1ce2d683824a48b1a2 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Sat, 4 Apr 2020 14:29:52 +0200
Subject: [PATCH] gtk+3: fix issue 2572

---
 srcpkgs/gtk+3/patches/fix-issue-2572.patch | 13 +++++++++++++
 srcpkgs/gtk+3/template                     |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gtk+3/patches/fix-issue-2572.patch

diff --git a/srcpkgs/gtk+3/patches/fix-issue-2572.patch b/srcpkgs/gtk+3/patches/fix-issue-2572.patch
new file mode 100644
index 00000000000..e0d7991fe6f
--- /dev/null
+++ b/srcpkgs/gtk+3/patches/fix-issue-2572.patch
@@ -0,0 +1,13 @@
+diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
+index eba8361b21..5f39c5771c 100644
+--- gdk/wayland/gdkwindow-wayland.c
++++ gdk/wayland/gdkwindow-wayland.c
+@@ -1087,6 +1087,8 @@ needs_initial_configure (GdkWindow *window)
+
+   if (impl->display_server.wl_subsurface)
+     return FALSE;
++  else if (impl->use_custom_surface)
++    return FALSE;
+   else if (is_realized_toplevel (window))
+     return TRUE;
+   else if (is_realized_popup (window))
diff --git a/srcpkgs/gtk+3/template b/srcpkgs/gtk+3/template
index 96eacad933f..583daa9db75 100644
--- a/srcpkgs/gtk+3/template
+++ b/srcpkgs/gtk+3/template
@@ -1,7 +1,7 @@
 # Template file for 'gtk+3'
 pkgname=gtk+3
 version=3.24.17
-revision=1
+revision=2
 wrksrc="gtk+-${version}"
 build_style=gnu-configure
 build_helper="gir"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: gtk+3: fix issue 2572
  2020-04-04 12:33 [PR PATCH] gtk+3: fix issue 2572 st3r4g
@ 2020-04-05  7:31 ` xtraeme
  0 siblings, 0 replies; 2+ messages in thread
From: xtraeme @ 2020-04-05  7:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

There's a merged pull request on the void-packages repository

gtk+3: fix issue 2572
https://github.com/void-linux/void-packages/pull/20643

Description:
https://gitlab.gnome.org/GNOME/gtk/-/issues/2572
Tested on `wofi` 
@xtraeme 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-05  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04 12:33 [PR PATCH] gtk+3: fix issue 2572 st3r4g
2020-04-05  7:31 ` [PR PATCH] [Merged]: " xtraeme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).