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: Add dwm. Date: Wed, 03 Apr 2013 14:00:28 +0200 Message-ID: <87mwtfq0wz.fsf@gnu.org> References: <1364769060-31557-1-git-send-email-tipecaml@gmail.com> <5158BB19.8000301@gmail.com> <87li8zzxmu.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMN1-00066Y-0W for bug-guix@gnu.org; Wed, 03 Apr 2013 08:01:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNMMp-0001mv-HY for bug-guix@gnu.org; Wed, 03 Apr 2013 08:00:50 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=38862 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMMp-0001il-A2 for bug-guix@gnu.org; Wed, 03 Apr 2013 08:00:39 -0400 In-Reply-To: <87li8zzxmu.fsf@karetnikov.org> (Nikita Karetnikov's message of "Wed, 03 Apr 2013 15:01:13 +0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: >> Oh, btw: could someone try to run dwm ? The machine I use to work on >> Guix recently decided to refuse to run X, so I haven't be able to test >> this package. I'm pretty sure it works, though, since this is a really >> small and simple window manager. > > I'm willing to help if you provide detailed instructions. How can I run > X in Guix? (IIRC, the server is not working.) You can run the X server as provided by another distro, and just get dwm to connect to that server (by setting $DISPLAY appropriately.) Ludo=E2=80=99.