Git Product home page Git Product logo

gnome-scan's Introduction

SIMPLE SCAN

This is the source code to "Simple Scan" a simple GNOME scanning application, using the sane scanning libraries.

The Simple Scan homepage with further information is located at: https://launchpad.net/simple-scan

BUILDING

Unfortunatly Simple Scan is a little bit picky about dependencies when building. The latest version of Simple Scan is primarily developed on

  • Ubuntu 12.04 LTS

and know to successfully build using the following commands:

sudo apt-get install bzr
bzr branch lp:simple-scan simple-scan && cd simple-scan
sudo apt-get build-dep simple-scan
sudo apt-get install libsqlite3-dev
sudo apt-get install valac-0.22 vala-0.22
sudo update-alternatives --config valac # select vala-0.22

# one of the follwing
./autogen.sh                           # system-wide installation
./autogen.sh --prefix=`pwd`/install    # for development purposes

make
make install
./install/bin/simple-scan

Due to popular demand we have an experimental git mirror at https://github.com/mnagel/simple-scan You can clone from there should you prefer git over bzr. Please keep in mind that the sync bzr->git is done manually.

DEBUGGING

The following tips might be helpful when debugging.

There is a --debug command line switch to enable more verbose logging:

./install/bin/simple-scan --debug

Log messages can also be found in the $HOME/.cache/simple-scan folder.

Simple Scan config goes to $HOME/.gconf/apps/simple-scan/%gconf.xml and that file is best edited with the gconf-editor tool.

If you don't have a scanner ready, you can use a virtual "test" scanner:

./install/bin/simple-scan --debug test

When debugging hardware issues always check xsane and especially scanimage.

CONTRIBUTING

The preferred way to contribute code to Simple Scan is to create a merge request on Launchpad.

If everything is set up correctly the following should work:

FEATURE="foobar"
LAUNCHPADID="name"
bzr branch lp:simple-scan simple-scan-$FEATURE && cd simple-scan-$FEATURE
bzr add .
bzr commit -m "add $FEATURE"
bzr push lp:~$LAUNCHPADID/simple-scan/$FEATURE
xdg-open "https://code.launchpad.net/~"

If this does not work for you, feel free to contact us via one of the channels listed below.

CONTACT

Websites

Mailing Lists

IRC

  • Freenode (irc.ubuntu.com): #simple-scan

gnome-scan's People

Contributors

alefteris avatar ambientlighter avatar amigadave avatar danirabbit avatar hughsie avatar jbicha avatar kroq-gar78 avatar luciang avatar mcatanzaro avatar mnagel avatar mvaello avatar nekohayo avatar q3aiml avatar robert-ancell avatar slashdotted avatar tetromino avatar tkluck avatar

Stargazers

 avatar

Watchers

 avatar

gnome-scan's Issues

Roadmap

  • Code cleanup
  • Move PDF converter to Poppler
  • Rename all to gnome-scan

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.