Source Code
Latest source packages are available here. If you build a package for your distribution, please let us know – we’ll link to it.
Latest code snapshot:
If you are interested in the latest snapshot you can checkout the dev-branch from our bazaar repository:
https://code.launchpad.net/~mario-kemper/shutter/devel
5 Comments
Trackbacks/Pingbacks
- Linux最佳截图软件Shutter 0.87.3发布 | IMCN - [...] 源代码下载:http://shutter-project.org/downloads/source-code/ [...]
- Shutter: Alternativa para Snagit no Linux | WebCres / Blog - [...] Shutter é OpenSource, você pode obter o código fonte dele aqui, com isso você pode compilá-lo em sua distro, ...






Thanks for share the source code, i’ll try to build a package use this.
I get the following warnings and errors (listed at the end) on my openSUSE 11.3.
The Killfam.pm isn’t included in the openSUSE-Repository (Third Party Packages) and the source code tar.
Is there a way to get this file or run the application?
WARNING: Net::DBus::GLib is missing –> Ubuntu One support will be disabled!
WARNING: Image::ExifTool is missing –> Writing Exif information will be disabled!
Can’t locate Proc/Killfam.pm in @INC (@INC contains: /usr/share/shutter/resources/modules /usr/lib/perl5/site_perl/5.12.1/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.12.1 /usr/lib/perl5/vendor_perl/5.12.1/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.12.1 /usr/lib/perl5/5.12.1/i586-linux-thread-multi /usr/lib/perl5/5.12.1 .) at /usr/share/shutter/resources/modules/Shutter/Screenshot/Web.pm line 31.
BEGIN failed–compilation aborted at /usr/share/shutter/resources/modules/Shutter/Screenshot/Web.pm line 31.
Compilation failed in require at /usr/bin/shutter line 188.
I think you need to install the following package: perl-Proc-ProcessTable
Now is works fine.
Thanks
thanks