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 268414 - Copying GPG Id's from the "Security Information" window
Copying GPG Id's from the "Security Information" window
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.6.x (obsolete)
Other All
: Normal minor
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 258517 266830 (view as bug list)
Depends on:
Blocks: 327508
 
 
Reported: 2004-10-15 11:33 UTC by D.S. (Spider) Ljungmark
Modified: 2013-09-13 00:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
268414.patch (1.59 KB, patch)
2006-02-14 17:49 UTC, Jeffrey Stedfast
committed Details | Review

Description D.S. (Spider) Ljungmark 2004-10-15 11:33:02 UTC
Distribution: Gentoo Base System version 1.5.3
Package: Evolution
Priority: Normal
Version: GNOME2.8.0 2.0.1
Gnome-Distributor: Gentoo Linux
Synopsis: Copying GPG Id's from the "Security Information" window
Bugzilla-Product: Evolution
Bugzilla-Component: UI
Bugzilla-Version: 2.0.1
Description:
When recieving a signed message, you can click on an icon to show more
details about the gpg output. However, you cannot copy information from
this window, which causes annoying typing in cases where you want to
copy the key ID from a message into, fex. a terminal to manipulate /
update it.


Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 JP Rosevear 2004-10-20 19:43:08 UTC
*** bug 266830 has been marked as a duplicate of this bug. ***
Comment 2 André Klapper 2005-02-06 16:21:53 UTC
where are the gpg key id's displayed? cannot see them in 2.1.4....
Comment 3 André Klapper 2005-02-07 12:44:08 UTC
*** bug 258517 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2005-02-07 12:44:43 UTC
adding keyword
Comment 5 André Klapper 2005-03-23 22:12:15 UTC
still valid in evolution-2.2.0.0.200503210410-0.snap.ximian.10.1, 
retargetting to 2.3. the gpg id is *still* not displayed and it's 
still not possible to mark or even copy text. :-/
Comment 6 André Klapper 2005-08-06 15:40:50 UTC
changing component to "Mailer" to get rid of the UI component, also reassigning
as discussed with nags... adding UI keyword.
Comment 7 Not Zed 2005-08-25 05:38:46 UTC
trivial patch, just needs to set selectable on the label widget
Comment 8 André Klapper 2006-02-14 16:59:17 UTC
but there is no label widget, only a <placeholder/>, as the text is imported from gpg. but placeholders have to be empty - <placeholder></placeholder> is not allowed. :-(
Comment 9 Jeffrey Stedfast 2006-02-14 17:16:23 UTC
there's a GtkLabel widget created based on the gpg output somewhere in the mail/ code (I don't think it uses bonoboui <placeholder> foo at all?)
Comment 10 Jeffrey Stedfast 2006-02-14 17:49:03 UTC
Created attachment 59356 [details] [review]
268414.patch

This patch is untested because I no longer have a build environment for evolution, but I think those are the correct gtklabels.
Comment 11 André Klapper 2006-02-14 18:29:43 UTC
applied fejj's patch - marking and copying now works perfectly for me.
targetting to 2.5.
Comment 12 Veerapuram Varadhan 2006-02-27 13:21:29 UTC
Patch looks good to commit.