mirror of https://github.com/cutefishos/calamares
i18n: fix up tooling
- suppress languages we've decided not to have anymore - prevent txpull from losing .desktop keys it doesn't understand, by splitting off a desktop.in file with only the (source) fields.main
parent
d354027114
commit
7090227269
@ -0,0 +1,15 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Version=1.0
|
||||||
|
Name=Install System
|
||||||
|
GenericName=System Installer
|
||||||
|
Keywords=calamares;system;installer
|
||||||
|
TryExec=calamares
|
||||||
|
Exec=pkexec /usr/bin/calamares
|
||||||
|
Comment=Calamares — System Installer
|
||||||
|
Icon=calamares
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
Categories=Qt;System;
|
||||||
|
X-AppStream-Ignore=true
|
||||||
|
|
Loading…
Reference in New Issue