[packagekit] Format of link lists (e.g. Bugzilla references)
Kevin Kofler
kevin.kofler at chello.at
Wed Sep 21 16:22:57 PDT 2011
Daniel Nicoletti wrote:
> iirc I copied the logic from gnome PK so you could see if gnome-pk has
> the same problem..
Interestingly, gnome-packagekit seems to discard the titles entirely and
keep only the URLs.
The code there is:
> /* copy into array */
> for (i=0; i<length; i+=2)
> g_ptr_array_add (array, g_strdup (urls[i]));
so it looks like it's agreeing with Apper/KPackageKit in expecting the URL
first.
Kevin Kofler
More information about the PackageKit
mailing list