From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: ratpoison: Add multiple monitors support. Date: Mon, 31 Aug 2015 18:06:18 +0200 Message-ID: <87613vl9xh.fsf@gnu.org> References: <1437573495-1855-1-git-send-email-mthl@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWRbF-0004wP-BW for guix-devel@gnu.org; Mon, 31 Aug 2015 12:06:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWRbB-0002vf-8E for guix-devel@gnu.org; Mon, 31 Aug 2015 12:06:25 -0400 In-Reply-To: <1437573495-1855-1-git-send-email-mthl@openmailbox.org> (Mathieu Lirzin's message of "Wed, 22 Jul 2015 15:58:15 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > * gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add "libxinerama". I found out that with this change, Ratpoison no longer works on my multi-monitor setup: When it starts, windows created from my ~/.xsession occupy just a subset of the screen, and as soon as I try to move things around, C-t stops responding and I have to kill it. Removing the dependency on libxinerama solves the problem for me. Am I missing something? Should we revert it? Ludo=E2=80=99.