1 Commits
Author SHA1 Message Date
Tashinka 4295f5c2e1 fix(desktop file): remove Path field and file extension in Icon field
- Remove the 'Path' field as it's used to indicate the working
  directory for the 'Exec' command. (See: https://specifications.freedesktop.org/desktop-entry-spec/latest/recognized-keys.html#id-1.7.6)
- Remove the extension from the 'Icon' field as it breaks the
  desktop icon on some systems. Keeping the extension will also break the desktop file entry in the
  future. (See: https://specifications.freedesktop.org/icon-theme-spec/latest/#icon_lookup)
2025-09-15 20:13:31 +02:00