- First generate mo files.Swith `deepin-scrot` directory to execute updateTranslate.sh like below:
./updateTranslate.sh
- Quick start:Switch `src` directory to execute deepinScrot.py like below command:
cd ./src && ./deepinScrot.py
- 提示:You have 'gettext' installed to generate mo files.
```
sudo apt-get install gettext
```
- 提示xlib和gtk未安装
```
sudo apt-get install python-xlib
sudo apt-get install python-gtk2
```
- 生成快捷方式
1. 编辑快捷方式 sudo vi /usr/share/applications/deepinScrot.desktop
```
[Desktop Entry]
Encoding=UTF-8
Name=deepinScrot
Exec=deepinScrot
Icon=/home/wusong/icon/deepinScrot.png
Terminal=false
Type=Application
Categories=Development
```
2. 生成快捷方式
> 由于直接运行 ./deepin-scrot/src/deepinScrot.py 会报错(IOError: [Errno 2] No translation file found for domain: 'deepin-scrot'),网上balabala也没找到什么原因,所以只能先生成一个脚本文件
sudo vi /opt/deepinSctot.sh
```
cd /home/wusong/下载/deepin-scrot/src && ./deepinScrot.py
```
sudo ln -s /opt/deepinScrot.sh deepinScrot
3. 打开设置->设备->键盘->+
添加快捷方式,命令就是快捷方式文件中的Name:deepinScrot
安装包安装已经不能下载了。。。
https://www.deepin.org/2012/03/02/deepin-scrot-2-0-video-and-install-in-ubuntu/