GNOME Bugzilla – Bug 557575
Doesn't load relative filenames
Last modified: 2009-05-14 14:09:44 UTC
$ pitivi Video1.MOV Traceback (most recent call last):
+ Trace 208584
self.drawPosition(context, self.get_allocation())
if self.getDuration() <= 0:
return instance.PiTiVi.current.timeline.getDuration()
And the error: PiTiVi is unable to load file "file://Video1.MOV": There was an error loading the file. The file should have been file:///home/hadess/Video1.MOV. Use the g_file_new_for_commandline_arg() and g_file_get_uri() bindings to get the full URI.
the filename argument is for project files, not individual movies.
brandon can we close this now that we merged your command_line branch?