Skip to content

Commit

Permalink
fix: add dbus interface to freedesktop secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Oct 1, 2024
1 parent 93a8eef commit d0b3d1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ parts:
source: ./snap/local
source-type: local

plugs:
dbus-secrets:
interface: dbus
bus: session
name: org.freedesktop.secrets

apps:
signal-desktop:
extensions: [gnome]
Expand All @@ -194,7 +200,7 @@ apps:
- removable-media
- unity7
- screen-inhibit-control
- password-manager-service
- dbus-secrets
environment:
TMPDIR: $XDG_RUNTIME_DIR
# Included temporarily until https://github.com/snapcore/snapcraft-desktop-integration/issues/28
Expand Down

0 comments on commit d0b3d1c

Please sign in to comment.