sources files

This commit is contained in:
AR2000
2024-03-03 16:57:30 +01:00
commit a68b8a72d7
11 changed files with 28 additions and 0 deletions

2
src/usr/bin/keepass2 Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
exec /usr/bin/cli /usr/lib/keepass2/KeePass.exe "$@"

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -0,0 +1 @@
../icons/hicolor/32x32/apps/keepass2.png