tags 390829 patch stop Please use the attached patch (already in upstream SVN) and upload before the Etch freeze. By the way, I think this bug deserve the severity "serious" and not only "important", because once someone's kaffeine have been restored from session and stays in the background, it will never again be usable until the user explicitly kill the kaffeine instance which is in the background... and I don't think an average user will think to do that !
bye, Olivier
diff -Nru kaffeine-0.8.2.orig/kaffeine/src/main.cpp kaffeine-0.8.2/kaffeine/src/main.cpp --- kaffeine-0.8.2.orig/kaffeine/src/main.cpp 2006-10-07 20:42:29.000000000 +0200 +++ kaffeine-0.8.2/kaffeine/src/main.cpp 2006-10-07 20:42:53.000000000 +0200 @@ -56,8 +56,8 @@ * FIXME: session management make lot of troubles; because kaffeine starts more than one process? * disabled for the moment ... */ - if (isRestored()) - return 0; +// if (isRestored()) +// return 0; if (kaffeine) kaffeine->processArgs();