Hi, here's a port of shotwell, a new photo organizer written in Vala, and one of its deps (libgexiv2). So far, two issues: - their brand new preferences dialog doesn't work. I have absolutely no idea why, and the gtk-generated-code vala pukes makes me want to rip my eyes off.
src/Dialogs.vala:
dialog = builder.get_object("preferences_dialog") as Gtk.Dialog;
dialog.set_parent_window(AppWindow.get_instance().get_parent_window());
Somehow either dialog or get_parent_window gets nullfied.
- help doesn't work, but it seems it's more a yelp problem. Any
ghelp:xxx url with a port providing new-style *.page helpfiles fails
(gcalcool fails too here).
Otherwise works fine here.
Landry
shotwell-0.7.2.tgz
Description: application/tar-gz
