0

What is the convenient way to take a screenshot and share it to Google+?

I tried Shutter but it doesn't have a plugin to share to Google+.

I also tried to install Nanoshot, but I got E: Unable to locate package nanoshot.

So is there any other methods?

Evan Hu
  • 101

1 Answers1

1

You may be able to cobble together an API plug-in for shutter using the Google Plus API info.

To fix the unable to locate on nanoshot, you'll need to add the nanoshot ppa.

sudo add-apt-repository ppa:nanoshot/ppa
sudo apt-get update
sudo apt-get install nanoshot

More information on the installation procedures can be found on the nanoshot page

Fabby
  • 35,017
SirMoo
  • 39