GNU bug report logs - #37570
[PATCH] gnu: gtk+: Add libxrandr input.

Previous Next

Package: guix-patches;

Reported by: Ingo Ruhnke <grumbel <at> gmail.com>

Date: Tue, 1 Oct 2019 14:32:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ingo Ruhnke <grumbel <at> gmail.com>
Subject: bug#37570: closed (Re: [bug#37570] [PATCH] gnu: gtk+: Add
 libxrandr input.)
Date: Wed, 09 Oct 2019 16:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#37570: [PATCH] gnu: gtk+: Add libxrandr input.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 37570 <at> debbugs.gnu.org.

-- 
37570: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37570
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Ingo Ruhnke <grumbel <at> gmail.com>, 37570-done <at> debbugs.gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: Re: [bug#37570] [PATCH] gnu: gtk+: Add libxrandr input.
Date: Wed, 09 Oct 2019 18:58:23 +0200
[Message part 3 (text/plain, inline)]
Hello Ingo,

Ingo Ruhnke <grumbel <at> gmail.com> writes:

> The issue with Xfce specifically was that "gdk_monitor_get_model()" would
> return NULL instead of the proper name and all the multi-monitor handling
> would fall apart in turn, that seems like an gtk issue, not an Xfce issue.
>
> As for "propagated-inputs", I put it there because that's where all the
> other X11 libraries already are. Don't know exactly why, but it seems to
> cause xrandr show up in the pkgconfig file which it wouldn't otherwise:
>
> pkgconfig/gdk-3.0.pc:
> Requires.private: ... xrandr ...

Thank you very much for this debugging work and patch.  Pushed to the
'staging' branch in 52b61e999101724c7e2d341586e9a6150614f208.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ingo Ruhnke <grumbel <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gtk+: Add libxrandr input.
Date: Tue,  1 Oct 2019 14:25:32 +0200
This fixes multi-monitor issues in XFCE and other Gtk+ apps.

* gnu/packages/gtk.scm: Add libxrandr input.
---
 gnu/packages/gtk.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 12972b75df..55c24c774c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -753,6 +753,7 @@ application suites.")
       ("libxinerama" ,libxinerama)
       ("libxkbcommon" ,libxkbcommon)
       ("libxdamage" ,libxdamage)
+      ("libxrandr" ,libxrandr)
       ("mesa" ,mesa)
       ("pango" ,pango)
       ("wayland" ,wayland)
-- 
2.20.1




This bug report was last modified 5 years and 228 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.