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 707518 - Deleting a local address book triggers error "Unable to open address book"
Deleting a local address book triggers error "Unable to open address book"
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
3.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2013-09-04 23:26 UTC by André Klapper
Modified: 2014-01-27 13:56 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8



Description André Klapper 2013-09-04 23:26:47 UTC
Evo 3.8.5

STEPS:
1. New > Address Book
2. Enter a name
3. Hit "OK"
4. Choose address book in left pane
5. Right-click
6. Delete the address book


ACTUAL OUTCOME:
"Unable to open address book
This address book cannot be opened. Please check that the path exists and that permissions are set to access it."

EXPECTED OUTCOME:
No error for intended, user-initiated action.

REPRODUCBILITY:
2 out of 2
Comment 1 Milan Crha 2014-01-27 13:56:05 UTC
Still there for git master (after 3.11.4). The source removal triggers an ESourceSelector model rebuild, which triggers primary-selection-change signal emit, which tries to open a book for just removed ESource, which fails.

Created commit 3066ddf in evo master (3.11.5+)
Created commit d90cd8b in evo gnome-3-10 (3.10.4+)