GNOME Bugzilla – Bug 590331
Seahorse does not display "Passwords"-Tab
Last modified: 2009-08-06 02:38:38 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
See this in Fedora rawhide as well: https://bugzilla.redhat.com/show_bug.cgi?id=515263
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. :-/
Sorry, this is my bad. This happened during the migration to GtkBuilder... The commit above happened shortly after the migration.
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
Tested and confirmed resolved. Thanks, Stef.