From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Xfce 4.12.0 won't start Date: Sun, 29 Mar 2015 16:12:49 +0200 Message-ID: <87k2xzx57i.fsf@gnu.org> References: <878ueg3y5o.fsf@mango.localdomain> 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]:48937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcDxS-0000ur-Ee for guix-devel@gnu.org; Sun, 29 Mar 2015 10:12:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcDxN-00037M-GF for guix-devel@gnu.org; Sun, 29 Mar 2015 10:12:58 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcDxN-00037G-Cp for guix-devel@gnu.org; Sun, 29 Mar 2015 10:12:53 -0400 In-Reply-To: <878ueg3y5o.fsf@mango.localdomain> (Ricardo Wurmus's message of "Sun, 29 Mar 2015 12:17:55 +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: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > After rebooting Xfce no longer starts. My ~/.xsession script only runs > "exec startxfce4". I noticed that the startxfce4 script is provided by > both "xfce" and "xfce-session". Yes, but xfce is a union of various xfce packages. What does: guix package -I xfce return? It might be that, during the upgrade, =E2=80=98xfce-session=E2=80=99 ended = up before =E2=80=98xfce=E2=80=99 in the union, and so you end up running the =E2=80= =9Cwrong=E2=80=9D =E2=80=98startxfce4=E2=80=99. (This is pure speculation though, as I don=E2=80=99t use it myself.) Thanks, Ludo=E2=80=99.