Changes between Version 1 and Version 2 of Ticket #94


Ignore:
Timestamp:
07/07/11 13:06:44 (13 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #94 – Description

    v1 v2  
    11The spec is [http://standards.freedesktop.org/menu-spec/menu-spec-latest.html here].
    22Maybe we can replace the whole logic of excluded apps with standard {{{/menus/*.menu}}} files? Ship our own in {{{/usr/share/winswitch/}}} and use them as templates (copy them to the user's config directory?)
     3We should also parse the categories from '{{{/usr/share/desktop-directories/}}}' rather than implementing our own complicated logic for grouping into categories.
    34
    45I wished there was some python library to load all these files into data structures already... And there is: [http://www.freedesktop.org/wiki/Software/pyxdg] (shame I only discovered it after writing so much code...)
     6
     7See also #152