• [^] # Re: roottail, un exemple complet visible en 1600x1200

    Posté par . En réponse au message Cherche un logiciel de console. Évalué à 1.

    ca marche pas
    j ai coller mis ça dans mon xinitrc

    #!/bin/sh
    # (c) 2000-2002 MandrakeSoft
    # $Id: xinitrc-xinitrc,v 1.2 2002年09月10日 05:53:43 flepied Exp $

    # Set a background here because it's not done anymore
    # in Xsesion for non root users
    exec root-tail -g 800x250+0+42 /var/log/messages,white \
    var/log/auth.log,red,'ALERT' \
    /var/log/syslog,green \
    /var/log/snort/alert,cyan &

    exec /usr/bin/openbox

    et je voie pas ma console dans mon fond d'écran de kde

    mon ancien est ca
    #!/bin/sh
    # (c) 2000-2002 MandrakeSoft
    # $Id: xinitrc-xinitrc,v 1.2 2002年09月10日 05:53:43 flepied Exp $

    # Set a background here because it's not done anymore
    # in Xsesion for non root users
    if [ "`whoami`" != root ]; then
    xsetroot -solid "#21449C"
    fi

    exec /etc/X11/Xsession $*