xfce-mcs-manager segfaults on Knoppix

Olivier Fourdan fourdan at xfce.org
Wed May 14 21:49:34 CEST 2003


On Wed, 2003-05-14 at 21:25, ml wrote:

> Anyway, xfce-mcs-manager still segfaults in my
> configuration.  Is there a good way to find out the reason?

It would help to have access to the log (ie not redirecting both stderr
and stdout to /dev/null...)
    

    xfce-mcs-manager >/dev/null 2>&1 &


BTW, the "&" is to be removed for both lines :

    xfce-mcs-manager >/dev/null 2>&1
    xfwm4 --daemon >/dev/null 2>&1


Both turn into daemon by themselves.


Cheers,
-- 
Olivier Fourdan <fourdan at xfce.org>
http://www.xfce.org




More information about the Xfce mailing list