Ricardo Wurmus <[email protected]> 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, ‘xfce-session’ ended up before ‘xfce’ in the union, and so you end up running the “wrong” ‘startxfce4’. (This is pure speculation though, as I don’t use it myself.) Thanks, Ludo’.
