Archive for March, 2008

In two weeks, I hope to release 1.3 proper. The 1.3b release is pretty-much bug-free. The only outstanding things are very minor. Oh - and the fact that it doesn’t work at all in IE8b1, which doesn’t bother me yet.

A small list of the more important new features:

  • open KFM with a preselected directory or file
  • resize multiple files at a time
  • KFM is templateable now (design your own interface!)
  • new languages: Persian, Swedish
  • plugins! You can now write your own KFM plugins

more info here

I’d recommend anyone that works with CMSes to have a look at this project.

I was reading through Sky’s site for the Colour Of Magic film, and noticed that the book list (under Terry Pratchett > The Books) includes a book called “The Ullustrated Wee Free Men” due out this year. There does not seem to be mention of it anywhere else online… anyone know anything about it?

Oh - and “David Jason” is mis-spelled as “Daivid Jason” in the title of one of the videos in Video > Behind The Magic

Fedora does not come with the kqemu kernel module installed. You need to either compile it yourself, or download an RPM of it from somewhere. I use ATrpms myself.

When you try to install it, with the line “modprobe kqemu“, you might get this error:

FATAL: Error inserting kqemu (/lib/modules/2.6.24.3-34.fc8/updates/kernel/kqemu.ko): Invalid module format

All you need to do to fix this is to open the kqemu.ko file with Vim (or a lesser text editor if you will), and replace the string ‘586′ with ‘686′ then save and retry.