From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex ter Weele Subject: Re: [PATCH] Adding .xsession to guile-wm Date: Mon, 12 Sep 2016 11:56:15 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjTbl-0002jj-82 for guix-devel@gnu.org; Mon, 12 Sep 2016 11:57:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjTbg-0005QO-C3 for guix-devel@gnu.org; Mon, 12 Sep 2016 11:57:20 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:34730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjTbg-0005QG-8R for guix-devel@gnu.org; Mon, 12 Sep 2016 11:57:16 -0400 Received: by mail-qk0-f194.google.com with SMTP id b204so2580598qkc.1 for ; Mon, 12 Sep 2016 08:57:16 -0700 (PDT) In-Reply-To: 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" To: "Thompson, David" Cc: guix-devel Manually making a .desktop is what xmonad and fluxbox do: http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/wm.scm#n244 http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/wm.scm#n359 Hence this approach. I could also work on moving this to a patch. Which is preferred? -Alex