Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "6.16 How can I get HP-VUE to not override colors?"
Next document is "6.18 What about X11R6?"
6.17 How can I override the system default printer in vuepad?
cp /usr/vue/types/vuepad.vf $HOME/.vue/types
Edit the file and change the ACTION PRINT_PR_VPAD to:
# The PRINT_PR_VPAD action paginates its arguments using pr(1) and prints
# them with lp(1). It uses arg 2 for a title. It then removes the temp
# file. This action is used by the client vuepad.
ACTION PRINT_PR_VPAD
TYPE COMMAND
WINDOW-TYPE NO-STDIO
EXEC-HOST %LocalHost%
EXEC-STRING /bin/sh -c "pr -h %Arg_2% %(File)Arg_1% | \
lp -d%"Printer:"%; rm %(File)Arg_1%"
^^^^^^^^^^^^^^
END
This will cause a dialog box to appear to prompt you for a printer name.
However, if you set LPDEST in your .vueprofile, then lp will use that
value instead of the system default.
(Thanks, Dan Mercer, <damercer@mmm.com>)
Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "6.16 How can I get HP-VUE to not override colors?"
Next document is "6.18 What about X11R6?"