New versions!
PackageKit release notes.
gnome-packagekit release notes.
Tarballs available here.
Dear lazyweb, Anybody know how I can put embedded links (for example http://www.moo.com) into a GtkTreeView? Please tell me I don't need to create my own renderer. Ideas welcome, code snippets or links rewarded with beer. Thanks.
So another year, another great FOSDEM. On Sunday I presented an introduction to PackageKit. The slides are now online for any that missed it.
For those of you I met, it was great to see you. I was really worried I didn't get a chance to say hi to some key people, so if I didn't grab you and say thanks then I apologize, and I hope to shake your hand soon.
Today I released PackageKit and gnome-packagekit 0.1.8.
You really want to update to these if you are using 0.1.7 – which had a nice bug causing pk-update-icon to crash.
PackageKit release notes and gnome-packagekit release notes.
Tarballs available here.
On Sunday I'll be giving a presentation on PackageKit at FOSDEM. It's scheduled for 3:00pm until 3:45pm in Janson. It would be great to see anyone interested in PackageKit there.
After the presentation they'll be questions, and then in the evening, beers.
Today I resigned from my graduate hardware engineer position at BAE Systems. In a little over one months time I will be starting at Red Hat UK, with Jonathan Blandford as my boss. I'll primarily be working on laptop support issues, but with a bit of time spent on PackageKit and other cool stuff. This is a great opportunity for me, and I'm really looking forward to solving new problems. Good news.
Today I released PackageKit and gnome-packagekit 0.1.7.
PackageKit release notes.
gnome-packagekit release notes.
Tarballs available here.
Microsoft Windows has the concept of service packs, i.e. a large package containing all the fixes to date. Service packs are really useful if a computer only has no (or slow) network connectivity and the whole system has to be updated on multiple computers.
I think some sort of PackageKit integration with a “service pack” type DVD/CD would be useful. Note, this concept is totally different to one click install, as it has a different perspective.
I think the ideal use case is this:
For [2] we'll need an identifier that can be recognized by PackageKit, maybe just the presence of the file packagekit-autostart.ini on the CDROM or DVD. The format of this file can be trivial, something like:
[PackageKit Autostart Section]
DataLocation=Fedora/updates/rpm
DistroName=Fedora8
For [3] we can make the ServicePack() method just do something like “yum local update /media/DiscFoo/Fedora/updates/rpm/*.rpm” (backend specific, and within yumBackend obviously).
Michael Vogt has already worked on add-on cds for Ubuntu, and I think there's some momentum for this for Fedora also. I really think this could rock. I'm also after a better name than ServicePack, maybe UpdateMedia or UpdatePack might be better choices.
Comments?
Package spec files and PackageKit backends are rarely localised. This doesn't matter much if you speak English, but really sucks if you don't. We can't fix all the distro tools and all the packages in the world, but we can do our best to be clever:

This is with my locale set to “en_GB” and the libpackagekit results hardcoded to “fr” – the two will match up eventually of course.
Theres a new GObject called PkExtra in libpackagekit that lets you query (as a user) a small cached sqlite repository containing all the localisations and icon names. The data from this is populated per system (as root) from a few information sources:
I don't think caching the installed icons and shipping them seporatly is a good idea, just from a size point of view.
The sqlite database is currently at 200kb in size with 201 applications installed (i.e. things that ship desktop files) so I'm guessing it would be couple of Mb with the entire fedora repository of information in and the online desktop stuff. Of course, being sqlite, it's very quick to query.
Updating the offline repo would be left to the distro packager, as of course, this stuff is all per-distribution. There is lots of stuff still to work out, but slowly, it's coming together. Comments welcome.
Does anybody have an “Everything” install for Fedora Core 8 or rawhide? If you do, please email me as I need some desktop files from you for some stats. Many thanks.