-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep file format #3
Comments
Why is rearranging the fields a problem? |
Because the specification forbids it. And we want to comply. |
That's a good reason indeed. 👍 |
I'm already working on this. |
I would like this to be implemented only by a change from the data structure from a map to a vector of pairs. This would help implementing translations in the future. |
Oh, and also comments would be supported that way. I'd just store them sequentially, with a key |
If a Desktop file is loaded and saved again without the fields will be rearranged.
Use the following desktop file data to reproduce the error: https://specifications.freedesktop.org/desktop-entry-spec/latest/apa.html
The text was updated successfully, but these errors were encountered: