mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-08-15 06:38:20 +02:00
The current desktop file caused an error and a hint from `desktop-file-validate` 0.28. This commit addresses those issues: - The "Version" field must be empty or a desktop entry specification version (e.g., 1.0, 1.5), not the tool's version. - The "Categories" field should only contain one main category to avoid warnings. ref: https://specifications.freedesktop.org/desktop-entry-spec/1.5/recognized-keys.html
11 lines
255 B
Desktop File
11 lines
255 B
Desktop File
[Desktop Entry]
|
|
Name=bottom
|
|
Version=1.5
|
|
GenericName=System Monitor
|
|
Comment=A customizable cross-platform graphical process/system monitor for the terminal.
|
|
Exec=btm
|
|
Terminal=true
|
|
Type=Application
|
|
Categories=System;ConsoleOnly;Monitor;
|
|
StartupNotify=false
|