Bug 515263

Summary: Seahorse missing "Passwords" and "Trusted Keys" tabs .... CRITICAL/WARNING tab related messages
Product: [Fedora] Fedora Reporter: Tom London <selinux>
Component: seahorseAssignee: Tomáš Bžatek <tbzatek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mclasen, tbzatek, tsmetana
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-06 04:20:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Screenshow showing missing tabs (2.27.5-1.fc12)
none
Screenshot showing "older" seahorse display (2.27.1-2.fc12.x86_64)
none
Patch to revert "moving" of Passwords tab none

Description Tom London 2009-08-03 14:50:59 UTC
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:

Comment 1 Tom London 2009-08-03 14:52:11 UTC
Created attachment 356042 [details]
Screenshot showing "older" seahorse display (2.27.1-2.fc12.x86_64)

This one shows "Passwords" and "Trusted Keys"

Comment 2 Matthias Clasen 2009-08-04 15:27:13 UTC
http://bugzilla.gnome.org/show_bug.cgi?id=590331

Comment 3 Tom London 2009-08-04 17:54:49 UTC
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?

Comment 4 Matthias Clasen 2009-08-04 18:29:45 UTC
I don't care if you do it before or after, but getting the information upstream is valuable...

Comment 5 Tom London 2009-08-05 20:44:45 UTC
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. :-/

Comment 6 Tom London 2009-08-05 23:32:02 UTC
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....