Hello,<div><br></div><div>I&#39;m not sure where to report bugs for PyXDG. If I understand the spec correctly, a desktop entry with a type of &quot;Link&quot; should use the &quot;URL&quot; key. The validate() method fails on such desktop entries with:</div>
<div><br></div><div>    - Key &#39;URL&#39; 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, &quot;URL&quot;)</div><div><br></div><div>Should be</div><div><br></div><div>    self.checkType(key, &quot;Link&quot;)</div>