Version-Release number of selected component (if applicable): shutter-0.93.1-14.fc31.noarch perl-interpreter-5.30.0-445.fc31.x86_64 ERROR: Can't continue after import errors at /usr/bin/shutter line 57. BEGIN failed--compilation aborted at /usr/bin/shutter line 57. see this link . https://bugs.launchpad.net/shutter/+bug/1831155
*** Bug 1755554 has been marked as a duplicate of this bug. ***
Any bump on this? Making the similar changes from the diff in the launchpad ticket allows shutter to start.
(In reply to Mike Heffner from comment #2) > Any bump on this? Making the similar changes from the diff in the launchpad > ticket allows shutter to start. I've created a Copr with the latest 0.94.x version that fixes this: https://copr.fedorainfracloud.org/coprs/mheffner/shutter/
tenks now running thanks a lot
By changing the value use File::Glob qw/ glob /; to use File::Glob qw/ bsd_glob /; in both files /bin/shutter and /usr/share/perl5/vendor_perl/Shutter/Draw/DrawingTool.pm I was able to start shutter again. Seems this was an old bug https://bugs.launchpad.net/shutter/+bug/1831155, that happened to pop up again.
Franky helped me getting shutter running, but the screenshot functionality seems to be completely broken.
Applying [this patch](https://bazaar.launchpad.net/~shutter/shutter/devel/revision/1304) fixed it for me, and also screenshots work just as usual.
Hit the same issue on Fedora 31: "glob" is not exported by the File::Glob module Can't continue after import errors at /usr/bin/shutter line 57. BEGIN failed--compilation aborted at /usr/bin/shutter line 57.
Thank you. Comment #3 works for me.
I see some people report working functionality after applying this patch. Yet, for some reason this is how screenshots look for me: https://imgur.com/a/36hKbsC
(In reply to eisraeli from comment #11) > I see some people report working functionality after applying this patch. > > Yet, for some reason this is how screenshots look for me: > > https://imgur.com/a/36hKbsC on wayland ?
FEDORA-2019-973addd47d has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-973addd47d
shutter-0.94.3-1.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-973addd47d
shutter-0.94.3-1.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.
Just tried to install it again on Fedora 31 and still getting the same error: "glob" is not exported by the File::Glob module Can't continue after import errors at /usr/bin/shutter line 57. BEGIN failed--compilation aborted at /usr/bin/shutter line 57.