Hello,

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:

    - Key 'URL' only allowed in Type=URL



Looks like the problem is on line 267 of DesktopEntry.py in PyXDG 0.19:

    self.checkType(key, "URL")

Should be

    self.checkType(key, "Link")
_______________________________________________
xdg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xdg

Reply via email to