This article is quoted from the Linux commune, please click on the original:
https://www.linuxidc.com/Linux/2018-04/151911.htm
After installing my favorite tool shutter in Ubuntu 18.04, I found the edit button to be programmed gray. This quick tip will show you how to re-enable the editing feature in shutter.
Ubuntu Install shutter command:
sudo apt-get install shutter
To re-enable the edit option, shutter requires the Libgoo-canvas-perl library, which is not available in the Ubuntu 18.04 Master Archive. As a workaround, you can get packages and dependencies from the Ubuntu 17.10 Repository.
The following is a link to the package you need to install (only 64-bit is supported when Ubuntu 18.04 downloads 32-bit):
1. Download and double-click to install the Libgoocanvas-common package:
Libgoocanvas-common
2. Download and install the LIBGOOCANVAS3 package:
Libgoocanvas3
Install the package by using the Gdebi Package installer (available in Ubuntu software) or by running commands in the terminal (press CTRL + ALT + T):
sudo dpkg-i linux commune/libgoocanvas-common_1.0.0-1_all.deb; sudo apt-get-f Install
sudo dpkg-i linux commune/libgoocanvas3_1.0.0-1_amd64.deb; sudo apt-get-f Install
3. Finally download and install the Libgoo-canvas-perl package:
Libgoo-canvas-perl
Packages can also be installed via Gdebi or terminal commands because Ubuntu software does not automatically resolve dependencies:
sudo dpkg-i linux commune/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb; sudo apt-get-f Install
To apply the changes, close the shutter process or restart the computer!
The relevant documents can also be downloaded to the Linux commune resource station:
------------------------------------------Split Line------------------------------------------
Free in http://linux.linuxidc.com/
user name and password are www.linuxidc.com
specific download directory in /2018 Profile/4 months/16th/ubuntu 18.04 in shutter disable the "edit" option to resolve/
Download method See http://www.linuxidc.com/Linux/2013-07/87684.htm
------------------------------------------Split Line------------------------------------------
For more information about Ubuntu see the Ubuntu feature page https://www.linuxidc.com/topicnews.aspx?tid=2
This article permanently updates the link address : https://www.linuxidc.com/Linux/2018-04/151911.htm
[System Software] Shutter in Ubuntu 18.04 disables the "edit" option to resolve