Table of Contents

Deepin Screenshot GUI
Preview Status
Discontinued Discontinued
Platforms
Linux
Download
v1.1.0 (BIN)

Deepin Screenshot GUI is, like the name implies, just a minimal GUI for Deepin Screenshot.

Installation

  1. Install the dependencies:
    gambas2-runtime, gambas2-gb-gtk, gambas2-gb-qt, gambas2-gb-form, git, gconf, pygtk, python-xlib, python2

    Note: gambas2-gb-qt is optional, install it only if you need the QT support for KDE.

  2. Open a terminal and give the following commands:
    cd ~
    git clone https://github.com/lovesnow/deepin-screenshot.git .deepin-screenshot
    cd .deepin-screenshot
    ./updateTranslate.sh
    su

    now insert your root password and continue:

    echo 'python2 ~/.deepin-screenshot/src/screenshot.py $@' >> /usr/bin/deepin-screenshot
    chmod a+x /usr/bin/deepin-screenshot
  3. Download the package containing the binaries (BIN)
  4. Give the execution rights to the binary file:
    chmod +x DeepinScreenshotGUI.gambas
  5. Run the binary file double-clicking on it or typing in a terminal:
    ./DeepinScreenshotGUI.gambas

Changelog

v1.1.0

v1.0.0

Thanks