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 336491 - seahorse-agent clutters ~/.gnome2
seahorse-agent clutters ~/.gnome2
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: Daemon
0.9.x
Other All
: Normal trivial
: 1.0.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
: 350680 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-03-29 14:25 UTC by Sami Haahtinen
Modified: 2007-12-11 15:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sami Haahtinen 2006-03-29 14:25:36 UTC
Please describe the problem:
seahorse-agent leaves the directories it uses to store sockets behind when it
exits. This causes ~/.gnome2 to have a lot of seahorse-* directories.

Steps to reproduce:
1. start seahorse-agent
2. kill seahorse-agent (stop it, not a literal kill)
3. check ~/.gnome2 (or equivalent) for directories


Actual results:
seahorse-agent leaves the socket directory behind

Expected results:
the socket directory should be deleted when seahorse-agent exits

Does this happen every time?
yes

Other information:
ubuntu bug filed for this at: https://launchpad.net/malone/bugs/31336
Comment 1 Adam Schreiber 2006-03-29 14:52:38 UTC
This is a known bug and is being worked on in head.  Thanks for the report
Comment 2 Guillermo Gutiérrez Herrera 2006-07-02 15:02:56 UTC
Anybody is working on this?
Comment 3 Adam Schreiber 2006-07-03 13:39:18 UTC
No, I don't think anyone is actively working on this at the moment.  If you'd be interested in lending a hand I'd be more than happy to assist you with understanding the code base.
Comment 4 Adam Schreiber 2006-08-10 15:02:29 UTC
*** Bug 350680 has been marked as a duplicate of this bug. ***
Comment 5 Stef Walter 2006-08-13 19:03:38 UTC
Fixed in seahorse-0-8:

    * agent/seahorse-agent.c: Fix problem with leaving temp
    directories in ~/.gnome2/. Fixes #336491

Used GnomeClient to get notification of the session ending. 
Comment 6 Olivier Berger 2007-12-08 12:32:01 UTC
Strange... I cannot find traces of that changelog in version 1.0 tarball (http://ftp.gnome.org/pub/GNOME/sources/seahorse/1.0/)...

And the problem seems to still be here in Debian on version 0.9* (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454929)... however I would have expected to see it fixed, as it seems to have been fixed in version 0.8 if I get it right...

A regression maybe ?
Comment 7 Olivier Berger 2007-12-11 15:23:00 UTC
(In reply to comment #6)
> Strange... I cannot find traces of that changelog in version 1.0 tarball
> (http://ftp.gnome.org/pub/GNOME/sources/seahorse/1.0/)...
> 
> And the problem seems to still be here in Debian on version 0.9*
> (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454929)... however I would
> have expected to see it fixed, as it seems to have been fixed in version 0.8 if
> I get it right...
> 
> A regression maybe ?
> 

Probably just something which was fixed without a clear mention in changelogs, as it appears to be fixed in version 1.0 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454929#10).

Sorry about the noise.