[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2017-12-24 Thread Bug Watch Updater
** Changed in: accountsservice Status: Confirmed => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1259562 Title: Old guest

[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2016-05-15 Thread Gunnar Hjalmarsson
** No longer affects: lightdm ** No longer affects: lightdm (Ubuntu) -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1259562 Title: Old guest

[Dx-packages] [Bug 1259562]

2013-12-13 Thread Rstrode
don't you need to clean up the icon too? Aside from that, I wonder if we'll run into bug reports after this where users lose their settings after a domain controller blip. Maybe it should avoid cleaning up remote users? -- You received this bug notification because you are a member of DX

[Dx-packages] [Bug 1259562]

2013-12-13 Thread Gunnar Hjalmarsson
From man getpwnam: RETURN VALUE The getpwnam() and getpwuid() functions return a pointer to a passwd structure, or NULL if the matching entry is not found or an error occurs. If an error occurs, errno is set appropriately. -- You received this bug notification because you are a member of DX

[Dx-packages] [Bug 1259562]

2013-12-13 Thread Gunnar Hjalmarsson
Created attachment 90741 Clean up cache dir 3 I chose to modify the patch so it makes use of a standalone function. Sorry, but I'm not enough familiar with git, so I leave it to you to convert the patch into the desired format. -- You received this bug notification because you are a member of

[Dx-packages] [Bug 1259562]

2013-12-13 Thread Rstrode
I like this patch. Two requests, if you don't mind: 1) Can you make it in git-format-patch format so it has a commit message, etc ? 2) Can you do one preliminary clean up patch before this one that moves the existing cases where the cache files are removed into a standalone function, then

[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2013-12-11 Thread Gunnar Hjalmarsson
I successfully tested a slightly modified patch, so I uploaded and forwarded upstream. ** Changed in: accountsservice (Ubuntu) Importance: Undecided = Low ** Changed in: accountsservice (Ubuntu) Status: New = In Progress ** Changed in: accountsservice (Ubuntu) Assignee:

[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2013-12-11 Thread Gunnar Hjalmarsson
** Description changed: When you log out from a guest session, the temporary guest account is removed - but only almost. The folder /var/lib/AccountsService/users gets 'polluted' with files for previous guest users. - - This issue is possibly related to bug #1038881. -- You received this

[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2013-12-11 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=72596. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2013-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package accountsservice - 0.6.35-0ubuntu2 --- accountsservice (0.6.35-0ubuntu2) trusty; urgency=low [ Robert Ancell ] * debian/patches/0017-clean-up-cache-dir.patch: Remove user cache files if user account no longer exists (LP: #1259562). --

[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2013-12-10 Thread Robert Ancell
** Also affects: accountsservice (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of DX Packages, which is subscribed to accountsservice in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1259562

[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2013-12-10 Thread Gunnar Hjalmarsson
Well, accountsservice provides a DeleteUser method, so from an accountsservice POV you can argue that the correct solution is to call that method (as is done when you delete a regular user via User Accounts in gnome-control-center). I don't know how that would be done from a dash script, though.

[Dx-packages] [Bug 1259562] Re: Old guest users pollute accountsservice

2013-12-10 Thread Robert Ancell
As an aside, I was thinking when I added guest support to LightDM it would be good to make an AddGuest method to A-S and leave it to A-S to do all the guest account work. In that case it would allow A-S to correctly clean up when the guest account was removed. We could also mark the guest accounts