从ubuntu的所有应用中发现有个截屏软件的桌面启动项,在/usr/share/applications下没有发现,不知道名称,估计名字应该含有scree。
打开软件不关闭,使用ps -ef
从最近打开进程中发现了gnome-screenshot。
使用whereis gnome-screenshot
找到命令位置/usr/bin/gnome-screenshot
设置—>键盘快捷键—>+
添加了CTRL+ALT+A启动。但是截的是全屏。
通过man gnome-screenshot 发现-a选项是截部分区域,快捷命令改为/usr/bin/gnome-screenshot -a
完美解决。