sources files
This commit is contained in:
2
src/usr/bin/keepass2
Executable file
2
src/usr/bin/keepass2
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /usr/bin/cli /usr/lib/keepass2/KeePass.exe "$@"
|
6
src/usr/lib/keepass2/KeePass.config.xml
Normal file
6
src/usr/lib/keepass2/KeePass.config.xml
Normal 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>
|
10
src/usr/share/applications/keepass2.desktop
Normal file
10
src/usr/share/applications/keepass2.desktop
Normal 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;
|
BIN
src/usr/share/icons/hicolor/16x16/apps/keepass2.png
Normal file
BIN
src/usr/share/icons/hicolor/16x16/apps/keepass2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 826 B |
BIN
src/usr/share/icons/hicolor/24x24/apps/keepass2.png
Normal file
BIN
src/usr/share/icons/hicolor/24x24/apps/keepass2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
src/usr/share/icons/hicolor/256x256/apps/keepass2.png
Normal file
BIN
src/usr/share/icons/hicolor/256x256/apps/keepass2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
src/usr/share/icons/hicolor/32x32/apps/keepass2.png
Normal file
BIN
src/usr/share/icons/hicolor/32x32/apps/keepass2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
src/usr/share/icons/hicolor/48x48/apps/keepass2.png
Normal file
BIN
src/usr/share/icons/hicolor/48x48/apps/keepass2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
src/usr/share/icons/hicolor/64x64/apps/keepass2.png
Normal file
BIN
src/usr/share/icons/hicolor/64x64/apps/keepass2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
9
src/usr/share/mime/packages/keepass2.xml
Normal file
9
src/usr/share/mime/packages/keepass2.xml
Normal 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>
|
1
src/usr/share/pixmaps/keepass2.png
Symbolic link
1
src/usr/share/pixmaps/keepass2.png
Symbolic link
@@ -0,0 +1 @@
|
||||
../icons/hicolor/32x32/apps/keepass2.png
|
Reference in New Issue
Block a user