Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2739  / 2 Years ago, sat, february 26, 2022, 12:44:59

I want to install Shutter, because I took a screenshot with the PrintScreen button, but when I try to install Shutter from the software center or from the terminal using the shutter ppa, it says that I need to install libxml-simple-perl. When I try to install that, it throws me another dependency, then again, then again. Why I can't install Shutter? Even Synaptic won't install it. Is there any fix for it? Are there any alternatives for Shutter?


More From » 12.04

 Answers
7

I don't know how to install Shutter, BUT you can install other screenshot taking applications, like this one which called Cleopix.



To install Cleopix (it is paid)



You can simply click this button



enter image description here



Also take look at this link







And ther is other way without using PrtScreen button. Type in terminal
gnome-screenshot. You can also make launcher for that, and take screenshot via launching it. For that just copy this and paste into file called screenshot.desktop




[Desktop Entry]
Name=Screenshot
Comment=Save images of your screen or individual windows
Exec=gnome-screenshot --interactive
Terminal=false
Type=Application
Icon=applets-screenshooter
StartupNotify=true
Categories=GTK;GNOME;Utility;
NotShowIn=KDE;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-utils
X-GNOME-Bugzilla-Component=screenshot
Actions=Screen;Window;Area
X-Ubuntu-Gettext-Domain=gnome-screenshot

[Desktop Action Screen]
Name=Take a Screenshot of the Whole Screen
Exec=gnome-screenshot
OnlyShowIn=Unity;

[Desktop Action Window]
Name=Take a Screenshot of the Current Window
Exec=gnome-screenshot -w
OnlyShowIn=Unity;

[Desktop Action Area]
Name=Take a Screenshot of a Selected Area
Exec=gnome-screenshot -a
OnlyShowIn=Unity;




And after that make that file executable, using chmod +x screenshot.desktop.
And it is ready for use! Just add it to your unity launcher and that's all:



That's how it will look like!


[#33308] Sunday, February 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rryble

Total Points: 489
Total Questions: 121
Total Answers: 119

Location: Marshall Islands
Member since Mon, May 31, 2021
3 Years ago
;