diff --git a/snap/local/usr/bin/signal-desktop-wrapper b/snap/local/usr/bin/signal-desktop-wrapper index 404e536d9..6762c224e 100755 --- a/snap/local/usr/bin/signal-desktop-wrapper +++ b/snap/local/usr/bin/signal-desktop-wrapper @@ -16,7 +16,7 @@ opts=( # snap/flatpak environments, which means that Signal loses access to the encryption # key used to encrypt the local database, and needs to be re-linked (losing all message # history) every time it's launched. - "--password-store="basic" + "--password-store=basic" ) # If the the tray icon is enabled, add to the list of command line args diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4f8418f50..f68a3b2b3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -194,7 +194,6 @@ apps: - removable-media - unity7 - screen-inhibit-control - - password-manager-service environment: TMPDIR: $XDG_RUNTIME_DIR # Included temporarily until https://github.com/snapcore/snapcraft-desktop-integration/issues/28