Index: bin/shutter =================================================================== --- bin/shutter +++ bin/shutter @@ -6034,11 +6034,7 @@ sub fct_init_depend { 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; #goocanvas eval { require Goo::Canvas };