[K12OSN] icewm problem with fix suggestion

Robert Arkiletian robark at telus.net
Wed Jan 26 05:11:09 UTC 2005


David Trask wrote:

>#!/bin/bash
>
># initiate sound configs
>if [ -f /etc/profile.d/ltsp-esound.sh ]
>then
>        . /etc/profile.d/ltsp-esound.sh
>fi
>
># icewm configurations
>if [ -f /etc/sysconfig/icewm ]
>then
>        . /etc/sysconfig/icewm
>fi
>
># use nautilus?
>if [ "$ICEWM_USE_NAUTILUS" = "YES" ]
>then
>        /usr/libexec/gnome-settings-daemon &
>        /usr/bin/nautilus &
>fi
>
># use session or just plain icewm?
>if [ "$ICEWM_USE_SESSION" = "YES" ]
>then
>#       exec /usr/bin/icewm-session
>        exec /usr/bin/icewm
>else
>        exec /usr/bin/icewm
>fi
>
>  
>

what does the gnome settings daemon do?

/usr/libexec/gnome-settings-daemon &


Also what's the benefit of launching icewm with "exec"

-- 


Robert Arkiletian
C++ GUI tutorial http://fltk.org/links.php?V219




More information about the K12OSN mailing list