Shutter is a nice software but it takes a while to load. I observed that initially it loads some plugins (eg:upload-plugin). Is there a way to disable these plugins so that shutter loads quickly?
please illustrate how to do this.
Shutter is a nice software but it takes a while to load. I observed that initially it loads some plugins (eg:upload-plugin). Is there a way to disable these plugins so that shutter loads quickly?
please illustrate how to do this.
The initialization of plugins should only appear once (e.g. after updating Shutter or a fresh install of Ubuntu). If this dialogue appears every time you start Shutter it is simply a bug. There is an updated version of Shutter in our PPA. Please give it a try to see if it is fixed.
sudo add-apt-repository ppa:shutter/ppa
sudo apt-get update && sudo apt-get install shutter
I was seeing weird behavior, where I'd try to start shutter and I'd get a screen saying, Updating upload plugin information. And that screen would just sit there for 1-2 minutes.
Trying to start shutter from the commandline, it was outputting messages about /usr/share/shutter/resources/system/upload_plugins/upload/vgyme.pm
So I tried simply getting rid of that upload directory (moving it to a backup location, just in case):
sudo mv /usr/share/shutter/resources/system/upload_plugins/upload ~/backup_upload
I then rebooted (which I think was the core of my problems), and now starting shutter works just fine. So whether they were the problem or not, I think I'll happily leave those plugins out.
sudo rm /usr/share/shutter/resources/system/upload_plugins/upload. The update message is appearing because it fails to "compile" some of the upload plugins.
– Enrico
Aug 16 '20 at 13:55
WARNING: Image::ExifTool is missing --> writing Exif information will be disabled!
– Chirag Aug 10 '12 at 08:23sudo apt-get install libnet-dbus-glib-perl libimage-exif-perl– Chirag Aug 10 '12 at 08:31apt-get updateto throw errors. – Jeff Ward Apr 13 '20 at 19:44