Bug 345014

Summary: Launching kpat from the menu blocks the panel
Product: [Applications] kpat Reporter: demm
Component: generalAssignee: Stephan Kulow <coolo>
Status: RESOLVED FIXED    
Severity: crash CC: hrvoje.senjan, kde-games-bugs
Priority: NOR    
Version: 3.6   
Target Milestone: ---   
Platform: Other   
OS: Linux   
URL: https://git.reviewboard.kde.org/r/123041/
Latest Commit: Version Fixed In: 15.03.95
Sentry Crash Report:

Description demm 2015-03-10 15:17:12 UTC
When launching kpat from the menu, the applications runs fine, but the panle is frozen, no longer accessible.  Panel is accessible again when closing kpat, but a pop-up shows:
KDEInit could not launch '/usr/bin/kpat'

A workaround for this issue is to comment out line 126 of org.kde.kpat.desktop
#X-DBUS-StartupType=Multi
Applications launches and works correct then, no panel freeze or pop-up on closing.

Similar bugs were fixed for kate and ksysguard with these commits:
http://commits.kde.org/kate/5207e49a84145e21060f3b5beff302a437cfeccd
http://quickgit.kde.org/?p=ksysguard.git&a=commitdiff&h=a148102e8ed56c7a8d0f790fad2f9366b27882d4


Reproducible: Always
Comment 1 demm 2015-03-10 15:41:08 UTC
Not sure if the version listed above is the used one for kpat frameworks 5 based.  This report is for kpat 15.03.80.
Comment 2 Hrvoje Senjan 2015-03-19 11:11:37 UTC
Git commit a7ecc187bda7c708eafc45dedcd9807d413f6d02 by Hrvoje Senjan.
Committed on 19/03/2015 at 11:10.
Pushed by hrvojes into branch 'Applications/15.04'.

Unbreak startup via KRun (krunner/kickoff, etc)

We need to register to DBus, otherwise klauncher will block.
Also removed caption option, use qwindowtitle instead.
FIXED-IN: 15.03.95
REVIEW: 123041

M  +1    -1    CMakeLists.txt
M  +3    -0    main.cpp
M  +1    -1    org.kde.kpat.desktop

http://commits.kde.org/kpat/a7ecc187bda7c708eafc45dedcd9807d413f6d02