Merge pull request #83 from Bandie/master

.desktop file + icon
This commit is contained in:
Bandie 2018-11-02 23:27:39 +01:00 committed by GitHub
commit b17f23390f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 3583 additions and 0 deletions

View File

@ -76,6 +76,8 @@ AC_CONFIG_FILES([
src/pam_panic_pw/Makefile
src/pam_panic_pw/man/Makefile
src/pam_panic_config/Makefile
src/pam_panic_config/applications/Makefile
src/pam_panic_config/icons/Makefile
test/Makefile
])

View File

@ -1 +1,2 @@
SUBDIRS = applications icons
bin_SCRIPTS = pam_panic_config

View File

@ -0,0 +1,4 @@
desktopdir = $(datadir)/applications
desktop_in_files = pampanic-config.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

View File

@ -0,0 +1,24 @@
[Desktop Entry]
Version=0.2.6
Type=Application
Name=pam_panic Configuration Generator
Name[de]=pam_panic Konfigurationsgenerator
Name[fr]=Générateur de configuration pam_panic
Name[es]=Generador de configuraciones pam_panic
Name[jp]=pam_panic
Comment=Configure your pam_panic module
Comment[de]=Konfigurieren des pam_panic-Moduls
Comment[fr]=Configurer le module pam_panic
Comment[es]=Configurar el módulo pam_panic
Comment[jp]=pam_panic
Keywords=PAM;security;password;authentication;usb;
Keywords[de]=PAM;Sicherheit;Passwort;Authentifizierung;USB;
Keywords[fr]=PAM;sécurité;mot de passe;authentification;usb;
Keywords[es]=PAM;seguridad;contraseña;autenticación;usb;
Keywords[jp]=PAM;;;;USB;
Exec=sudo pam_panic_config
TryExec=pam_panic_config
Icon=/usr/share/icons/hicolor/scalable/apps/pampanic.svg
Terminal=true
Categories=Settings;Security;ConsoleOnly;
StartupNotify=false

View File

@ -0,0 +1,2 @@
appicondir=$(datadir)/icons/hicolor/scalable/apps
appicon_DATA=pampanic.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -286,3 +286,5 @@ echo "like in xscreensaver and system-local-login [the system login],"
echo "do as follows:"
echo -e "\t1. Open a module in /etc/pam.d/ (like xscreensaver or system-local-login).\n\t2. After the line \"#%PAM-1.0\" append\n\t\tauth include pampanic\n\t\taccount include pampanic\nAfter you have saved the file pam_panic will be working at once."
echo "If you got any question, don't hesitate to ask via IRC (chat.freenode.de in room #pampanic) or via mail."
echo -e "\nPress Enter to exit."
read -n1