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

Binding won't work with programs packed in snap packages #11

Open
Mikhael-Danilov opened this issue May 28, 2023 · 1 comment
Open

Binding won't work with programs packed in snap packages #11

Mikhael-Danilov opened this issue May 28, 2023 · 1 comment

Comments

@Mikhael-Danilov
Copy link
Contributor

For example, with Firefox in Ubuntu 22.04

@JsBergbau
Copy link
Owner

Probably these snap packages ship with their own C libary and thats why it won't work.
To be honest I don't like snap packages because every packages uses, as far as I have seen, a loop device, so when using lsblk to get an overview of the drives is crowded by snap drives. Omitting loop drives is also no option because of luks/cryptsetup drives. So when I setup a fresh ubuntu-server I remove all this snap packages via this tutorial https://www.simplified.guide/ubuntu/remove-snapd

Probably these snap packages would have to be packed with BindToInterface to work. Perhaps you can find out more about it.

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

No branches or pull requests

2 participants