Comment 17 for bug 716595

Revision history for this message
Bryce Harrington (bryce) wrote : Re: [Bug 716595] Re: Apport hook prompts 3 times for password

On Thu, Feb 09, 2012 at 06:27:11PM -0000, Avi Greenbury wrote:
> I still get this sort of behaviour - I was asked once for a password for
> the video data and again for the data for my kernel. This is on 12.04
> when Compiz crashed.

The way apport works, it can't hold onto the root password between
function calls. This bug was "solved" by attaching all three gdm files
in one function call.

However, the display manager data and the kernel data require separate
function calls, and since both require sudo to do so, you get prompted
twice. Still an undesired behavior, but not this bug.