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

Snap package requires network-manager connection #969

Open
TheJackiMonster opened this issue Nov 26, 2021 · 4 comments
Open

Snap package requires network-manager connection #969

TheJackiMonster opened this issue Nov 26, 2021 · 4 comments

Comments

@TheJackiMonster
Copy link
Collaborator

I could fix the snapcraft.yml to build newer snap packages again which seem to work fine on Ubuntu 20.04 LTS and Manjaro KDE from my testing. On Ubuntu however it required to connect the network-manager plug manually via snap connect manuskript:network-manager.

The application GNU Jami (more specifically its Qt client application) had a similar issue:
https://forum.snapcraft.io/t/request-for-auto-connection-of-jami-network-manager/22833/17

Since it works fine without this work-around on Manjaro I assume there are differences in the versions of host libraries/applications which are used by snap, snapd or desktop-launch. But this is only speculation for now.

So it may be very confusing why an application like Manuskript may require the permission to access and change the settings of the network manager even though it does not even use an internet connection except for clicking on web-links in your text files as far as I know. That's the reason I'm writing this explanation here.

@TheJackiMonster
Copy link
Collaborator Author

I've now files this issue as bug on Ubuntus snapd launchpad. So for everyone interested, progress can be followed there.

@TechnoDexx
Copy link

Run command in terminal:
snap connect manuskript:network-manager :network-manager
This solves the problem at least on Ubuntu 22.04

@JeromyK
Copy link

JeromyK commented Apr 24, 2023

Issue fixed by this command also in Xubuntu 22.04.02 LTS

@poffaf
Copy link

poffaf commented Aug 2, 2023

It worked for my Kubuntu 22.04
For some reason opening my old work required 2 tries, but it works now (mysteries...)

  • thanks for the work, and thanks technodexx for the command !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants