English: 
What's it?
It's just a minimal GUI for Deepin Screenshot.
Changelog
v1.1.0:
- Migrated from the old Deepin Scrot to the new Deepin Screenshot.
v1.0.0:
- First public release
- Possibility to choose between the 3 available capture modes: Fullscreen, Active window and Screen portion
- Possibility to set a waiting time (from 0 up to 120 seconds) before to take the screenshot
- All options (capture mode and waiting time) will be saved and automatically reloaded at application next startup
- Two translations available for the program: English and Italian.
Installation:
-On Archlinux use the package on AUR.
-About all other distros:
- 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.
- 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
(and insert your root password)
- echo 'python2 ~/.deepin-screenshot/src/screenshot.py $@' >> /usr/bin/deepin-screenshot
- chmod a+x /usr/bin/deepin-screenshot
- Download the package containing the binaries (bin)
- Give the execution rights to the binary file:
chmod +x DeepinScreenshotGUI.gambas
- Run the binary file double-clicking on it or typing in a terminal:
./DeepinScreenshotGUI.gambas
Thanks:
- To Gambas2 authors
- To deepin-screenshot coders
- To my girlfriend for her patience
|
Italiano: 
Cos'é?
È una GUI minimale per Deepin Screenshot.
Changelog
v1.1.0:
- Migrato dal vecchio Deepin Scrot al nuovo Deepin Screenshot.
v1.0.0:
- Prima release pubblica
- Possibilità di scegliere tra le 3 modalità di cattura disponibili: Schermo intero, Finestra attiva e Porzione di schermo
- Possibilità di impostare un tempo d'attesa (da 0 a 120 secondi) prima di prendere lo screenshot
- Tutte le opzioni (modalità di cattura e tempo d'attesa) saranno salvate e automaticamente ricaricate al prossimo avvio dell'applicazione
- Due traduzioni disponibili per il programma: Inglese e Italiano.
Installazione
-Su Archlinux utilizzare il pacchetto su AUR.
-Per tutte le altro distro:
- Installare le dipendenze:
gambas2-runtime, gambas2-gb-gtk, gambas2-gb-qt, gambas2-gb-form, gambas2-gb-settings, gconf, pygtk, python-xlib, python2, git
Nota: gambas2-gb-qt è facoltativo, installatelo solo se volete il supporto QT per KDE.
- Aprire un terminale e digitare i seguenti comandi:
- cd ~
- git clone https://github.com/lovesnow/deepin-screenshot.git .deepin-screenshot
- cd .deepin-screenshot
- ./updateTranslate.sh
- su
(e inserire la propria password da root)
- echo 'python2 ~/.deepin-screenshot/src/screenshot.py $@' >> /usr/bin/deepin-screenshot
- chmod a+x /usr/bin/deepin-screenshot
- Scaricare il pacchetto coi binari (bin)
- Dare i permessi di esecuzione al file binario appena scaricato:
chmod +x DeepinScreenshotGUI.gambas
- Avviare il binario o facendo doppio click su di esso oppure da terminale digitando:
./DeepinScreenshotGUI.gambas
Ringraziamenti:
- Agli autori di Gambas2
- Agli sviluppatori di deepin-screenshot
- Alla mia ragazza per la sua pazienza
|
Downloads
|