Well, there's your problem Dai. If you pee in the dark then you most
likely peed all over your computer and shorted something out. Is your
keyboard sticky? Probably all that black tar lager that you're
drinking. Stop doing that. :)
To run rmd in the terminal just type: recordmydesktop and hit enter.
Ctrl+c to stop recording. Or take a look at the rmd screencast that I
made for ShowMeDo awhile back. There is a part in there on using the
terminal. I run this command and then touch the application titlebar
of the app that I want to screencast (USB microphone = -device hw:
1,0):
recordmydesktop -windowid $( xwininfo -frame | awk '/Window id:/
{print $4}' ) -fps 15 -device hw:1,0
Sometimes I get odd behavior with using the gui. When this happens
I'll use the terminal. I think the terminal is a lighter way to record
but I could be wrong about that. It makes me feel good using it
anyway. ;)
You could always contact the author of rmd as well. You could even
compile a the newest one too. I have done this many times and the
process is easy (I'm sure you already know that.)
heathenx