On Fri, Jul 26, 2002 at 09:04:03PM -0700, [EMAIL PROTECTED] wrote: > Erik, > > ecl> Try "xpdf -fullscreen" > > xpdf must be invoked in the context > of X. The command must begin with > something to start X such as startx. > I tried these. > > startx xpdf -fullscreen > startx 'xpdf -fullscreen' > startx `xpdf -fullscreen` > startx "xpdf -fullscreen" > > In all cases X starts and then immediately > quits. I need to find the right syntax > so that the argument for xpdf is handled > properly.
echo "exec /usr/bin/xpdf -fullscreen" > ~/.xinitrc startx -- Debian - http://www.debian.org/ Linux 1394 - http://linux1394.sourceforge.net/ Subversion - http://subversion.tigris.org/ Deqo - http://www.deqo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

