From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 15:34:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B63341065670 for ; Thu, 28 Jul 2011 15:34:47 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3728FC0C for ; Thu, 28 Jul 2011 15:34:47 +0000 (UTC) Received: by yxl31 with SMTP id 31so2038179yxl.13 for ; Thu, 28 Jul 2011 08:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=OoDb0r9Uy3PmYf4CeHjj5SQqzwPpKLQbq+P1D6rp7bU=; b=G15MqJzqkyaP8Vu98as9skbP1RQAIAWbxyFWFVAzRzIFOFLQQ1Uq1QBFCZ9+YvI+TC yoPor6DBUJDyD29du39ayouyH9x2M0xdrKJUMXdeg6FiU+dxIoaAvcs8ilRZ6D88lfQC Wu0MwPXg1B3CBUzjwyMro7W+Lfp6S+RIQPib4= MIME-Version: 1.0 Received: by 10.42.146.131 with SMTP id j3mr77409icv.494.1311867286528; Thu, 28 Jul 2011 08:34:46 -0700 (PDT) Received: by 10.42.169.73 with HTTP; Thu, 28 Jul 2011 08:34:46 -0700 (PDT) In-Reply-To: <20110728171430.4b900bea.freebsd@edvax.de> References: <20110728151507.0c150f3c.freebsd@edvax.de> <20110728171430.4b900bea.freebsd@edvax.de> Date: Thu, 28 Jul 2011 10:34:46 -0500 Message-ID: From: Antonio Olivares To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: printing to a HP Deskjet 812C printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2011 15:34:47 -0000 > For example, your ~/.bashrc could look like this: > > =A0 =A0 =A0 =A0setxkbmap -option compose:ralt > =A0 =A0 =A0 =A0export PRINTER=3D"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@quadcore ~]$ cat .bashrc # User specific environment and startup programs setxkbmap -option compose:ralt export PRINTER=3D"Deskjet" [olivares@quadcore ~]$ echo $PRINTER Deskjet ****************************************************/