[K12OSN] Broadcast message

Huck dhuckaby at paasda.org
Tue Nov 2 16:16:09 UTC 2004


Also.... my Sessions file in /etc/X11/gdm/Sessions/IceWM is the 
following...can I just put 'xhost +' inside any of the 'if/then' statements?

#!/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
else
        exec /usr/bin/icewm
fi


David Trask wrote:

>"Support list for opensource software in schools." <k12osn at redhat.com> on
>Tuesday, November 2, 2004 at 10:02 AM +0000 wrote:
>  
>
>>xhost +
>>    
>>
>
>Rather than putting this in everyone's profile you can run it in the IceWM
>file in Sessions.
>
>David N. Trask
>Technology Teacher/Coordinator
>Vassalboro Community School
>dtrask at vcs.u52.k12.me.us
>(207)923-3100
>
>_______________________________________________
>K12OSN mailing list
>K12OSN at redhat.com
>https://www.redhat.com/mailman/listinfo/k12osn
>For more info see <http://www.k12os.org>
>
>
>  
>




More information about the K12OSN mailing list