CVS commit by esben: Turning session mangement off for Klipper breaks the persistent clipboard history. I have been unable to detect ill effects of having it turned on, on it is. BUG: 92785 M +0 -1 main.cpp 1.43 --- kdebase/klipper/main.cpp #1.42:1.43 @@ -47,5 +47,4 @@ extern "C" int KDE_EXPORT kdemain(int ar } KUniqueApplication app; - app.disableSessionManagement(); Klipper *toplevel = new Klipper();