Archives For shutter

shutter screenshot

The Shutter screenshot tool released version 0.95 a few days ago as the first update after moving to Github, and the first step getting back into Ubuntu universe repositories.

Shutter is one of the most popular Linux screenshot applications with editing features. Since Ubuntu dropped old Gnome 2 libraries from the main repositories, Shutter is removed too from Ubuntu repository.

The project now is working on removing old dependency libraries and getting back into Linux Distros’ (Arch Linux, Debian, Ubuntu) repositories. And the release of version 0.95 is the first step in the process.

Shutter 0.95 changelog:

  • Almost fully dropped the dependency on the outdated Perl Gnome2 library
  • Update translations.
  • Removed dependencies: Arch: gnome-perl, gnome-vfs-perl; Debian: libgnome2-perl, libgnome2-vfs-perl
  • New dependencies:
    • Arch: perl-number-bytes-human, perl-glib-object-introspection
    • Debian: libnumber-bytes-human-perl, libglib-object-introspection-perl

How to Install Shutter in Ubuntu 20.04, Ubuntu 20.10:

Shutter packages as well as missing dependencies are now available in a trusted third-party PPA

1. Open terminal either via Ctrl+Alt+T keyboard shortcut, or from application launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:linuxuprising/shutter

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter to continue.

2. Then install Shutter either via Synaptic package manager or by running command in terminal:

sudo apt install shutter

Once installed, launch it from gnome software menu and enjoy!

Uninstall Shutter:

To remove shutter, simply open terminal and run command:

sudo apt remove --auto-remove shutter

And remove the PPA via Software & Updates -> Other Software.

shutter screenshot

Shutter is one of must install applications in my Ubuntu desktop. And now it’s made into PPA for Ubuntu 19.10 Eoan Ermine.

Shutter is a feature-rich screenshot application with editing feature. It was available in Ubuntu universe repository. Since Ubuntu 18.10, it’s removed, along with some old Gnome libraries required by the screenshot tool.

Thanks to “Linux Uprising” team, the PPA maintains Shutter packages as well as dependencies for new Ubuntu releases.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut, or from application launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:linuxuprising/shutter

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter to continue.

2. Then install Shutter either via Synaptic package manager or by running command in terminal:

sudo apt install shutter

Once installed, launch it from gnome software menu and enjoy!

Uninstall Shutter:

To remove shutter, simply open terminal and run command:

sudo apt remove --auto-remove shutter

And remove the PPA via Software & Updates -> Other Software.

shutter screenshot

Shutter, the popular Linux screenshot tool, is finally removed from the final release of Ubuntu 18.10 repository.

For those who want to install Shutter in Ubuntu 18.10. This unofficial PPA offers the latest packages that include:

  • Shutter 0.94.2 released a month ago with Gyazo uploads and some bug-fixes.
  • libgoo-canvas-perl and its dependencies to make ‘Edit’ option work.
  • libgtk2-appindicator-perl for system tray app indicator working.
UPATE: PPA abandoned since another PPA maintained the latest Shutter packages. For Ubuntu 19.04, read this howto tutorial.

Install Shutter in Ubuntu 18.10:

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command:

sudo add-apt-repository ppa:ubuntuhandbook1/shutter

Type your user password (no asterisks feedback) when it prompts and hit Enter to add the PPA.

2. Then install shutter via command:

sudo apt install --install-recommends shutter

--install-recommends is required for application indicator. And you can add --install-suggests flag in the command for more functions.

Once installed, open shutter from software launcher and enjoy!

Uninstall:

To remove shutter screenshot tool, run command in terminal:

sudo apt remove --autoremove shutter

And go to Software & Updates -> Other Software to remove third-party PPA repositories.

shutter screenshot

Shutter screenshot tool got a maintenance release a day ago with some bugs fixed. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04.

Shutter 0.94.2 includes following changes since the 0.94 release:

  • Remove ITmages, Minus, TwitPic upload plugins since the services down.
  • Fix error in vygme plugin
  • Add support for Gyazo uploads
  • Fix insecure perl system calls
  • Use reverse-DNS style AppStream ID
  • Convert all JSON modules to JSON::MaybeXS instead of discouraged JSON modules
  • Fix the issue that right click > “show in folder” results in “There was an error executing xdg-open”

How to Install Shutter 0.94.2 in Ubuntu:

It seems the official Shutter PPA won’t update for the new release packages. So I uploaded the packages into an unofficial PPA with support for Ubuntu 18.04 and Ubuntu 16.04.

1. Open terminal either from app launcher or via Ctrl+Alt+T keyboard shortcut. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/shutter

Type your password (no asterisks feedback) when it prompts and hit Enter.

2. Then upgrade Shutter via Software Updater utility:

or run commands one by one in terminal to install or upgrade the tool:

sudo apt-get update

sudo apt-get install shutter

For Ubuntu 18.04, the PPA also includes libgoo-canvas-perl to fix the ‘Edit’ option. And for system tray icon, run command:

sudo apt install libappindicator-dev && sudo cpan -i Gtk2::AppIndicator

Unintall

For any issue, you can revert back to Ubuntu build of Shutter by purging the PPA via command:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/shutter

shutter screenshot

For those who don’t use the default Gnome screenshot tool, here’s how to make the ‘PrintScreen’ keyboard key take a screenshot via another (Shutter in this case) screen capturing tool.

1. Launch System Settings and navigate to Devices -> keyboard.

2. In right, scroll down and find out the line says “Save a screenshot to Pictures“. Click on it, and in pop-up dialog change the shortcut from Print to any other key.

3. Scroll down and click plus sign to add a new shortcut, then:

  • type a name for the new shortcut.
  • type shutter -s as the shortcut function.
  • set the shortcut key to PrintScreen.

Finally click the Add button and done.

In addition, you can add more shortcuts for shutter, e.g., shutter -f to take a screenshot of full-screen and shutter -w for window capturing.