사용자 도구

사이트 도구


linux:shutter

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
마지막 판 양쪽 다음 판
linux:shutter [2020/06/15 11:43]
kwon37xi
linux:shutter [2021/12/21 10:33]
kwon37xi
줄 2: 줄 2:
   * http://shutter-project.org/   * http://shutter-project.org/
   * 쉽고 강력한 리눅스 스크린샷 툴. Screenshot, screen capture   * 쉽고 강력한 리눅스 스크린샷 툴. Screenshot, screen capture
 +  * https://github.com/shutter-project/shutter
 +  * https://launchpad.net/shutter/
 +  * Debian/Ubuntu 공식 리포지토레이서는 의존성이 걸린 다른 패키지가 제거되면서 함께 제거됨.
  
-===== Install / ubuntu =====+===== PPA ===== 
 +  * https://launchpad.net/~shutter/+archive/ubuntu/ppa
  
 <code sh> <code sh>
 sudo add-apt-repository ppa:shutter/ppa sudo add-apt-repository ppa:shutter/ppa
-sudo apt-get update && sudo apt-get install shutter+sudo apt-get update #for Linux Mint only, this is done automatically on Ubuntu 
 +sudo apt install shutter
 </code> </code>
 +  * System Tray가 안보이면
  
 +<code sh>
 +sudo apt install gir1.2-appindicator3-0.1
 +</code>
 +  * 전체 Web Site 스크린샷찍기
 +
 +<code sh>
 +sudo apt install gnome-web-photo
 +</code>
 +
 +===== Snap =====
 +  * [[https://snapcraft.io/shutter|shutter snap]]
 +
 +<code sh>
 +sudo snap install shutter
 +
 +sudo snap connect shutter:home core:home
 +sudo snap connect shutter:unity7 core:unity7
 +</code>
linux/shutter.txt · 마지막으로 수정됨: 2021/12/21 10:39 저자 kwon37xi