Try   HackMD

找到一款 Linux 的截圖軟體,重點是它有圖片編輯器阿!GIMP 好麻煩,我的要求不多能畫條線、畫個箭頭再加畫個螢光筆就好了。

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

安裝

  1. Ubuntu 16.04
    安裝超級簡單在軟體中心就找的到了!

    應用程式 → Ubuntu 軟體中心 → 搜尋 Shutter → 點擊安裝了。

    Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More →

    最後長這樣:

    Image Not Showing Possible Reasons
    • The image file may be corrupted
    • The server hosting the image is unavailable
    • The image path is incorrect
    • The image format is not supported
    Learn More →


  1. Ubuntu 20.04

    但,在 Ubuntu 20.04 時,我從軟體中心卻找不到這個軟體了,無論是搜尋 Shutter 或是快門,只好改由終端機安裝了。

    因為不確定系統預設的 repository 有沒有收錄 Shutter,所以我先加入了官方的 PPA:

    ​​​​$ sudo add-apt-repository ppa:shutter/ppa

    然後用 apt-get 來安裝:

    ​​​​$ sudo apt-get update ​​​​$ sudo apt-get install shutter

問題排除:無法編輯圖片

是說,我每次更新系統 shutter 都會出問題,之前從 Ubuntu 16.04 升級到 Ubuntu 18.04 時,我的 Shutter 就不見過一次!不過這還不是最大的問題,畢竟可以重裝。

不過當從軟體中心重裝後(對!那時軟體中心還找的到),發現我沒辦法編輯圖片,更確切的說應該是編輯按鈕不能按,如果不能編輯圖片我還要你幹麻(翻桌)

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
翻桌啦(圖片來源: Zi 字媒體

只好森七七地去拜大神了,據大神們說這是因會缺少必要套件,只要把這些套件裝回就行了,不過這些套件已經被從 Ubuntu 18.04 的官方 repository 移除了,因此必須先手動下載:

$ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb $ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb $ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb

之後才能進行安裝,安裝過程或許會需要 apt-get install -f 指令來處理相依套件衝突問題:

$ sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb $ sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb $ sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb $ sudo apt -f install

安裝結束後就可以把下載的 deb 刪掉了:

$ sudo rm libgoocanvas-common_1.0.0-1_all.deb $ sudo rm libgoocanvas3_1.0.0-1_amd64.deb $ sudo rm libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb

最後啟動 Shutter 可以發現我的編輯又可以用了(開心


補充一下,是說我發現在這版的截圖在使用時變得超級糊。找了下原因,發現它的影像品質預設只有 9,滿級是 100,難怪超級糊。

影像品質可以在 編輯偏好設定主要影像格式 來調整:

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

參考資料

  1. yunol (2010-08-22)。好用的Ubuntu螢幕截圖軟體 Shutter。檢自 台中式教育局網路中心數位教學平台 (2020-02-13)。
  2. Chi Thuc Nguyen (2019-02-19)。How to enable "Edit" option in Shutter on Ubuntu 18.04。檢自 Chi Thuc Nguyen|Medium (2021-01-26)。
  3. Peter279k (2019-02-01)。在 Ubuntu 18.04 上安裝 Shutter 擷取圖片工具。檢自 Peter 工程日誌 (2021-01-26)。
  4. G. T. Wang (2013-10-15)。Shutter:Linux 系統下的多功能桌面畫面擷取工具。檢自 G. T. Wang (2021-09-14)。

更新紀錄

最後更新日期:2021-09-14
  • 2021-09-14 更新:指令安裝方式、各節標題更改
  • 2021-01-27 更新:新增 在 Ubuntu 18.04 +上安裝
  • 2020-02-13 完稿
  • 2020-02-13 起稿



本文作者: 辛西亞.Cynthia
本文連結辛西亞的技能樹 / hackmd 版本
版權聲明: 部落格中所有文章,均採用 姓名標示-非商業性-相同方式分享 4.0 國際 (CC BY-NC-SA 4.0) 許可協議。轉載請標明作者、連結與出處!