From 23c537a35801753ca0048b6a2854389facf70a4d Mon Sep 17 00:00:00 2001 From: DustVoice Date: Tue, 3 Dec 2019 14:13:48 +0100 Subject: [PATCH] Add paragraph for system-config-printer and print-manager --- Documentation.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation.adoc b/Documentation.adoc index 311b995..4e12f13 100644 --- a/Documentation.adoc +++ b/Documentation.adoc @@ -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