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:
parent
f3e73e9e13
commit
ea5b838bc5
2 changed files with 3 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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: rustup update stable && rustup default stable
|
||||||
- run: cargo test --verbose
|
- run: cargo test --verbose
|
||||||
|
|
@ -10,7 +10,6 @@ Name[pt]=Arquivos
|
||||||
Name[sk]=Súbory COSMIC
|
Name[sk]=Súbory COSMIC
|
||||||
Name[es]=Archivos COSMIC
|
Name[es]=Archivos COSMIC
|
||||||
Name[it]=COSMIC File
|
Name[it]=COSMIC File
|
||||||
Comment[sk]=Správca súborov pre prostredie COSMIC
|
|
||||||
Exec=cosmic-files %U
|
Exec=cosmic-files %U
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
@ -23,5 +22,5 @@ Keywords[pl]=Katalogi;Pliki;Menedżer;
|
||||||
Keywords[pt]=Pastas;Gerenciador;Arquivos;Gestor;Explorer;
|
Keywords[pt]=Pastas;Gerenciador;Arquivos;Gestor;Explorer;
|
||||||
Keywords[hu]=mappa;fájl;kezelő
|
Keywords[hu]=mappa;fájl;kezelő
|
||||||
Keywords[sk]=Priečinok;Správca;Súbory;Manažér;Prehliadač;
|
Keywords[sk]=Priečinok;Správca;Súbory;Manažér;Prehliadač;
|
||||||
Keywords=Archivos;Ficheros;Gestor;Explorador;
|
Keywords[es]=Archivos;Ficheros;Gestor;Explorador;
|
||||||
MimeType=inode/directory;
|
MimeType=inode/directory;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue