mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
coreApp->setOrganizationDomain() expects the domain in DNS order (hohnstaedt.de) and not reversed. Change the WM_CLASS property to "de.hohnstaedt.xca" via setApplicationName(). While Qt6 prepends the reversed "OrganizationDomain", Qt5 does not and setting the complete name with domain-prefix works for both. Also adopt the ".desktop" file name to follow the application-name and fix issues found by "desktop-file-validate"
19 lines
1.1 KiB
Desktop File
19 lines
1.1 KiB
Desktop File
[Desktop Entry]
|
|
Name=XCA
|
|
Type=Application
|
|
Comment=A graphical user interface for handling and issuing X.509 compliant Certificates
|
|
Comment[de]=Eine graphische Oberfläche zur Erstellung von X.509 konformen Zertifikaten
|
|
Comment[fi]=Graafinen X.509-varmenteiden hallintatyökalu
|
|
Comment[fr]=Création et gestion de certificats conformes à la norme X.509
|
|
Comment[hr]=Grafičko korisničko sučelje za upravljanje životnim ciklusom X.509 sukladnih potvrda
|
|
Comment[id]=Antar muka pengguna grafis untuk menangani dan menerbitkan Sertifikat yang patuh X.509
|
|
Comment[nl]=Een grafische gebruikers interface voor behandeling en uitgifte van X.509 conforme certificaten
|
|
Comment[sk]=GUI na spracovanie a vydávanie Certifikátov X.509
|
|
Comment[pt_BR]=Interface gráfica para gerenciar e emitir Certificados X.509
|
|
Comment[it]=Interfaccia grafica per generare e gestire certificati X.509
|
|
Exec=xca %F
|
|
Icon=de.hohnstaedt.xca
|
|
Terminal=false
|
|
Categories=Utility;Qt
|
|
MimeType=application/x-xca-database;application/x-xca-template;application/x-x509-ca-cert;application/pkcs10;application/x-pkcs7-certificates;application/x-pkcs12;
|