Use a separate desktop file for registering as kdev4 file handler
ClosedPublic

Authored by kossebau on Nov 17 2017, 2:55 PM.

Details

Summary

The main desktop file is used by everyone who just wants to start kdevelop
e.g. from the menu. The exec line having -p as hard-coded parameter
will result in failed start, due to missing parameter behind -p when
invoked not as handler for a kdev4 file.
Separate registration as handler solves this.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Nov 17 2017, 2:55 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptNov 17 2017, 2:55 PM
apol accepted this revision.Nov 17 2017, 2:59 PM
This revision is now accepted and ready to land.Nov 17 2017, 2:59 PM
This revision was automatically updated to reflect the committed changes.

Thanks for the fix!