1. 前言
本文主要介绍ubuntu3种常用的截图工具及使用方法,包括如何设置快捷方式。以Ubuntu18.04为例。
2. Shutter
shutter截图软件支持全屏截图,指定区域截图、图片编辑等等功能。如果你的系统是Ubuntu16.04,推荐使用此工具。如果是你使用Ubuntu18.04,不推荐此工具,因为Ubuntu默认仓库里已经移除了libgoo-canvas-perl组件,缺少该组件将无法编辑图片,只能截图。
安装shutter
oucanrong@zcwyou:~$ sudo apt install -y shutter
Shutter主界面
安装Shutter编辑功能
查看libgoo-canvas组件
oucanrong@zcwyou:~$ apt-cache search libgoo-canvas
安装相关组件后才能支持编辑功能
oucanrong@zcwyou:~$ apt -y install libgoo-canvas*
3. flameshot
flameshot完美支持ubuntu18.04,flameshot同样支持支持全屏截图,指定区域截图、图片编辑等等功能。适合做教程,跟微信图片编辑和QQ截图类似。
安装flameshot
oucanrong@zcwyou:~$ sudo apt install -y flameshot
4. DeepinScrot
DeepinScrot为国产截图工具,你可以完全看作它是一个Linux版的QQ截图。
下载DeepinScrot deb包
wget http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-scrot/deepin-scrot_2.0-0deepin_all.deb
安装依赖关系
六sudo apt install -y python-xlib libcanberra-gtk-module
安装deepin-scrot包
sudo dpkg -i deepin-scrot_2.0-0deepin_all.deb
如果提示需要解决依赖关系,你可以先使用sudo apt-cache search xxx
然后安装相关的依赖关系包sudo apt install -y xxx
DeepinScrot功能操作示例图
5. Ubuntu系统设置截图快捷方式
打开Ubuntu设置-设备-键盘-最后看到自定义快捷键
名称随意填写,命令一定要填写:deepin-scrot
以上三个截图软件都可以使用这种方式设置快捷方式。
评论前必须登录!
注册