Inconsistency between xinitrc and startxfce4 scripts
appzer0
appzer0 at free.fr
Mon Jun 25 19:38:03 CEST 2012
Le 25/06/2012 14:34, Robby Workman a écrit :
>
> Here's a suggestion:
>
> [rworkman at liberty ~]$ cat /etc/X11/xinit/xinitrc.xfce
> #!/bin/sh
>
> # Xfce's startxfce4 script includes support for launching itself inside
> # a new ConsoleKit session, so let's use it instead of hacking our own
> if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
> exec /usr/bin/startxfce4 --with-ck-launch
> else
> exec /usr/bin/startxfce4
> fi
>
> -RW
>
Thank you very much, as I see I am not alone. Solved!
appzer0
More information about the Xfce
mailing list