screengrab Packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alf Gaida 0ecd7ca2d7
Adding upstream version 1.101.
5 years ago
cmake Adding upstream version 1.98. 6 years ago
docs/html Adding upstream version 1.95+20160128. 8 years ago
img Adding upstream version 1.95_pr1. 9 years ago
src Adding upstream version 1.100. 5 years ago
translations Adding upstream version 1.101. 5 years ago
AUTHORS Adding upstream version 1.98. 6 years ago
CHANGELOG Adding upstream version 1.101. 5 years ago
CMakeLists.txt Adding upstream version 1.101. 5 years ago
COPYING Adding upstream version 1.95_pr1. 9 years ago
README.md Adding upstream version 1.100. 5 years ago
screengrab.conf Adding upstream version 1.98. 6 years ago
screengrab.desktop.in Adding upstream version 1.95_pr1. 9 years ago
screengrab.qrc Adding upstream version 1.95_pr1. 9 years ago

README.md

ScreenGrab

version 2.0-dev

ScreenGrab - A program for fast creating screenshots, and easily publishing them on internet image hosting services. It works on Linux and Windows operating systems. ScreenGrab uses the Qt framework and thus, it is independent from any desktop environment.

Build requirements

  • Qt5 >= 5.2 (Qt 4.x support only 1.x branch)
  • CMake >= 3.1.0 (only for building ScreenGrab from sources)
  • GCC > 4.5
  • KF5WindowSystem
  • [optional] Qxt Library > 0.6 (if you want to build ScreenGrab using your system Qxt version - see the "Build options" section in this file)

Build

To build ScreenGrab from sources, use these commands:

mkdir build
cd build
cmake [BUILD OPTIONS] ../
make
make install

Build options

You can use some or all of these parameters to customise your build.

  • -DCMAKE_INSTALL_PREFIX - Install prefix for Linux distro. Default setting: "/usr".
  • -DSG_XDG_CONFIG_SUPPORT - Place config files into XDGC_CONFIG_HOME directory (usually - ~/.config/${app_name) ). Default setting: ON. In previous versions the config files were stored in ~/.screengrab (Set this parameter to "OFF" to store the config files here).
  • -DSG_EXT_UPLOADS - Enable uploading screenshots to image hosting services. Default setting: ON.
  • -DSG_DBUS_NOTIFY - Enable D-Bus notifications.
  • -DSG_GLOBALSHORTCUTS - Enable global shortcuts for main actions to create screenshots. Default setting: ON.
  • -DSG_USE_SYSTEM_QXT - Use system version Qxt Library for global shortcuts. Default setting: OFF.
  • -DSG_DOCDIR - Name for the directory of user's documentation. Default setting: "screengrab".
  • -DQKSW_SHARED - Enable shared linking with qkeysequencewidget library (in src/common/qksysekwesewidget). Default setting: OFF.
  • -DDEV_VERSION - Set a dev-version here, maybe git describe $foo. Default not set.

Build notes

For Debian based Linux distributions please use the distribution build tools. One can get the source-code with

apt source screengrab # Sources for the released package
- or -
git clone https://salsa.debian.org/lxqt-team/screengrab

Build with the tools provided by devscripts or better with pbuilder or sbuild

LICENSE

Screengrab is licensed under the GPL v2. See file LICENSE in docs directory for more information

Contacts

Web homepage: https://github.com/lxqt/screengrab
Bug Tracker: https://github.com/lxqt/screengrab/issues

(c) 2014-2018, LXQt Team
(c) 2009-2013, Artem 'DOOMer' Galichkin

Translation (Weblate)

Translation status