Skip to content
Snippets Groups Projects
Commit 2827f003 authored by Kevin Bowen's avatar Kevin Bowen Committed by Andre Miranda
Browse files

Updates README.md

parent e2d81028
No related branches found
No related tags found
1 merge request!7Updates README.md
Pipeline #2661 passed
## What is it?
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/xfce4-screenshooter/-/blob/master/COPYING)
xfce4-screenshooter allows you to capture the entire screen, the active
window or a selected region. You can set the delay that elapses
before the screenshot is taken and the action that will be done with
the screenshot: save it to a PNG file, copy it to the clipboard, open
# xfce4-screenshooter
Xfce4-screenshooter allows you to capture the entire screen, the active
window or a selected region. You can set the delay that elapses
before the screenshot is taken and the action that will be done with
the screenshot: save it to a /PNG file, copy it to the clipboard, open
it using another application, or host it on imgur.com,
a free online image hosting service.
A plugin for the Xfce panel is also available.
----
### Homepage
[Xfce4-screenshooter documentation](https://docs.xfce.org/apps/xfce4-screenshooter/start)
### Changelog
See [NEWS](https://gitlab.xfce.org/apps/xfce4-screenshooter/-/blob/master/NEWS) for details on changes and fixes made in the current release.
### Source Code Repository
[Xfce4-screenshooter source code](https://gitlab.xfce.org/apps/xfce4-screenshooter)
### Download a Release Tarball
## Installation
[Xfce4-screenshooter archive](https://archive.xfce.org/src/apps/xfce4-screenshooter)
or
[Xfce4-screenshooter tags](https://gitlab.xfce.org/apps/xfce4-screenshooter/-/tags)
The file [`INSTALL`](INSTALL) contains generic installation instructions.
### Installation
From source code repository:
## Debugging Support
% cd xfce4-screenshooter
% ./autogen.sh
% make
% make install
xfce4-screenshooter currently supports three different levels of debugging support,
which can be setup using the configure flag `--enable-debug` (check the output
of `configure --help`):
From release tarball:
| Argument | Description |
| ------- | ----------- |
| `yes` | This is the default for Git snapshot builds. It adds all kinds of checks to the code, and is therefore likely to run slower. Use this for development of xfce4-screenshooter and locating bugs in xfce4-screenshooter. |
| `minimum` | This is the default for release builds. **This is the recommended behaviour.** |
| `no` | Disables all sanity checks. Don't use this unless you know exactly what you do. |
% tar xf xfce4-screenshooter-<version>.tar.bz2
% cd xfce4-screenshooter-<version>
% ./configure
% make
% make install
### Reporting Bugs
## How to report bugs?
Visit the [reporting bugs](https://docs.xfce.org/apps/xfce4-screenshooter/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
Bugs should be reported to the [Xfce bug tracking system](https://bugzilla.xfce.org)
against the product xfce4-screenshooter. You will need to create an account for yourself.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment