From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50617) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFjeR-0002Pk-Kn for guix-patches@gnu.org; Wed, 02 Oct 2019 14:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFjeQ-0005e0-N0 for guix-patches@gnu.org; Wed, 02 Oct 2019 14:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFjeQ-0005dc-3G for guix-patches@gnu.org; Wed, 02 Oct 2019 14:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFjeP-0007qX-SN for guix-patches@gnu.org; Wed, 02 Oct 2019 14:47:01 -0400 Subject: [bug#37570] [PATCH] gnu: gtk+: Add libxrandr input. Resent-Message-ID: MIME-Version: 1.0 References: <20191001122532.6514-1-grumbel@gmail.com> <20191002015552.026cb2f6@scratchpost.org> In-Reply-To: <20191002015552.026cb2f6@scratchpost.org> From: Ingo Ruhnke Date: Wed, 2 Oct 2019 20:46:25 +0200 Message-ID: Content-Type: multipart/alternative; boundary="00000000000086bd460593f1e3b9" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37570@debbugs.gnu.org Cc: Danny Milosavljevic --00000000000086bd460593f1e3b9 Content-Type: text/plain; charset="UTF-8" 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 ... --00000000000086bd460593f1e3b9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
The issue with Xfce specifically was that= "gdk_monitor_get_model()" would return NULL instead of the prope= r name and all the multi-monitor handling would fall apart in turn, that se= ems like an gtk issue, not an Xfce issue.

As for "propagated-inputs", I put it there be= cause that's where all the other X11 libraries already are. Don't k= now 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 ...

--00000000000086bd460593f1e3b9--