GNOME Bugzilla – Bug 268414
Copying GPG Id's from the "Security Information" window
Last modified: 2013-09-13 00:49:32 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.
*** bug 266830 has been marked as a duplicate of this bug. ***
where are the gpg key id's displayed? cannot see them in 2.1.4....
*** bug 258517 has been marked as a duplicate of this bug. ***
adding keyword
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. :-/
changing component to "Mailer" to get rid of the UI component, also reassigning as discussed with nags... adding UI keyword.
trivial patch, just needs to set selectable on the label widget
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. :-(
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?)
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.
applied fejj's patch - marking and copying now works perfectly for me. targetting to 2.5.
Patch looks good to commit.
committed. http://cvs.gnome.org/viewcvs/evolution/mail/em-format-html-display.c?r1=1.92&r2=1.93 http://cvs.gnome.org/viewcvs/evolution/mail/ChangeLog?r1=1.3809&r2=1.3810 fix will be included in evo 2.6.0. thanks fejj. :-)