[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Packaging xphoon



On Sat, Nov 15 1997 18:03 EST Raul Miller writes:
> Be nice if xphoon gave you the option of being the background for
> xdm's login dialog, along the lines of what xbanner does.
This should be no problem; e.g. my Xsetup_0 reads currently like this:
-----------
#!/bin/sh
# $XConsortium: Xsetup_0,v 1.3 93/09/28 14:30:31 gildea Exp $

PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11/bin:/usr/local/X11/bin

if grep -q ^run-xconsole /etc/X11/config; then
  /usr/X11R6/bin/xconsole -geometry 480x130+0+0 -daemon -notify -verbose\
    -fn fixed -exitOnFail -file /dev/xconsole
fi

#Nice background
BG=/var/public/pictures/wall-papers/3D-logo.png
xli -onroot $BG

# Start the rebooter etc...
/usr/local/X11/lib/xdm/tkmgr -geometry +400-0 &
echo $! > /var/run/tkmgr-pid
-----------
By replacing the 'xli...' line with 'xphoon' you get the newest
moon background. For your personal, changing moon background, you'd
have in your .xinitrc somewhere:
XPHOONPID=`xphoon -i -t 15`
...

so that you later can kill xphoon with 'kill $XPHOONPID'.

David



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: