hi, a couple of bugs: - the libopenmhp directory Makefile does not read Make.config (will result in failing in linking if Make.config defines CXX already - when exiting the MHP applet (or whatever - I press "OK" when the color applet is shown), the system segfaults. A backtrace: (I am using NPTL) #0 0xb7eb70dd in __deregister_frame () from /lib/libgcc_s.so.1 (gdb) bt #0 0xb7eb70dd in __deregister_frame () from /lib/libgcc_s.so.1 #1 0xb7e858f5 in dl_iterate_phdr () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7eb754f in _Unwind_Find_FDE () from /lib/libgcc_s.so.1 #3 0xb7eb4bff in _Unwind_FindEnclosingFunction () from /lib/libgcc_s.so.1 #4 0xb7eb5830 in _Unwind_RaiseException () from /lib/libgcc_s.so.1 #5 0xb7eb58dd in _Unwind_ForcedUnwind () from /lib/libgcc_s.so.1 #6 0xb7fb953a in _Unwind_ForcedUnwind () from /lib/tls/i686/cmov/libpthread.so.0 #7 0xb7fb75a3 in __pthread_unwind () from /lib/tls/i686/cmov/libpthread.so.0 #8 0xb7fb26d8 in sigcancel_handler () from /lib/tls/i686/cmov/libpthread.so.0 #9 <signal handler called> #10 0xffffe410 in __kernel_vsyscall () #11 0xb7e465bb in read () from /lib/tls/i686/cmov/libc.so.6 #12 0xb7de8fd8 in _IO_file_read () from /lib/tls/i686/cmov/libc.so.6 #13 0xb7de848e in _IO_file_underflow () from /lib/tls/i686/cmov/libc.so.6 #14 0xb7dea77d in _IO_default_uflow () from /lib/tls/i686/cmov/libc.so.6 #15 0xb7dea59e in __uflow () from /lib/tls/i686/cmov/libc.so.6 #16 0xb7de48a8 in getc () from /lib/tls/i686/cmov/libc.so.6 #17 0xb7333117 in cXMLParser::ReadSegment (this=0x859fd48, buffer=0x8474df0 "\nmageupdate", bf_size=500) at xml/parser.cpp:41 #18 0xb7333299 in cXMLParser::Parse (this=0x859fd48) at xml/parser.cpp:86 #19 0xb73310e9 in cXMLHandler::RunHandler (this=0x859fd48) at xml/handler.cpp:177 #20 0xb732f0ca in cXlet::Start (this=0x85a52e0, virtualXServer=0xb7333600 "none", virtualXDisplay=10, openmhpOutput=0xb7333b2c "discard") at xlet.cpp:94 #21 0xb732eafe in cXletThread::Action (this=0xfffffffc) at xletthread.c:22 #22 0x080dea50 in cThread::StartThread (Thread=0x837e8d8) at thread.c:227 #23 0xb7fb2ca3 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #24 0xb7e53f5a in clone () from /lib/tls/i686/cmov/libc.so.6 yours, Jouni