Naruto
8/8/2013 - 7:59 AM

weston(wayland) の screenshot の取り方 ref: http://qiita.com/TNaruto/items/7eef814e7673fd42e681

weston(wayland) の screenshot の取り方 ref: http://qiita.com/TNaruto/items/7eef814e7673fd42e681

(Win + s を入力)
root:~> ps -ef|grep weston
root       178   170  0  8月07 ?      00:00:00 /usr/bin/weston-launch -- -i0
app        191   178  0  8月07 tty2   00:00:00 /usr/bin/weston -i0                  <- weston の pid は 191
app        211   191  0  8月07 tty2   00:00:00 /usr/libexec/weston-keyboard
app        215   191  0  8月07 tty2   00:00:00 /usr/libexec/weston-desktop-shell
root       350   283  0 00:42 pts/0    00:00:00 grep weston
root:~> scp /proc/191/cwd/wayland-screenshot.png $USER@$SERVER:~/ <- png ファイルを scp 経由で送信する。