I’ve been working on a Google Cloud Print GTK+ print module.
Google Cloud Print is a web service provided by Google that allows people to share their printers. In addition to being able to print to printers shared that way, there is a cloud equivalent of “Print to file” in the form of “Save to Google Drive”.
Here is a screenshot of the print dialog (from gedit) with this module included:
The cloudprint module uses gnome-online-accounts to obtain the OAuth 2.0 access token for the Google account, which is why the Google goa backend needs an additional scope.
Currently it can discover available printers, get simple details about them such as display name and status, and submit jobs without any special options. I plan to add options-setting based on the capabilities advertised by the printer.
To try it out you’ll need to patch gnome-online-accounts and gtk+.
Leave a Reply