How to enable the Edit button in Shutter?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
17
down vote
favorite
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?
18.04 shutter
add a comment |Â
up vote
17
down vote
favorite
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?
18.04 shutter
2
A bug report for this issue has been filed check the status on bugs.launchpad.net/ubuntu/+source/shutter/+bug/1767807 to see if an official fix is available
â tannerli
Apr 30 at 7:19
add a comment |Â
up vote
17
down vote
favorite
up vote
17
down vote
favorite
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?
18.04 shutter
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?
18.04 shutter
edited Apr 28 at 6:40
![](https://i.stack.imgur.com/TZeYd.jpg?s=32&g=1)
![](https://i.stack.imgur.com/TZeYd.jpg?s=32&g=1)
andrew.46
20.4k1463138
20.4k1463138
asked Apr 28 at 6:12
user822833
2
A bug report for this issue has been filed check the status on bugs.launchpad.net/ubuntu/+source/shutter/+bug/1767807 to see if an official fix is available
â tannerli
Apr 30 at 7:19
add a comment |Â
2
A bug report for this issue has been filed check the status on bugs.launchpad.net/ubuntu/+source/shutter/+bug/1767807 to see if an official fix is available
â tannerli
Apr 30 at 7:19
2
2
A bug report for this issue has been filed check the status on bugs.launchpad.net/ubuntu/+source/shutter/+bug/1767807 to see if an official fix is available
â tannerli
Apr 30 at 7:19
A bug report for this issue has been filed check the status on bugs.launchpad.net/ubuntu/+source/shutter/+bug/1767807 to see if an official fix is available
â tannerli
Apr 30 at 7:19
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
14
down vote
accepted
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.
Download and install the
libgoocanvas-common
andlibgoocanvas3
packages.
Either use Gdebi package installer (available in Ubuntu Software) or
run command in terminal (press Ctrl+Alt+T) to install the package:sudo dpkg -i ~/Downloads/libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i ~/Downloads/libgoocanvas-common_1.0.0-1_all.deb
sudo apt-get -f install
Finally download & install
libgoo-canvas-perl
package:
Also install the package via Gdebi or terminal command, since Ubuntu Software doesnâÂÂt solve dependencies automatically:
sudo dpkg -i ~/Downloads/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo apt-get -f install
To apply changes, kill Shutter process or restart your computer!
1
Welcome to Ask Ubuntu! While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
â Thomas Wardâ¦
Apr 28 at 17:45
1
budgie, I tested it in Lubuntu 18.04 and it worked, too! Great!
â Redbob
May 4 at 16:30
1
This solution worked on kde plasma as well.
â EricC
Jul 19 at 18:31
I had to install "libgoocanvas-common" before "libgoocanvas3". Otherwise, fab! Let this stand as an example of how to write a great answer! Just spell it all out. Wish i could give you more than one upvote!
â Reb.Cabin
Aug 22 at 20:07
add a comment |Â
up vote
3
down vote
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.debClicked 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.
1
You don't have to restart the computer. Just kill the Shutter process.
â Omar Tariq
Jul 19 at 18:16
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
14
down vote
accepted
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.
Download and install the
libgoocanvas-common
andlibgoocanvas3
packages.
Either use Gdebi package installer (available in Ubuntu Software) or
run command in terminal (press Ctrl+Alt+T) to install the package:sudo dpkg -i ~/Downloads/libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i ~/Downloads/libgoocanvas-common_1.0.0-1_all.deb
sudo apt-get -f install
Finally download & install
libgoo-canvas-perl
package:
Also install the package via Gdebi or terminal command, since Ubuntu Software doesnâÂÂt solve dependencies automatically:
sudo dpkg -i ~/Downloads/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo apt-get -f install
To apply changes, kill Shutter process or restart your computer!
1
Welcome to Ask Ubuntu! While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
â Thomas Wardâ¦
Apr 28 at 17:45
1
budgie, I tested it in Lubuntu 18.04 and it worked, too! Great!
â Redbob
May 4 at 16:30
1
This solution worked on kde plasma as well.
â EricC
Jul 19 at 18:31
I had to install "libgoocanvas-common" before "libgoocanvas3". Otherwise, fab! Let this stand as an example of how to write a great answer! Just spell it all out. Wish i could give you more than one upvote!
â Reb.Cabin
Aug 22 at 20:07
add a comment |Â
up vote
14
down vote
accepted
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.
Download and install the
libgoocanvas-common
andlibgoocanvas3
packages.
Either use Gdebi package installer (available in Ubuntu Software) or
run command in terminal (press Ctrl+Alt+T) to install the package:sudo dpkg -i ~/Downloads/libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i ~/Downloads/libgoocanvas-common_1.0.0-1_all.deb
sudo apt-get -f install
Finally download & install
libgoo-canvas-perl
package:
Also install the package via Gdebi or terminal command, since Ubuntu Software doesnâÂÂt solve dependencies automatically:
sudo dpkg -i ~/Downloads/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo apt-get -f install
To apply changes, kill Shutter process or restart your computer!
1
Welcome to Ask Ubuntu! While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
â Thomas Wardâ¦
Apr 28 at 17:45
1
budgie, I tested it in Lubuntu 18.04 and it worked, too! Great!
â Redbob
May 4 at 16:30
1
This solution worked on kde plasma as well.
â EricC
Jul 19 at 18:31
I had to install "libgoocanvas-common" before "libgoocanvas3". Otherwise, fab! Let this stand as an example of how to write a great answer! Just spell it all out. Wish i could give you more than one upvote!
â Reb.Cabin
Aug 22 at 20:07
add a comment |Â
up vote
14
down vote
accepted
up vote
14
down vote
accepted
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.
Download and install the
libgoocanvas-common
andlibgoocanvas3
packages.
Either use Gdebi package installer (available in Ubuntu Software) or
run command in terminal (press Ctrl+Alt+T) to install the package:sudo dpkg -i ~/Downloads/libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i ~/Downloads/libgoocanvas-common_1.0.0-1_all.deb
sudo apt-get -f install
Finally download & install
libgoo-canvas-perl
package:
Also install the package via Gdebi or terminal command, since Ubuntu Software doesnâÂÂt solve dependencies automatically:
sudo dpkg -i ~/Downloads/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo apt-get -f install
To apply changes, kill Shutter process or restart your computer!
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.
Download and install the
libgoocanvas-common
andlibgoocanvas3
packages.
Either use Gdebi package installer (available in Ubuntu Software) or
run command in terminal (press Ctrl+Alt+T) to install the package:sudo dpkg -i ~/Downloads/libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i ~/Downloads/libgoocanvas-common_1.0.0-1_all.deb
sudo apt-get -f install
Finally download & install
libgoo-canvas-perl
package:
Also install the package via Gdebi or terminal command, since Ubuntu Software doesnâÂÂt solve dependencies automatically:
sudo dpkg -i ~/Downloads/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo apt-get -f install
To apply changes, kill Shutter process or restart your computer!
edited Apr 29 at 13:05
terdonâ¦
61.8k12125204
61.8k12125204
answered Apr 28 at 7:28
budgie
15612
15612
1
Welcome to Ask Ubuntu! While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
â Thomas Wardâ¦
Apr 28 at 17:45
1
budgie, I tested it in Lubuntu 18.04 and it worked, too! Great!
â Redbob
May 4 at 16:30
1
This solution worked on kde plasma as well.
â EricC
Jul 19 at 18:31
I had to install "libgoocanvas-common" before "libgoocanvas3". Otherwise, fab! Let this stand as an example of how to write a great answer! Just spell it all out. Wish i could give you more than one upvote!
â Reb.Cabin
Aug 22 at 20:07
add a comment |Â
1
Welcome to Ask Ubuntu! While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
â Thomas Wardâ¦
Apr 28 at 17:45
1
budgie, I tested it in Lubuntu 18.04 and it worked, too! Great!
â Redbob
May 4 at 16:30
1
This solution worked on kde plasma as well.
â EricC
Jul 19 at 18:31
I had to install "libgoocanvas-common" before "libgoocanvas3". Otherwise, fab! Let this stand as an example of how to write a great answer! Just spell it all out. Wish i could give you more than one upvote!
â Reb.Cabin
Aug 22 at 20:07
1
1
Welcome to Ask Ubuntu! While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
â Thomas Wardâ¦
Apr 28 at 17:45
Welcome to Ask Ubuntu! While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
â Thomas Wardâ¦
Apr 28 at 17:45
1
1
budgie, I tested it in Lubuntu 18.04 and it worked, too! Great!
â Redbob
May 4 at 16:30
budgie, I tested it in Lubuntu 18.04 and it worked, too! Great!
â Redbob
May 4 at 16:30
1
1
This solution worked on kde plasma as well.
â EricC
Jul 19 at 18:31
This solution worked on kde plasma as well.
â EricC
Jul 19 at 18:31
I had to install "libgoocanvas-common" before "libgoocanvas3". Otherwise, fab! Let this stand as an example of how to write a great answer! Just spell it all out. Wish i could give you more than one upvote!
â Reb.Cabin
Aug 22 at 20:07
I had to install "libgoocanvas-common" before "libgoocanvas3". Otherwise, fab! Let this stand as an example of how to write a great answer! Just spell it all out. Wish i could give you more than one upvote!
â Reb.Cabin
Aug 22 at 20:07
add a comment |Â
up vote
3
down vote
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.debClicked 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.
1
You don't have to restart the computer. Just kill the Shutter process.
â Omar Tariq
Jul 19 at 18:16
add a comment |Â
up vote
3
down vote
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.debClicked 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.
1
You don't have to restart the computer. Just kill the Shutter process.
â Omar Tariq
Jul 19 at 18:16
add a comment |Â
up vote
3
down vote
up vote
3
down vote
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.debClicked 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.
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.debClicked 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.
edited Jun 4 at 14:30
MadMike
3,76272144
3,76272144
answered Apr 28 at 8:10
user822833
1
You don't have to restart the computer. Just kill the Shutter process.
â Omar Tariq
Jul 19 at 18:16
add a comment |Â
1
You don't have to restart the computer. Just kill the Shutter process.
â Omar Tariq
Jul 19 at 18:16
1
1
You don't have to restart the computer. Just kill the Shutter process.
â Omar Tariq
Jul 19 at 18:16
You don't have to restart the computer. Just kill the Shutter process.
â Omar Tariq
Jul 19 at 18:16
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029085%2fhow-to-enable-the-edit-button-in-shutter%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
A bug report for this issue has been filed check the status on bugs.launchpad.net/ubuntu/+source/shutter/+bug/1767807 to see if an official fix is available
â tannerli
Apr 30 at 7:19