Hello,<div><br></div><div>I'm not sure where to report bugs for PyXDG. If I understand the spec correctly, a desktop entry with a type of "Link" should use the "URL" key. The validate() method fails on such desktop entries with:</div>
<div><br></div><div> - Key 'URL' only allowed in Type=URL</div><div><br></div><div><br></div><div><br></div><div>Looks like the problem is on line 267 of DesktopEntry.py in PyXDG 0.19:</div><div><br></div><div>
self.checkType(key, "URL")</div><div><br></div><div>Should be</div><div><br></div><div> self.checkType(key, "Link")</div>