Giter Site home page Giter Site logo

nilanjanalodh / openprinting_cups_backend Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 9.0 947 KB

This repository contains one of the two components of my Google Summer of Code'17 project with The Linux Foundation, i.e the CUPS Backend. The other component can be found at https://github.com/NilanjanaLodh/OpenPrinting_CPD_Libraries.

License: MIT License

C 96.79% Makefile 1.44% M4 1.67% Shell 0.09%

openprinting_cups_backend's Introduction

CUPS, IPP Backend for Common Print Dialog

This repository contains one of the two components of my Google Summer of Code'17 project with The Linux Foundation, i.e the CUPS Backend. The other component can be found here.

Background

The Problem

Printing out of desktop applications is managed by many very different dialogs, mostly depending on which GUI toolkit is used for an application. Some applications like even have their own dialogs, which expose different kind of printing options. This is confuses users a lot, having them to do the printing operation in many different ways. In addition, many dialogs are missing important features.

The solution

The Common Printing Dialog project aims to solve these problems provide a uniform printing experience on Linux Desktop Environments.

My contributions

I specifically have contributed to the project in the following two ways :

  • Developed backend frontend libraries which provides allows the frontend and backend to communicate to each other over the D-Bus. Available here.
  • Developed the CUPS Backend, i,e. the repository you are looking at now.

Dependencies

  • The Common Printing Library develped by me as a part of GSOC'17. Follow the README at the given link for installation procedure of the library.

  • 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

Build and installation

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

Running

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 print_backend_cups.

For a sample command line frontend client , look at my other repository.

openprinting_cups_backend's People

Contributors

nilanjanalodh avatar yashsriv avatar

Stargazers

guojun avatar  avatar  avatar Prateek Chanda avatar Mayukh Datta avatar

Watchers

Neustradamus avatar James Cloos avatar Jeferson Andrade avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.