[ImageJ-bugs] [Bug 1021] image capture not working in linux

bugzilla at fiji.sc bugzilla at fiji.sc
Wed Mar 11 11:08:26 CDT 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1021

Curtis Rueden <ctrueden at wisc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ctrueden at wisc.edu

--- Comment #2 from Curtis Rueden <ctrueden at wisc.edu> ---
The ScreenGrabber plugin just uses java.awt.Robot#createScreenCapture().

There are numerous bug reports surrounding that method on various flavors of
Linux and various versions of the JDK.

Someone with developer skills could try using that method from a test plugin or
script, and see if the problem is specific to ImageJ, or a general bug in
OpenJDK.

As a workaround for users, I suggest using the OS's built-in screen capturing
technique; e.g., gnome-screenshot:

http://www.thegeekstuff.com/2012/08/screenshot-ubuntu/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150311/07a753fc/attachment.html>


More information about the Imagej-bugs mailing list