怎样快速启动deepin-scrot截屏软件?
Tofloor
poster avatar
fantasyhpu
deepin
2018-12-16 18:44
Author
各位好。
我的电脑是用了十年的老笔记本,对大多数操作系统,它已经无力带动了。为此,我安装了一个轻量级的系统---Lubuntu16.04。
为了工作需要,我安装了深度的截屏软件deepin-scrot,非常好用!
我的电脑系统左下角的开始菜单里没有deepin-scrot快捷启动图标,目前只能在终端里启动。但是每次启动它时,都要先“ctrl+alt+t”打开终端,再将终端窗口移动到不遮挡截屏区域的位置,再输入deepin-scrot,再按enter键,才开始截屏。不太方便。
有什么办法能快速启动它吗?例如在开始菜单里加入启动图标,或者按某些键(例如ctrl+alt+a)来快速启动它?
多谢指点。


Reply Favorite View the author
All Replies
avatar
amerysong
deepin
2018-12-16 18:56
#1
Lubuntu应该可以设置快捷键,当然,你也可以给deepin-scrot新建快捷方式图标,新建一个deepin-scrot.desktop文件,内容粘贴如下:
  1. [Desktop Entry]
  2. Categories=Graphics;
  3. Exec=deepin-scrot
  4. GenericName=deepin-scrot
  5. GenericName[en_US.UTF-8]=deepin-scrot
  6. Icon=你自己提供一个图标文件路径,可以是png,ico等,如"/home/aaa/hello.png"
  7. Name=deepin-scrot
  8. Name[en_US]=deepin-scrot
  9. Terminal=false
  10. Type=Application
Copy the Code
Reply View the author
avatar
amerysong
deepin
2018-12-16 18:57
#2
https://bbs.deepin.org/post/172502
Lubuntu应该可以设置快捷键,当然,你也可以给deepin-scrot新建快捷方式图标,新建一个deepin-scrot.deskto ...

deepin-scrot.desktop文件放到桌面,给执行权限。或者放到 ".local/share/applications" 给执行权限
Reply View the author
avatar
fantasyhpu
deepin
2018-12-16 19:51
#3
https://bbs.deepin.org/post/172502
Lubuntu应该可以设置快捷键,当然,你也可以给deepin-scrot新建快捷方式图标,新建一个deepin-scrot.deskto ...

感谢指点,非常顺利的在开始菜单中建立了快速启动图标。
再次感谢!
Reply View the author
avatar
diyarem
deepin
2018-12-16 20:34
#4
alt+prt scsysrq
Reply View the author
avatar
fantasyhpu
deepin
2018-12-17 00:41
#5
https://bbs.deepin.org/post/172502
Lubuntu应该可以设置快捷键,当然,你也可以给deepin-scrot新建快捷方式图标,新建一个deepin-scrot.deskto ...

请问怎样升级deepin-scrot呢?我在终端输入"deepin-scrot --v",得到我安装的版本是"deepinScrot.py v1.0"。这个版本有个缺点,如图片所示,保存的截图会出现大块的黑色区域(这是不应该出现的)。
有办法让我的深度截图升级到一个稳定的新版本吗?

Reply View the author
avatar
deepin157
deepin
2018-12-17 03:20
#6
我用158系统,截图就直接用ctrl+alt+a即可。
Reply View the author
avatar
fantasyhpu
deepin
2018-12-17 04:20
#7
https://bbs.deepin.org/post/172502
我用158系统,截图就直接用ctrl+alt+a即可。

08年我买这台笔记本时,它运行XP很溜。但是现在,重装的XP,它半个月就卡的要死。电子产品有老化寿命。
但是自从用上轻量级的linux后,它又可以发挥余热了,仿佛重回青春一样。
Reply View the author
avatar
amerysong
deepin
2018-12-18 03:44
#8
https://bbs.deepin.org/post/172502
请问怎样升级deepin-scrot呢?我在终端输入"deepin-scrot --v",得到我安装的版本是"deepinScrot.py v1.0 ...

要不你尝试一下shutter?
Reply View the author
avatar
fantasyhpu
deepin
2018-12-19 23:33
#9
https://bbs.deepin.org/post/172502
要不你尝试一下shutter?

非常感谢您的指点。
我安装shutter后,感觉它没有deepin的截图软件好用,还是期望能用上deepin的产品。
我以前安装过Lubuntu18.04,其软件中心有“深度截图”,可以直接下载安装,是最新的稳定版软件。
但是Lubuntu18.04不太稳定,于是我又退回了Lubuntu16.04,比18.04稳定多了。但是16.04的软件中心里没有深度截图(或deepin的产品)。
请问有什么办法能得到最新的深度截图稳定版的.deb文件吗?
Reply View the author