문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:shutter [2021/02/03 23:09] kwon37xi |
linux:shutter [2021/12/21 10:39] (현재) kwon37xi [Shutter] |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Shutter ====== | ====== Shutter ====== | ||
| * http:// | * http:// | ||
| - | * 쉽고 강력한 리눅스 스크린샷 툴. Screenshot, screen capture | + | * [[linux: |
| - | * https:// | + | |
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| * Debian/ | * Debian/ | ||
| + | |||
| + | ===== PPA ===== | ||
| + | * https:// | ||
| + | |||
| + | <code sh> | ||
| + | sudo add-apt-repository ppa: | ||
| + | sudo apt-get update #for Linux Mint only, this is done automatically on Ubuntu | ||
| + | sudo apt install shutter | ||
| + | </ | ||
| + | * System Tray가 안보이면 | ||
| + | |||
| + | <code sh> | ||
| + | sudo apt install gir1.2-appindicator3-0.1 | ||
| + | </ | ||
| + | * 전체 Web Site 스크린샷찍기 | ||
| + | |||
| + | <code sh> | ||
| + | sudo apt install gnome-web-photo | ||
| + | </ | ||
| + | |||
| + | ===== Snap ===== | ||
| + | * [[https:// | ||
| + | |||
| + | <code sh> | ||
| + | sudo snap install shutter | ||
| + | |||
| + | sudo snap connect shutter: | ||
| + | sudo snap connect shutter: | ||
| + | </ | ||