24 lines
712 B
Desktop File
24 lines
712 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=PIN di accesso
|
|
Name[it]=PIN di accesso
|
|
Comment=Cambia il PIN di autenticazione TPM
|
|
Comment[it]=Cambia il PIN di autenticazione TPM
|
|
Exec=python3 /home/alex/devel/hello-pin-manager/hello_pin_manager.py
|
|
Icon=dialog-password
|
|
Terminal=false
|
|
Categories=System;Security;Settings;
|
|
Keywords=pin;tpm;password;sicurezza;accesso;
|
|
StartupNotify=true
|
|
StartupWMClass=com.azienda.hellopin
|
|
|
|
# Versione amministratore (compare solo nel menu di sistema/IT)
|
|
Actions=AdminReset;
|
|
|
|
[Desktop Action AdminReset]
|
|
Name=Reset PIN utente (Amministratore)
|
|
Name[it]=Reset PIN utente (Amministratore)
|
|
Exec=python3 /home/alex/devel/hello-pin-manager/hello_pin_manager.py
|
|
Icon=system-lock-screen
|