This repository hosts the code for the CUPS Common Print Dialog Backend. This backend manages and provides information about CUPS and IPP printing destinations to the printing dialog.
The Common Printing Dialog project aims to provide a uniform, GUI toolkit independent printing experience on Linux Desktop Environments.
-
CUPS : Version >= 2.2 Install bleeding edge release from here. OR
sudo apt install cups libcups2-dev
-
GLIB 2.0 :
sudo apt install libglib2.0-dev
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
The current source code you find on the OpenPrinting GitHub.
The backend is auto-activated when a frontend runs; So no need to run it explicitly.
However, if you wish to see the debug statements at the backend, you can run /usr/lib/print-backends/cups
.