[Bug 560715] Re: When I try to insert Floating Image, lyx crashes with message "lyx: SIGSEGV signal caught"

2010-09-30 Thread stefaanlippens
Same problem here, I can confirm that closing the outline panel fixes it. Actually, closing the outline panel is not enough for me, I first have to start a new document or open an existing one, before I can insert a float without crash. Completely restarting Lyx after closing the outline panel a

[Bug 500621] Re: Spurious "Module ... has already been imported" warnings

2010-06-30 Thread stefaanlippens
I had a similar problem with Sphinx (package python-sphinx) after a karmic to lucid upgrade. I got errors for modules pygment, roman, docutils, sphinx and jinja2. Fixed it like proposed in #5: rename/remove the pyc files and run "sudo update-python-modules python-foobar.public" -- Spurious "Mod

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2009-12-02 Thread stefaanlippens
I confirm that installing 'libavcodec-unstripped-52' solved the issue on Ubuntu 9.10 aka Karmic Koala. Following works now (both didn't work before installing the package) ffmpeg -i input.wav output.mp3 ffmpeg -i input.wav -acodec libmp3lame output.mp3 thanks! -- Unknown encoder mp3 er