mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Compare commits
8 Commits
592d553ff8
...
fix/snap-b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddfc94de4b | ||
|
|
1239e59ee1 | ||
|
|
434f31cba2 | ||
|
|
32abcb0d52 | ||
|
|
edd921401d | ||
|
|
e98c98c6c3 | ||
|
|
faf45079ef | ||
|
|
63714a6f5f |
@@ -1,4 +1,9 @@
|
||||
name: keepassxc
|
||||
summary: "KeePassXC: Secure, Community-Driven Password Management"
|
||||
description: |
|
||||
KeePassXC is an advanced password manager that offers secure storage
|
||||
in an encrypted database, with a modern, user-friendly experience that
|
||||
adapts to your desktop environment.
|
||||
adopt-info: keepassxc
|
||||
grade: stable
|
||||
base: core22
|
||||
@@ -7,19 +12,30 @@ compression: lzo
|
||||
|
||||
apps:
|
||||
keepassxc:
|
||||
command: usr/bin/keepassxc
|
||||
common-id: org.keepassxc.KeePassXC.desktop
|
||||
# Use desktop-launch to improve integration
|
||||
command: desktop-launch usr/bin/keepassxc
|
||||
desktop: usr/share/applications/org.keepassxc.KeePassXC.desktop
|
||||
extensions: [kde-neon]
|
||||
plugs: [home, unity7, network, network-bind, removable-media, raw-usb, password-manager-service, browser-native-messaging]
|
||||
autostart: org.keepassxc.KeePassXC.desktop
|
||||
plugs:
|
||||
- home
|
||||
- unity7
|
||||
- network
|
||||
- network-bind
|
||||
- removable-media
|
||||
- raw-usb
|
||||
- password-manager-service
|
||||
- browser-native-messaging
|
||||
|
||||
cli:
|
||||
command: usr/bin/keepassxc-cli
|
||||
extensions: [kde-neon]
|
||||
plugs: [home, removable-media, raw-usb]
|
||||
|
||||
proxy:
|
||||
command: usr/bin/keepassxc-proxy
|
||||
extensions: [kde-neon]
|
||||
|
||||
# Enable direct access to the native messaging host configuration files
|
||||
plugs:
|
||||
browser-native-messaging:
|
||||
interface: personal-files
|
||||
@@ -78,8 +94,8 @@ parts:
|
||||
- libfreetype6
|
||||
- xclip
|
||||
- libkeyutils1
|
||||
|
||||
lint:
|
||||
ignore:
|
||||
- library:
|
||||
- lib/**/libhistory.so*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user