Fix Exec line in the .desktop file
ClosedPublic

Authored by wbauer on Apr 5 2017, 9:35 AM.

Details

Summary

kcachegrind uses QCommandLineParser now, which (unlike KCmdLineArgs) does not support the option "-caption".
The .desktop file needs to use "-qwindowtitle" instead.

Test Plan

Choose kcachegrind in the application menu, it starts fine now.
Before it didn't, and the error message "Unknown options: c, a, p, t, i, o, n." appeared in .xsession-errors.

Diff Detail

Repository
R49 KCacheGrind
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
wbauer created this revision.Apr 5 2017, 9:35 AM
weidendo accepted this revision.Apr 5 2017, 9:49 AM

Thanks!

This revision is now accepted and ready to land.Apr 5 2017, 9:49 AM
This revision was automatically updated to reflect the committed changes.