Changes between Version 1 and Version 2 of Ticket #94
- Timestamp:
- 07/07/11 13:06:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #94 – Description
v1 v2 1 1 The spec is [http://standards.freedesktop.org/menu-spec/menu-spec-latest.html here]. 2 2 Maybe 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?) 3 We should also parse the categories from '{{{/usr/share/desktop-directories/}}}' rather than implementing our own complicated logic for grouping into categories. 3 4 4 5 I 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 7 See also #152