whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
154 stars 30 forks source link

[WIP] menu-items and desktop-entry #16

Closed rubdos closed 1 year ago

rubdos commented 7 years ago

I am trying to implement (at least part of) XDG menu-items and desktop-entry.

I started a new module for desktop-entries and menu-items (they're pretty close together), I hope that's okay. Perhaps the lib.rs file should be split up too, in the future.

whitequark commented 7 years ago

Wonderful! I'd like the BaseDirectories part be extracted into a separate file, and then pub used in lib.rs, similar to your new structs.

whitequark commented 1 year ago

It's been six years and the PR author never replied.