You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/shutter/files/shutter-0.90-webphoto.patch

18 lines
640 B

Index: shutter-0.90/bin/shutter
===================================================================
--- shutter-0.90.orig/bin/shutter
+++ shutter-0.90/bin/shutter
@@ -9396,11 +9396,7 @@ else {
die "ERROR: imagemagick is missing --> aborting!\n\n";
}
- #gnome-web-photo
- unless ( File::Which::which('gnome-web-photo') ) {
- warn "WARNING: gnome-web-photo is missing --> screenshots of websites will be disabled!\n\n";
- $gnome_web_photo = FALSE;
- }
+ $gnome_web_photo = FALSE;
#nautilus-sendto
unless ( File::Which::which('nautilus-sendto') ) {