After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 364845 - epiphany doesn't use gnome's copy & paste protocol
epiphany doesn't use gnome's copy & paste protocol
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: General
2.28.x
Other All
: Normal normal
: Future
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
: 619561 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-24 22:31 UTC by javiermon
Modified: 2012-02-10 23:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
My try, just as reference. (1.54 KB, patch)
2007-04-14 04:59 UTC, Diego Escalante Urrelo (not reading bugmail)
needs-work Details | Review

Description javiermon 2006-10-24 22:31:56 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:
Comment 1 Reinout van Schouwen 2006-10-24 22:46:24 UTC
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.
Comment 2 Wouter Bolsterlee (uws) 2006-10-24 22:48:35 UTC
gkt_clipboard_store could be used. Perhaps storing only the plain text representation would be an idea?
Comment 3 Reinout van Schouwen 2006-10-24 22:56:14 UTC
OK, so apparently I was wrong?! Sorry.
Comment 4 javiermon 2006-10-25 05:33:57 UTC
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
Comment 5 Sebastien Bacher 2006-10-25 12:06:15 UTC
Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/epiphany-browser/+bug/68093
Comment 6 Wouter Bolsterlee (uws) 2007-03-21 13:54:23 UTC
Chpe, what about storing the text/plain representation on quit?
Comment 7 Diego Escalante Urrelo (not reading bugmail) 2007-04-04 07:10:35 UTC
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?
Comment 8 Diego Escalante Urrelo (not reading bugmail) 2007-04-14 04:59:20 UTC
Created attachment 86329 [details] [review]
My try, just as reference.
Comment 9 Reinout van Schouwen 2009-12-16 16:25:44 UTC
The bug still exists on 2.28+. @Diego, is your patch still valid with the webkit backend?
Comment 10 Diego Escalante Urrelo (not reading bugmail) 2012-01-29 06:57:20 UTC
*** Bug 619561 has been marked as a duplicate of this bug. ***
Comment 11 Diego Escalante Urrelo (not reading bugmail) 2012-02-10 21:48:14 UTC
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?
Comment 12 Wouter Bolsterlee (uws) 2012-02-10 23:06:33 UTC
Clipboard contents are available after quitting Ephy in 3.2. Marking RESOLVED.