[26477] in Athena Bugs
Re: acrobat 7 printing
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Jul 7 21:38:20 2005
Message-Id: <200507080137.j681bZrB010426@triad.mit.edu>
To: John Hawkinson <jhawk@mit.edu>
In-reply-to: "[26474] in Athena Bugs"
In-Reply-To: Your message of "Thu, 07 Jul 2005 19:51:41 EDT."
<20050707235141.GO5158@multics.mit.edu>
Date: Thu, 07 Jul 2005 21:37:35 -0400
From: Alex T Prengel <alexp@mit.edu>
X-Spam-Score: 0
X-Spam-Flag: NO
cc: alexp@mit.edu
cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
>> 2. each user gets a local configuration file
>> ~/.adobe/Acrobat/7.0/Preferences/reader_prefs
>Why can't we pre-create the file for all users in the wrapper script
>the first time they run it (i.e. if the file does not exist). Then
>only the people who used Athena over the summer (small set) will be
>affected, and everyone else will be happy.
> Acrobat will initialize to default any settings not specified
> in the preference file. Just give new users a file consisting of:
>
> <</AVGeneral
> [/c << /printerCommand [/s (/usr/bin/lpr -Zduplex)] >>]
> >>
I'm not convinced that this will work until I try it and do some testing;
I'll look into it next week, after I take some vacation time.
I think the most appropriate default to set, if it will work, is
lpr -P${PRINTER}
if that will work. I'm not inclined to make -Zduplex part of the
default print command. I've never added other options to default print
commands before and I don't see a good reason to do so now. I'm
willing to send a message through our zephyr messaging system
explaining how to configure other print options if users want them.
In any case, Athena 9.4 Suns don't have /usr/bin/lpr at the moment- I
think the command should be /usr/athena/bin/lpr -P${PRINTER}.
Alex