Comment 8 for bug 643151

Revision history for this message
Lucio (lgvalent) wrote :

#3 worked for me, but I changed:

sudo xed /usr/share/openshot/openshot/openshot_render.py&
  sys.exit()
to
  os._exit(0)

I tried sys.exit(0), and didn't work for me.