rjanja / desktop-capture

Screenshot and screencasting tools for Cinnamon.
40 stars 11 forks source link

Desktop Capture 

A comprehensive screenshot and screencasting applet for Cinnamon.

Applet configured for Cinnamon Screenshot and Recorder

Intro 

This project started because I wanted a simple way to choose and switch between capture software packages. There are many options out there and I wanted something to tie them into Cinnamon.

My favorite capture software has always been Shutter, but when I found it wouldn't behave with Cinnamon I decided to write an Cinnamon-specific screenshot utility and integrate it into Desktop Capture. So while Cinnamon Screenshot comes with this applet, you are free to use any capture software you like. Shutter will continue to be supported because it is still a great tool despite being abandonware.

Features 

Notification

Non-english translations

Thanks to the contributions by users there are multiple translations available:

Thank you so much, guys!

Requirements

This applet is multi-version, meaning different versions of Cinnamon will have different experiences and functionality.

Beginning with Cinnamon 2.6 anonymous imgur uploads are supported (once more).

Beginning with Cinnamon 3.2 authenticated imgur uploads are supported, and there is an included wizard to help you connect to your account.

Imgur

Installation 

Make sure you have Cinnamon 2.6 or newer

Selection modes - advanced usage 

Adding program support 

A number of program-specific options can be set for your preferred capture program by manually editing the support.json file. New programs can be added by creating a new block, just remember not to use trailing commas on the last elements and do not try to add comments as they seem to break the parser.

Extending

For camera/screenshot programs, a standard set of "supported" features can be enabled. If they are missing, or set to false, they will be considered to be disabled/not present. Custom options can be supplied which will appear after the standard supported options, with the key being the text that shall be shown and the value being the full command to run, including the executable name.

For recorder/screencast programs, there is no similar list of "supported" features; only "custom" entries are used here.

Thanks