Created attachment 356040 [details] Screenshow showing missing tabs (2.27.5-1.fc12) Description of problem: After updating from seahorse-2.27.1-2.fc12.x86_64 to seahorse-2.27.5-1.fc12.x86_64, seahorse no longer displays "Passwords" and "Trusted Keys" tabs. See this when running seahorse, first 2.27.1-2 and then 2.27.5-1: [tbl@tlondon ~]$ seahorse ** Message: init gpgme version 1.1.8 [tbl@tlondon ~]$ [tbl@tlondon ~]$ seahorse ** Message: init gpgme version 1.1.8 ** (seahorse:5146): WARNING **: could not find widget password-tab for seahorse-key-manager.xml ** (seahorse:5146): CRITICAL **: initialize_tab: assertion `self->pv->tabs[tabid].widget != NULL' failed [tbl@tlondon ~]$ I'll attach 2 screenshots: the first showing seahorse-2.27.5-1.fc12.x86_64, the second showing seahorse-2.27.1-2.fc12.x86_64. Version-Release number of selected component (if applicable): seahorse-2.27.5-1.fc12.x86_64 How reproducible: Every time..... Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 356042 [details] Screenshot showing "older" seahorse display (2.27.1-2.fc12.x86_64) This one shows "Passwords" and "Trusted Keys"
http://bugzilla.gnome.org/show_bug.cgi?id=590331
Thanks. I cc'ed myself on that BZ. I'm always in a bit of a quandary whether to file here or upstream... In the future, would it be helpful if I did the upstream searching first?
I don't care if you do it before or after, but getting the information upstream is valuable...
Upstream reports: Comment #2 from Rodney Dawes (developer, points: 20) 2009-08-05 20:05 UTC [reply] Reverting http://git.gnome.org/cgit/seahorse/commit/?id=6b7d1de066011d04db35548217f0b64e607abe4b will fix this problem, it seems. Looks like the "moving the passwords tab" didn't quite fully happen, and instead it sort of got removed. :-/
Created attachment 356439 [details] Patch to revert "moving" of Passwords tab I hand patched and then created a patch file, hacked "seahorse.spec", and then ran "rpmbuild -bb" on the 2.27.5-1 code. With this patch, I now get "Passwords tab" back. Had to fiddle a bit with the rpmbuild cmd to get it to accept '/lib64', etc. Hope this helps....