Fix name of desktop file
ClosedPublic

Authored by vanini on Feb 27 2018, 1:03 PM.

Details

Summary

This also fixes the window icon in Wayland.

BUG: 382538

Diff Detail

Repository
R550 Muon
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vanini requested review of this revision.Feb 27 2018, 1:03 PM
vanini created this revision.

I suggest you also get an appdata file started https://community.kde.org/Guidelines_and_HOWTOs/AppStream

Notably this should have

​<provides>
​  <id>muon.desktop</id>
​</provides>

currently the appdata is autogenerated from the desktop file. When renaming it's wise to back-reference the previous appstream id though and for that you need an actual appdata file.

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-provides

Other than that LGTM

This revision was not accepted when it landed; it landed in state Needs Review.Mar 7 2018, 11:15 AM
This revision was automatically updated to reflect the committed changes.