Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add password-manager-service plug #16

Merged

Conversation

V-Gira
Copy link
Contributor

@V-Gira V-Gira commented Apr 18, 2024

Description

I would like to add the password-manager-service interface that could allow the Wire Snap to access the desktop environment's keychain

Issue fixed

See this repo issue thread here.

Wire's latest release introduced an issue for some Linux users, most relevant the Snap has become unusable.

Wire started to use the system keychain to store users' authentication data, relying on Electron's safeStorage, and AppArmor policies now prevent users using the Snap package to log in.

@@ -12,6 +12,7 @@ distributions.</p>
sudo snap install wire
snap connect wire:camera core:camera
snap connect wire:mount-observe core:mount-observe
snap connect wire:password-manager-service
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be enough, I'll be happy to have some input on whether or not this is correct.

I ran into an issue with my locally built Snap the first time on a fresh Ubuntu 23.10 install with no update, but subsequent builds worked on up to date Ubuntu 23.10 and Kubuntu 23,10

Copy link
Member

@jnsgruk jnsgruk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, sorry for the delay here!

@jnsgruk jnsgruk merged commit b7c3c86 into snapcrafters:master Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants