all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Diego Nicola Barbato <dnbarbato@posteo.de>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: guix-devel@gnu.org
Subject: Re: [bug#29096] [PATCH] gnu: Add Epson escpr printer driver.
Date: Fri, 26 Jan 2018 23:19:17 +0100	[thread overview]
Message-ID: <87bmhgfel6.fsf@GlaDOS.home> (raw)
In-Reply-To: <20180124232041.25cefb0b@scratchpost.org> (Danny Milosavljevic's message of "Wed, 24 Jan 2018 23:20:41 +0100")

I sent a copy of this to guix-devel@gnu.org because the bug has already
been closed.

Danny Milosavljevic <dannym@scratchpost.org> writes:

> On Wed, 01 Nov 2017 03:20:04 +0100
> Diego Nicola Barbato <dnbarbato@posteo.de> wrote:
>
>> This patch adds the Epson ESC/P-R printer driver.
>
> Nice! Could you also add the escpr to the documentation in doc/guix.texi
> (in a new patch) ?
>
> Maybe extend the documentation from
>
> --------------------------------------------------------------------------
> Suppose you want to enable the Web interface of CUPS and also add
> support for HP printers @i{via} the @code{hplip} package.  You can do
> that directly, like this (you need to use the @code{(gnu packages cups)}
> module):
>
> @example
> (service cups-service-type
>          (cups-configuration
>            (web-interface? #t)
>            (extensions
>              (list cups-filters hplip))))
> @end example
> --------------------------------------------------------------------------
>
> to
>
> --------------------------------------------------------------------------
> Suppose you want to enable the Web interface of CUPS, add support for Epson printers $i{via}
> the @code{escpr} and also add support for HP printers @i{via} the @code{hplip} package.  You can do
> that directly, like this (you need to use the @code{(gnu packages cups)}
> module):
>
> @example
> (service cups-service-type
>          (cups-configuration
>            (web-interface? #t)
>            (extensions
>              (list cups-filters escpr hplip))))
> @end example
> --------------------------------------------------------------------------
>
> (if that's how it's used).

Yes this is how it is used.  I additionally installed it into my user
profile so as to have easier access to the ppd files.

> I think otherwise it's not really discoverable for the regular user how to
> use this (installing the package into the user profile would do nothing,
> right?).

I agree that it is hard to discover.  Is it OK if I simply apply your
proposed extension to the documentation?

> I wonder whether we should extend the default cups-configuration
> to list both escpr and hplib.  But that's for later...

Thanks.

Diego

  parent reply	other threads:[~2018-01-26 22:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01  2:20 [bug#29096] [PATCH] gnu: Add Epson escpr printer driver Diego Nicola Barbato
2017-11-10 12:07 ` bug#29096: " Ludovic Courtès
     [not found] ` <20180124232041.25cefb0b@scratchpost.org>
2018-01-26 22:19   ` Diego Nicola Barbato [this message]
2018-01-26 22:47     ` [bug#29096] " Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bmhgfel6.fsf@GlaDOS.home \
    --to=dnbarbato@posteo.de \
    --cc=dannym@scratchpost.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.