Closed
Bug 1467132
Opened 7 years ago
Closed 6 years ago
[Wayland/Clipboard] Second image data copy fails - broken pipe
Categories
(Core :: Widget: Gtk, defect)
Core
Widget: Gtk
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox62 | --- | affected |
People
(Reporter: stransky, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.28 KB,
text/x-csrc
|
Details |
Reproduction steps:
- copy any image to clipboard (right click menu -> Copy image), paste to gimp
- copy anything else to clipboard (text, link...)
- copy another image to clipboard (right click menu -> Copy image) -> Fails, the new image is not stored
Reporter | ||
Comment 1•7 years ago
|
||
That's most probably https://gitlab.gnome.org/GNOME/gtk/issues/66
Reporter | ||
Comment 2•7 years ago
|
||
There's also a simple testcase which demonstrates that.
Reporter | ||
Comment 3•6 years ago
|
||
It may be caused by something else - looks like the first image is replicated to the cliboard and the second one is ignored.
Reporter | ||
Comment 4•6 years ago
|
||
Hm after some debugging it's really the https://gitlab.gnome.org/GNOME/gtk/issues/66 - I see the broken pipe again.
Reporter | ||
Updated•6 years ago
|
Summary: [Wayland/Clipboard] Second image data copy fails → [Wayland/Clipboard] Second image data copy fails - broken pipe
Reporter | ||
Comment 6•6 years ago
|
||
That should be fixed now along the recent clipboard fixes at Wayland code.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•