Posts tagged as:

nuvexport

The week in review - 2008-51

December 22, 2008

I’ve had to disable MemoKeys because it interferes with Intellij. I often use ALT-F1 to locate a file in the project tree, but this doesn’t work because MemoKeys is intercepting the F1.
There is some awesome goodness coming in Grails 1.1 - check out the release notes for the Beta.
I just had a requirement to open [...]

Read the full article →

Upgrade to Mythbuntu 8.10 broke nuvexport

December 22, 2008

I didn’t notice until now, but nuvexport has stopped working since my upgrade to 8.10. I found the solution here, but I needed to add the Intrepid Medibuntu repository first. The full solution:
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list –output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get purge ffmpeg
sudo apt-get install libavcodec-unstripped-51 libavdevice-unstripped-52 libavformat-unstripped-52 [...]

Read the full article →