On Fri, Jun 03, 1994 at 12:36:17PM -0800, [EMAIL PROTECTED] wrote: > So now "startx xpdf" concludes thus. > '/usr/X11R6/bin/xterm: bad command line option "xpdf" > > usage: /usr/X11R6/bin/xterm [-version] [-help] [-display displayname]
You'll have to use full path to xpdf, else it'll get passed as parameters to xterm. startx `which xpdf` will run xpdf. startx xpdf will run "xterm pdf". -- Peter Mathiasson, peter at mathiasson dot nu, http://www.mathiasson.nu GPG Fingerprint: A9A7 F8F6 9821 F415 B066 77F1 7FF5 C2E6 7BF2 F228

