Re: How to configure a printer on Guix System

2021-01-09 Thread Christophe Pisteur
After several random tests, I found what prevents printing and displays the error message "filter failed" in the web interface of cups: The ppd file I used uses the postscript language, but if I use the ppd file in PDF language, printing works: Ricoh-MP_C3003-PDF-Ricoh.ppd: "ok" Ricoh-MP_C3003-P

Re: How to configure a printer on Guix System

2020-05-18 Thread Christophe Pisteur
Le samedi 16 mai 2020 à 15:27 +0200, Marius Bakke a écrit : > Christophe Pisteur writes: > > > Le vendredi 15 mai 2020 à 17:33 +0200, Tobias Geerinckx-Rice a > > écrit : > > > Christophe, > > > > > > (...) > > > (Guix) System software is started by services that are part of > > > your OPERATING

Re: How to configure a printer on Guix System

2020-05-16 Thread Marius Bakke
Christophe Pisteur writes: > Le vendredi 15 mai 2020 à 17:33 +0200, Tobias Geerinckx-Rice a écrit : >> Christophe, >> >> Christophe Pisteur 写道: >> > Since now, I installed the following packages: cups, >> > cups-filters, >> > fomatics-filters. >> > When I launch http: // localhost: 631 / in my

Re: How to configure a printer on Guix System

2020-05-16 Thread Christophe Pisteur
Le vendredi 15 mai 2020 à 17:33 +0200, Tobias Geerinckx-Rice a écrit : > Christophe, > > Christophe Pisteur 写道: > > Since now, I installed the following packages: cups, > > cups-filters, > > fomatics-filters. > > When I launch http: // localhost: 631 / in my browser > > So the important thing to

Re: How to configure a printer on Guix System

2020-05-15 Thread Tobias Geerinckx-Rice
Christophe, Christophe Pisteur 写道: Since now, I installed the following packages: cups, cups-filters, fomatics-filters. When I launch http: // localhost: 631 / in my browser So the important thing to (un)learn here is that installing Guix packages will never start random software in the bac

How to configure a printer on Guix System

2020-05-15 Thread Christophe Pisteur
Hello, I don't understand how to configure a printer on Guix System. I should configure the print service, as explain in the manual section 8.8.6, but I don't understand the procedure. I would probably need a "how to". Since now, I installed the following packages: cups, cu