printing to a HP Deskjet 812C printer
Antonio Olivares
olivares14031 at gmail.com
Thu Jul 28 15:34:47 UTC 2011
> For example, your ~/.bashrc could look like this:
>
> setxkbmap -option compose:ralt
> export PRINTER="Deskjet"
>
> Keep in mind that in _this_ case, $PRINTER is set for
> _your_ account only (which should be fine on a single-
> user system).
>
> However, if you set it up in /etc/csh.cshrc for system-
> wide use, user shells like bash should incorporate the
> setting.
>
>
>
>
> --
Polytropon,
I have made the changes, but the printer does not print :( from firefox.
I might ``try the /etc/csh.cshrc for system-
wide use'' option :) and get back
/****************************************************
[olivares at quadcore ~]$ cat .bashrc
# User specific environment and startup programs
setxkbmap -option compose:ralt
export PRINTER="Deskjet"
[olivares at quadcore ~]$ echo $PRINTER
Deskjet
****************************************************/
More information about the freebsd-questions
mailing list