<div dir="ltr">Hey,<div><br></div><div>There's a messed up merge commit which has damaged some .desktop files in plasma-workspace leaving merge markers (<<<<HEAD) in the middle of it.</div><div><br></div><div>.desktop files are almost always the result of translations; if you get a message about conflicts in .desktop files the simplest fix is:</div><div><br></div><div>git checkout --ours nameOfEachDesktopFile.desktop </div><div>git add nameOfEachDesktopFile.desktop</div><div>git commit</div><div><br></div><div>The original bad merge is now fixed, the above instructions are to make sure it doesn't happen again. </div><div><br></div><div>Regards</div><div><br></div><div>David</div><div><br></div><div><br></div></div>