From mboxrd@z Thu Jan 1 00:00:00 1970 From: contact.ng0@cryptolab.net Subject: Add lxde. (Mixed content: 4 updates, 7 RFCs) Date: Mon, 23 Jan 2017 18:55:48 +0000 Message-ID: <20170123185559.15596-1-contact.ng0@cryptolab.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVjn0-0007wc-KK for guix-devel@gnu.org; Mon, 23 Jan 2017 13:56:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVjmw-0007rp-SS for guix-devel@gnu.org; Mon, 23 Jan 2017 13:56:26 -0500 Received: from aibo.runbox.com ([91.220.196.211]:36212) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVjmw-0007rR-Ks for guix-devel@gnu.org; Mon, 23 Jan 2017 13:56:22 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cVjmv-0003D9-DD for guix-devel@gnu.org; Mon, 23 Jan 2017 19:56:21 +0100 Received: from xd9bb92bd.dyn.telefonica.de ([217.187.146.189] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cVjmh-0003Ek-8r for guix-devel@gnu.org; Mon, 23 Jan 2017 19:56:07 +0100 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: guix-devel@gnu.org [PATCH 01/11] gnu: lxterminal: Update to 0.3.0. [PATCH 02/11] gnu: pcmanfm, libfm: Update to 1.2.5. [PATCH 03/11] gnu: menu-cache: Update to 1.0.2. The ones above are functional and can be applied, the ones below are for first RFCs: [PATCH 04/11] gnu: Add lxmenu-data. [PATCH 05/11] gnu: Add lxde-icon-theme. [PATCH 06/11] gnu: Add lxde-common. [PATCH 07/11] gnu: Add lxinput. [PATCH 08/11] gnu: Add lxsession. [PATCH 09/11] gnu: Add keybinder. [PATCH 10/11] gnu: Add lxpanel. [PATCH 11/11] gnu: Add lxde. Currently when I reconfigure a system with lxde in the global available packages, and I try to log in to LXDE (which is detectecd by SDDM), SDDM for a short second shows a black screen and drops me back to the log in screen. That's the first time I did an meta package for Guix, but I guess I did it right?