Desktop file fixes (#1196)

* fix: Desktop file validation failing

There was a missing [es] in a translation and a translated Comment that doesn't exist in english. This commit makes desktop-file-validate pass

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>

* improv(ci): Add desktop file validation to CI

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>

---------

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit is contained in:
Ryan Brue 2025-09-22 13:55:16 -05:00 committed by GitHub
parent f3e73e9e13
commit ea5b838bc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update; sudo apt-get install libclang-dev libglib2.0-dev libxkbcommon-dev
- run: sudo apt-get update; sudo apt-get install desktop-file-utils libclang-dev libglib2.0-dev libxkbcommon-dev
- run: desktop-file-validate --no-hints ./res/com.system76.CosmicFiles.desktop
- run: rustup update stable && rustup default stable
- run: cargo test --verbose