hare-xdg/format/desktop_entry
2024-10-22 17:53:30 -04:00
..
test_data format::desktop_entry: Test all recognized keys 2024-10-22 13:39:40 -04:00
error.ha format::desktop_entry: Add untested parsing for integer values 2024-10-21 17:36:40 -04:00
line.ha format::desktop_entry: Line formatting now compiles 2024-10-22 13:17:02 -04:00
README Update README for format::desktop_entry, xdg::desktop_entry 2024-10-22 17:53:30 -04:00
scan_test.ha format::desktop_entry: Fix test data 2024-10-21 12:39:37 -04:00
scan.ha format::desktop_entry: Strip encoding from localized entries 2024-10-22 17:27:14 -04:00
value_test.ha format::desktop_entry: Numerics are f32 now 2024-10-21 17:44:43 -04:00
value.ha format::desktop_entry: Numerics are f32 now 2024-10-21 17:44:43 -04:00

The desktop_entry module implements the basic format used by the XDG Desktop
Entry Specification as described in
(https://specifications.freedesktop.org/desktop-entry-spec/latest). Since other
specifications make use of the basic desktop entry format (but with different
group names, entry requirements, etc.), this module only implements the
generalized format. This module will attempt to accept malformed files for the
purposes of retaining their underlying representation, and being able to
reproduce that representation when writing updated information to the files.