Skip to content
Snippets Groups Projects
README.md 1.57 KiB
Newer Older
Kevin Bowen's avatar
Kevin Bowen committed
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/xfce4-screenshooter/-/blob/master/COPYING)
Kevin Bowen's avatar
Kevin Bowen committed
# 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
Andre Miranda's avatar
Andre Miranda committed
the screenshot: save it to a file, copy it to the clipboard, open
it using another application or use your creativity with custom actions
scripts.
Kevin Bowen's avatar
Kevin Bowen committed
----

### 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)
Kevin Bowen's avatar
Kevin Bowen committed
### Download a Release Tarball
Kevin Bowen's avatar
Kevin Bowen committed
[Xfce4-screenshooter archive](https://archive.xfce.org/src/apps/xfce4-screenshooter)
    or
[Xfce4-screenshooter tags](https://gitlab.xfce.org/apps/xfce4-screenshooter/-/tags)
Kevin Bowen's avatar
Kevin Bowen committed
### Installation
Kevin Bowen's avatar
Kevin Bowen committed
From source code repository: 
Kevin Bowen's avatar
Kevin Bowen committed
    % cd xfce4-screenshooter
    % ./autogen.sh
    % make
    % make install
Kevin Bowen's avatar
Kevin Bowen committed
From release tarball:
Kevin Bowen's avatar
Kevin Bowen committed
    % tar xf xfce4-screenshooter-<version>.tar.bz2
    % cd xfce4-screenshooter-<version>
    % ./configure
    % make
    % make install
Kevin Bowen's avatar
Kevin Bowen committed
### Reporting Bugs
Kevin Bowen's avatar
Kevin Bowen committed
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.