Review of "Edit Desktop Files" version 14

Details Page Preview

Edit desktop entry files by right-clicking their app icon. This extension opens the desktop entry with your system’s default application for .desktop files (usually GNOME Text Editor). To use a different editor, update your system’s default application for .desktop files or set a custom command in the extension’s preferences.

Extension Homepage
https://github.com/Dannflower/edit-desktop-files

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) error 1

Shexli found 1 issue that may need reviewer attention.

EGO-M-004 error

metadata shell-version must only include plausible stable releases and at most one development release

Field `shell-version` contains invalid values, more than one development release, or implausible future releases.

metadata.json must be well-formed

  • metadata.json
    shell-version=['45', '46', '47', '48', '49', '50', '51']

All Versions

Previous Reviews on this Version

JustPerfection active
Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup.
Dannflower posted a review
Thanks for the pointer! I hadn't realized that was a thing. Fixed it in my development branch, it'll come along with the next release in the future.