GNOME Bugzilla – Bug 364845
epiphany doesn't use gnome's copy & paste protocol
Last modified: 2012-02-10 23:06:33 UTC
Please describe the problem: Hi If you open a epiphany window, copy something, close epiphany and try to paste it, voila! There's nothing to paste. I find quite amusing the default web browser doesn't implement this feature correctly, I would expect it from firefox since it's not a gnome app, but epiphany... I understand having a clipboard daemon may have it's performance issues, but this new behaviour is quite strange and only a few gnome apps follow it... it looks broken from a non-new user. anyway, sorry for the rant. Thanks Thanks Steps to reproduce: 1. Open epiphany, copy some text 2. Close epiphany 3. Nothing to paste Actual results: You can't paste the copied text Expected results: The text should be copied Does this happen every time? yes Other information:
Thanks for your bug report. As much as we'd like it to be different, this is an issue that affects every X application, not just Epiphany. There is nothing that we can do about it.
gkt_clipboard_store could be used. Perhaps storing only the plain text representation would be an idea?
OK, so apparently I was wrong?! Sorry.
Hi again There are some gnome apps that implement this behaviour correctly, for instance, gedit and gnome-terminal. Maybe their maintainers can help out. I don't know if gkt_clipboard_store can help out, I'm not familiar with gtk. Thanks
Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/epiphany-browser/+bug/68093
Chpe, what about storing the text/plain representation on quit?
I tried some gtk_clipboard_store magic but realized that the real business is in the EphyEmbed: ephy_command_manager_do_command (EPHY_COMMAND_MANAGER (embed), "cmd_copy"); Am I right?
Created attachment 86329 [details] [review] My try, just as reference.
The bug still exists on 2.28+. @Diego, is your patch still valid with the webkit backend?
*** Bug 619561 has been marked as a duplicate of this bug. ***
I do not remember how to reproduce this one. So far it works fine for me in 3.3, can anyone else confirm if it still happens in 3.2 or, if possible, 3.3?
Clipboard contents are available after quitting Ephy in 3.2. Marking RESOLVED.