Re: [evince] Need help to start contribution



On Wed, 2015-12-02 at 10:51 +0530, Sitaram Shelke wrote:
Hi everyone,
So I was able to build evince 3.18.2 successfully. Got some issues
like the previous one (autopoint, thank you @Germán Poo-Caamaño for
the tips.) but fixed them by downloading the required packages and
libraries. So what should I try to do next? any suggestions?

Great! I would recommend to build evince master instead of 3.18.2. It
is only a bunch of commits more.

Something like:
$ jhbuild shell
$ cd /path/to/evince/checkout
$ git checkout master
$ make
$ make install

That should do the trick. No need to re-compile anything else so far.

For getting busy, you can take a look at the Evince's bugzilla summary:
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=evince

On the right, there is a link to "GNOME Love" bugs, that "should" be
focused on a specific part to be completed.

Start small, to get familiar with the code base.  For example, try to
fix:
https://bugzilla.gnome.org/show_bug.cgi?id=758329

It consists in assign key accelerators for the annotation actions.
Possibly a couple of lines of code (in the directory shell/).

Try to do some research, and see what keybindings are used (if any) in
other applications (for example, in online manuals of Adobe Acrobat,
Mac Preview, ...). Check if they are consistent. If so, we could try to
adopt it if it is not already in use for something else. Otherwise,
choose a sensible one (easy to associate hopefully).

You will need to create an account in bugzilla to add comments (like
specific questions about the issue), add patches, etc.

Good luck!

-- 
Germán Poo-Caamaño
http://calcifer.org/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]