sources files
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /usr/bin/cli /usr/lib/keepass2/KeePass.exe "$@"
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Meta>
|
||||
<PreferUserConfiguration>true</PreferUserConfiguration>
|
||||
</Meta>
|
||||
</Configuration>
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=KeePass2
|
||||
GenericName=Password manager
|
||||
Exec=keepass2 %f
|
||||
Icon=keepass2
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
Categories=Utility;
|
||||
MimeType=application/x-keepass2;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 826 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/x-keepass2">
|
||||
<comment>KeePass 2 database</comment>
|
||||
<comment xml:lang="de">KeePass 2 Datenbank</comment>
|
||||
<glob pattern="*.kdbx"/>
|
||||
<icon name="keepass2"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
+1
@@ -0,0 +1 @@
|
||||
../icons/hicolor/32x32/apps/keepass2.png
|
||||
Reference in New Issue
Block a user