Login  Register

New image from system clipboard, Gnome

Posted by Michael Doube on Dec 30, 2009; 7:08pm
URL: http://imagej.273.s1.nabble.com/New-image-from-system-clipboard-Gnome-tp3689892.html

Hi

I just tried to create a new image from the system clipboard
(File->New->System Clipboard) and got this exception:

java.io.IOException: Owner timed out
at sun.awt.X11.XSelection.validateDataGetter(XSelection.java:491)
at sun.awt.X11.XSelection.getData(XSelection.java:423)
at sun.awt.X11.XClipboard.getClipboardData(XClipboard.java:98)
at
sun.awt.datatransfer.ClipboardTransferable.fetchOneFlavor(ClipboardTransferable.java:101)
at
sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:80)
at sun.awt.X11.XClipboard.getContents(XClipboard.java:84)
at ij.plugin.Clipboard.showSystemClipboard(Clipboard.java:76)
at ij.plugin.Clipboard.run(Clipboard.java:35)
at ij.IJ.runPlugIn(IJ.java:153)
at ij.Executer.runCommand(Executer.java:122)
at ij.Executer.run(Executer.java:59)
at java.lang.Thread.run(Thread.java:619)

I'm running Ubuntu 9.10 with Gnome desktop, IJ 1.43n and Sun's Java
(1.6.0_15 64-bit) and made my screenshot by hitting [Prt Sc] and
'Clipboard' in the dialog that pops up.

Mike