[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: New PackageKit and gnome-packagekit in F9 soon
- From: Richard Hughes <hughsient gmail com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: New PackageKit and gnome-packagekit in F9 soon
- Date: Tue, 08 Jul 2008 00:41:00 +0100
On Tue, 2008-07-08 at 00:51 +0200, Martin Sourada wrote:
> The window closes right after the authenticating is done.
Yup, I've found the problem. The default interaction mode of a GpkClient
is GPK_CLIENT_INTERACT_NEVER, and we don't change this on the
gpk-install-foo helpers. I've added a call of:
gpk_client_set_interaction (gclient, GPK_CLIENT_INTERACT_ALWAYS);
to the gpk-install-foo.c files and now it seems to do the right thing
for me.
I've committed to master, and will pull into the 0.2.x branch. Thanks
for catching this one.
Richard.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]