Autor Tópico: openshot deixou de funcionar por problemas com LADSPA  (Lida 2942 vezes)

Offline musinet

  • Usuário Ubuntu
  • *
  • Mensagens: 279
    • Ver perfil
openshot deixou de funcionar por problemas com LADSPA
« Online: 29 de Julho de 2013, 20:28 »
Por favor, moderadores, em tempo, LADSPA não é caixa alta, é dessa forma que o sistema o trata, por esse motivo mantive assim.


Pessoal,

Comecei a usar o openshot e fiquei bastante satisfeito com ele. Porém, estes dias, "do nada" (quer dizer que não fiz nenhuma atualização de sistema entre a última vez que funcionou e a primeira vez que não funcionou), o openshot deixou de abrir. Fui direto para o terminal e executei por lá. Retornou o seguinte:

Código: [Selecionar]
cassiano@cassiano-MacBook:~$ openshot

------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
   OpenShot (version 1.4.0)
--------------------------------
No LADSPA plugins were found!

Check your LADSPA_PATH environment variable.

Detecting formats, codecs, and filters...
---
video_codecs:
  - [i]cita todos[/i]
...
---
audio_codecs:
  - [i]cita todos[/i]
...
---
formats:
  - [i]cita todos[/i]
...
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkToolbar::shadow-type' of type `GtkShadowType' from rc file value "((GString*) 0x16db600)" of type `GString'

------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: 'NoneType' object has no attribute 'set_cursor'
----------------------------------------------------------------

OpenShot has failed to import some of the Python files or libraries
required for our application to run.  Here are some trouble shooting
tips:

Tip 1) Check if MLT can be successfully imported in Python.  Run the
 following commands, and see if any errors are displayed.  If you get
 an error, you need to investigate the correct way to install MLT.
 NOTE:  Do not type the $ or >> characters in the examples below.

       $ python
       >> import mlt
       >> mlt.Factory().init()

Tip 2) If MLT is working from the first example, then the next tip is
 to look at the above error messages very closely, and google for more
 help.  It's likely the problem is already reported, and maybe there is
 a simple work-around.  Also, you can search for bugs or report a new
 bug at https://bugs.launchpad.net/openshot.  Good luck!

Executei a dica 1:

Código: [Selecionar]
cassiano@cassiano-MacBook:~$ python
Python 2.7.3 (default, Apr 10 2013, 06:20:15)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mlt
>>> mlt.Factory().init()
No LADSPA plugins were found!

Check your LADSPA_PATH environment variable.
<mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0x7fd2225c8180> >

Não consigo ir mais longe sozinho. Alguém tem conhecimento sobre como resolver?

Abs.
Cassiano