Comment 4 for bug 1506823

Revision history for this message
Daniel Holbach (dholbach) wrote :

Upstream almost went for the same solution: https://git.gnome.org/browse/pitivi/tree/pitivi/mainwindow.py

        if asset.is_image():
            subprocess.call(['xdg-open', str(path_from_uri(asset.get_id()))])

I'll go with that then.