dalke: Obviously the bug you quoted isn't resolved yet, so I don't know what the 'right' way to disable Ctrl-Q is (or rather, will be). However as a short term option, you can hack in a confirmation prompt to protect from inadvertant key combinations. This is, of course, a sub-optimal solution, since it'll get overwritten next time you upgrade Mozilla.
Short version:
Open up toolkit.jar and add this line (or something similar) to the top of goQuitApplication() in content/global/globalOverlay.js:
if (!confirm('Do you really want to exit?')) return false;
Long Version:
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!