I am trying to enable the Edit button in Shutter. I installed the application from Ubuntu Software and are using Ubuntu 18.04.
After taking a screenshot the Edit button is disabled. And when hovering the mouse pointer over the button the text "Goo::Canvas/libgoo-canvas-perl needs to be installed for this feature" is shown.
I have tried to install the package libgoocanvas2-perl and restarted the computer, but the edit button is still not enabled:
sudo apt install libgoocanvas2-perl
That is the only package I can find.
Anyone that knows how to fix this?
I found a solution here: http://ubuntuhandbook.org/index.php/2018/04/fix-edit-option-disabled-shutter-ubuntu-18-04/. I can confirm that it works for Budgie 18.04.
There is unofficial PPA with newer version of Shutter plus the required dependencies for Ubuntu 18.04 and 18.10. See https://www.linuxuprising.com/2018/10/shutter-removed-from-ubuntu-1810-and.html
and restart Shutter.
Thanks to the answer of budgie. That solution worked fine for me as well.
Just to clarify in this thread, this is what I did:
Downloaded these three packages in Chrome:
libgoocanvas-common_1.0.0-1_all.deb
libgoocanvas3_1.0.0-1_amd64.deb
libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
Clicked on the downloaded files in Chrome (or File Browser) and installed the package with Ubuntu Software.
Restarted the computer and then the Edit button was enabled.
How to fix this in a Snap! (Dad joke)
Another option, if you don't feel comfortable installing dependencies that aren't in the repo or adding a ppa, is to use the snap package.
You can search for Shutter in the Ubuntu Software store. There should be two packages: the snap and the old package with missing dependencies. To tell which is which, click on each one and go down to the details section. Under Details, make sure the Source says "Snap Store" (and not ubuntu-bionic-universe). Then go back to the top, and click the Install button. Oh snap! You're done.
To install from terminal, simply type:
To test it out: launch Shutter, take a screenshot, and test out the Edit functionality. If this was helpful, please consider an up-vote. Thanks!
PS: At the time of writing this, the package in the store was on version 0.94-1. The snap was on version 0.94.3, which is the newest release at https://launchpad.net/shutter #winning
Quick solution, just copy and paste these to your terminal:
Then restart Shutter and enjoy!
More details here: https://medium.com/@thucnc/how-to-enable-edit-option-in-shutter-on-ubuntu-18-04-e8b2c8dcc58
Just to add to other answers here after you install required dependencies
libgoocanvas-common_1.0.0-1_all.deb
libgoocanvas3_1.0.0-1_amd64.deb
libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
You need to kill and restart the shutter process, else the edit button will still be disabled.
You can do this with following commands:
Kill the process that's running
/usr/bin/shutter
. Now start shutter program again (It will again load the plugins required) and now the edit button should be enabled.