Associate KeePassX with *.kdb on Linux
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@224 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Name=KeePassX
|
||||
GenericName=Cross Platform Password Manager
|
||||
GenericName[fr]=Gestionnaire de mot de passe
|
||||
GenericName[de]=Passwortverwaltung
|
||||
GenericName[fr]=Gestionnaire de mot de passe
|
||||
Exec=keepassx
|
||||
Icon=keepassx
|
||||
Comment=Cross Platform Password Manager
|
||||
Comment[fr]=Gestionnaire de mot de passe
|
||||
Comment[de]=Passwortverwaltung
|
||||
Comment[fr]=Gestionnaire de mot de passe
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Qt;Utility;
|
||||
MimeType=application/x-keepass
|
||||
|
||||
8
share/mime/packages/keepassx.xml
Normal file
8
share/mime/packages/keepassx.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/x-keepass">
|
||||
<comment>KeePass database</comment>
|
||||
<comment xml:lang="de">KeePass Datenbank</comment>
|
||||
<glob pattern="*.kdb"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
8
share/mimelnk/application/keepassx.desktop
Normal file
8
share/mimelnk/application/keepassx.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Comment=KeePass database
|
||||
Comment[de]=KeePass Datenbank
|
||||
Hidden=false
|
||||
Icon=keepassx
|
||||
MimeType=application/x-keepass
|
||||
Patterns=*.kdb
|
||||
Type=MimeType
|
||||
Reference in New Issue
Block a user