Add paragraph for system-config-printer and print-manager

This commit is contained in:
David Holland 2019-12-03 14:13:48 +01:00
parent 379ae1fd78
commit 23c537a358
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 5 additions and 1 deletions

View File

@ -889,7 +889,7 @@ $ sudo pacman -S libreoffice-fresh
==== Printing
In order for printing to work with my printer, which is a _Brother MFC J497DW_, I had do install `avahi`, `cups`, `cups-pdf`, `nss-mdns` and the correspoding driver for my printer
In order for printing to work with my printer, which is a _Brother MFC J497DW_, I had do install `avahi`, `cups`, `cups-pdf`, `nss-mdns` and the correspoding driver for my printer. In order to be able to print from the `gtk` print dialogue, we'll also need to install `system-config-printer` and `print-manager`.
[source, console]
----
@ -945,8 +945,12 @@ dustvoice@DustArch ~
$ sudo systemctl enable org.cups.cupsd.service
dustvoice@DustArch ~
$ sudo systemctl start org.cups.cupsd.service
dustvoice@DustArch ~
$ sudo pacman -S system-config-printer print-manager
----
Now just open up `system-config-printer` and configure your printer.
To test if everything is working, you could open up `brave`, the go to *Print* and then try printing.
==== Communication