Post-Triage

I’ve spent the last five hours triaging the open bugs of recent-files. Some of them were in bugzilla since 2003, and many were marked UNCOFIRMED.

First of all, I scanned the bugs with patches, and created a first batch with the most clean patches I found; then, I triaged the uncofirmed bugs. Then I closed the only report which was not a bug.

On other news: ph34r m3, f0r I h4v3 4 CVS 4cc0unt

(not for writing yet, but I assume I’ll need time for that).

I hope to commit the first batch tomorrow – now I’m completely spent.

Taking My Part

recent-files I’ve began assuming maintainership of all the bugs inside Bugzilla for the recent-files component of libegg. The listed bugs are basically issues against API unfriendlyness towards language bindings; segfaults for being too optimistic against user intervention on the storage file; UI enhancements. Many of these bugs have patches, so it should only be a job of committing those patches after some review.

As for this issue: I’m still waiting to get a CVS account for cvs.gnome.org

recent-chooser: the code is taking shape quite fast. The new API is reaching a stable form. I’m still unconvinced about the need of having the creation of the RecentItem objects exposed: we could simply offer a convenience API for adding items by their URI (plus some other metadata), and let the user get a RecentInfo object when looking up a recently used URI.

desktop-bookmarks: I’m working on a technology demonstrator; a simple bookmarks manager that allows the creation of desktop bookmarks by DnD’ing an URI from an application exporting the text/URI target.

life: Hot. Hot. Hot.

Blue skies from pain

ork: These last two months of working at $WE_TEACH_TO_TEENAGERS will kill me…

I’ve been wiping out disks (which have seen too many months without a format) since last week; Windows9x is Pain and Suffering to maintain. Unfortunately, we still have old ‘chines with only 64 megs of RAM, so installing Windows XP is completely out of question. It’s mind boggling how on earth people did not complain when they were forced to use these Toys ‘R’ Us operating system; and when I say “complain” I mean: getting to Redmond with rusty medieval tools and burn the place from the ground.

hacking: I’ve sent my desktop bookmarks parser/builder object to the gtk-devel-list guys, and I’m still waiting for a CVS account. I hope to put it into libegg, since this object is a dependency on my EggRecent stuff.

This code is similar to GKeyFile: it can load a XBEL data stream with the metadata of the desktop bookmarks specification, and offers access to each bookmark in it by using the item’s URI.

desktop bookmarks spec: I’m still reviewing the spec. I was thinking about the <group> tag: what if we changed it with a <tag>? We could have user-defined tags, which could be more useful for identifying, sorting and filtering metadata.

Back from GUADEC

Yesterday I came back from the GUADEC 2005 in Stuttgart.

It has been freakin’ awesome! The talks, the people, the organization… Simply amazing.

I enjoyed every talk I attended: the Cairo talk by Owen Taylor; the Keith Packard’s talk on improving X; Davyd Madeley’s talk on the future of panel applets; Seth Nickell’s talk on usability.

I found the keynotes by Miguel de Icaza and Mark Shuttleworth very entertaining, and aggressive; I think that the Gnome community as a whole should be much more aggressive, in terms of market acquisition, if we want to achieve the “10×10” (10% of market share within 2010) objective. As for what I’ve seen in these two days, we can make it – with a little help from our competitors, obviously.

I met Federico Mena Quintero, and we talked about implementing a bookmarks/recently used files manager in Gtk – basically, shifting my Gnome Desktop Bookmarks project down into the dependency stack. This should get rid of the recent-files stuff in libegg, and should provide the correct API for others to use (especially Nautilus). At the hackfest I put up a mockup (actually, it’s an almost complete program in Perl using my development trunk of the recent-files Perl bindings) of what should become the GtkFileChooserDialog for recently used items.

Here’s an obligatory snapshot:

Recent Items Viewer

As I sayed, it already works; you might want to download it from here; you need the latest CVS snapshot of the Gtk2::Recent module from the Gtk2-Perl’s CVS.

What I plan to do is to rewrite the entire recently used management (using the desktop bookmark specification for the items storage), create a dialog like the one above and a widget. The recently used objects would be stored by the GtkFileChooser class, so no interaction of the developer should be needed; applications might decide to implement a “Open Recently Used…” menu item which creates the GtkRecentChooserDialog dialog instead of filling a (sub)menu.

Also, an applet/viewer/nautilus extension should be available, in order to always have the recently used items on the desktop.