Comment 10 for bug 854612

Revision history for this message
Jef Damen (jef-damen) wrote :

Andy, sorry it's hard to tell because I messed up a lot of things with installing Openshot .
In the past I installed the official version with Synaptic and I think I installed the development version (with bazaar) in my home directory.
The commando for the official version is "openshot %F" and I upgrade and start the development version with these commando's in a text file:
#!/bin/sh
cd
cd openshot
bzr pull lp:openshot
cd openshot
python openshot.py

I don't know that this can help you.