RASPBIAN JESSIE WITH PIXEL
Image with PIXEL desktop based on Debian Jessie
Version:November 2016
Release date:2016-11-25
Kernel version:4.4
Release notes:
下载地址:
在新版本的Raspbian中,使用了图形界面PIXEL。为了方便今后对使用过程的记录,先学习如何在Raspbian中进行截图h和查看截图。
截图
工具:scrot
sudo apt-get install scrot
新版本的Raspbian是自带scrot的,因此使用最新版本的这里就不用去下载了。
用法:在命令后面加上文件路径和文件名,即可在指定路径生成截图文件。
如:
scrot /home/pi/Desktop/pic_1.png
即在桌面生成名为pic_1.png的截图文件。
常用命令:(如非管理员权限登录系统前面要sudo)
1、截取全屏
scrot
2、鼠标选定区域截屏
scrot -s
3、延时10s截屏
scrot -d 10
4、查看更多用法
scrot -h
查看
工具:shotwell
Raspbian最新版本自带图片查看器,直接双击即可查看。如果想直接用终端打开,可以安装shotwell
sudo apt-get install shotwell