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 590331 - Seahorse does not display "Passwords"-Tab
Seahorse does not display "Passwords"-Tab
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
2.27.x
Other Linux
: Normal critical
: 2.28.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2009-07-30 23:34 UTC by Andreas Moog
Modified: 2009-08-06 02:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Andreas Moog 2009-07-30 23:34:52 UTC
Reported on Launchpad:
https://bugs.edge.launchpad.net/bugs/407063

Seahorse 2.27.5 is not displaying the password tab and thus I am unable to view or delete network passwords or wireless secrets. Launching seahorse from the terminal results in the following related errors:

$ seahorse

** (seahorse:3910): WARNING **: DNS-SD initialization failed: Daemon not running
** Message: init gpgme version 1.1.8

** (seahorse:3910): WARNING **: could not find widget password-tab for seahorse-key-manager.xml

** (seahorse:3910): CRITICAL **: initialize_tab: assertion `self->pv->tabs[tabid].widget != NULL' failed

ProblemType: Bug
Architecture: i386
Date: Thu Jul 30 15:05:48 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: wl
Package: seahorse 2.27.5-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-4.23-generic
SourcePackage: seahorse
Uname: Linux 2.6.31-4-generic i686
Comment 1 Tom London 2009-08-04 16:00:41 UTC
See this in Fedora rawhide as well: https://bugzilla.redhat.com/show_bug.cgi?id=515263
Comment 2 Rodney Dawes 2009-08-05 20:05:07 UTC
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 3 Stef Walter 2009-08-06 01:39:31 UTC
Sorry, this is my bad. This happened during the migration to GtkBuilder... The commit above happened shortly after the migration. 
Comment 4 Stef Walter 2009-08-06 01:50:03 UTC
commit 4a1bfa6a3d399d93a9b0dc7b1ab45977ef859e80
Author: Stef Walter <stef@memberwebs.com>
Date:   Thu Aug 6 01:49:04 2009 +0000

    Fix problem with missing password tab.
    
    Fixes bug #590331

Comment 5 C de-Avillez 2009-08-06 02:38:38 UTC
Tested and confirmed resolved. Thanks, Stef.