Package: pspp Version: 0.8.4-1~bpo70+1 Severity: minor When starting pspp from the KDE start menu the startup notification (bouncing mouse cursor) does not stop after PSPP finished loading.
I tried to fix the issue by specifying a StartupWMClass in the desktop file but it didn't help. The only solution I found was to disable the startup notification (see attached patch).
--- pspp.desktop.orig 2014-10-01 10:05:46.572061148 +0200 +++ pspp.desktop 2014-10-01 09:59:41.136052032 +0200 @@ -28,3 +28,4 @@ Type=Application Categories=GTK;Education;Science;Math; MimeType=application/x-spss-sav;application/x-spss-por; +StartupNotify=false