Announcement

Collapse
No announcement yet.

[SOLVED]OpenShot is in Lucid's repository, BUT ...

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED]OpenShot is in Lucid's repository, BUT ...

    it doesn't run!

    Strangely, a video editor can't recognize the format of an svg image!

    jerry@vgnfw140e:~$ openshot
    --------------------------------
    OpenShot (version 1.1.0~alpha2)
    --------------------------------
    A new frmMain has been created
    Traceback (most recent call last):
    File "/usr/bin/openshot", line 57, in <module>
    main()
    File "/usr/lib/pymodules/python2.6/openshot/openshot.py", line 57, in main
    form1 = MainGTK.frmMain(project=current_project, version=info.SETUP['version'])
    File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 146, in __init__
    self.OSTreeTransitions = TreeTransitions.OpenShotTree(self.treeTransitions, self.project)
    File "/usr/lib/pymodules/python2.6/openshot/windows/TreeTransitions.py", line 52, in __init__
    pbThumb = gtk.gdk.pixbuf_new_from_file(file_path)
    glib.GError: Couldn't recognize the image file format for file '/usr/lib/pymodules/python2.6/openshot/transitions/sand.svg'
    EDIT:
    It seemed like a dependency problem so I installed python-rsvg and it dependency from the repository and that cured the problem.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    #2
    Re: [SOLVED]OpenShot is in Lucid's repository, BUT ...

    Here is a two part video showing the features of OpenShot!
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment

    Working...
    X