* Xfce 4.12.0 won't start
@ 2015-03-29 10:17 Ricardo Wurmus
2015-03-29 14:12 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2015-03-29 10:17 UTC (permalink / raw)
To: Guix-devel
Hi Guix,
I just upgraded my GuixSD test machine with "guix pull && guix package
-u". One of the upgrades was Xfce 4.10 -> 4.12.
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".
startxfce4 fails with this error:
/gnu/store/...-xfce4-session-4.12.0/bin/startxfce4: line 118: exec: xinit: not found
After installing the "xinit" package I get this error on running
"startxfce4":
xinit: error while loading shared libraries: /gnu/store/...-libxdmcp-1.1.1/lib/libXdmcp.so.6: file too short.
Has anyone else run into issues like this?
~~ Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Xfce 4.12.0 won't start
2015-03-29 10:17 Xfce 4.12.0 won't start Ricardo Wurmus
@ 2015-03-29 14:12 ` Ludovic Courtès
2015-03-29 14:22 ` Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2015-03-29 14:12 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: Guix-devel
Ricardo Wurmus <rekado@elephly.net> 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’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Xfce 4.12.0 won't start
2015-03-29 14:12 ` Ludovic Courtès
@ 2015-03-29 14:22 ` Ricardo Wurmus
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2015-03-29 14:22 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: Guix-devel
Ludovic Courtès writes:
> Ricardo Wurmus <rekado@elephly.net> 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 returns:
xfce 4.12.0 out /gnu/store/v387gvhddd...-xfce-4.12.0
~~ Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-29 14:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 10:17 Xfce 4.12.0 won't start Ricardo Wurmus
2015-03-29 14:12 ` Ludovic Courtès
2015-03-29 14:22 ` Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.