BindToInterface icon indicating copy to clipboard operation
BindToInterface copied to clipboard

Binding won't work with programs packed in snap packages

Open Mikhael-Danilov opened this issue 1 year ago • 1 comments

For example, with Firefox in Ubuntu 22.04

Mikhael-Danilov avatar May 28 '23 21:05 Mikhael-Danilov

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.

JsBergbau avatar May 29 '23 08:05 JsBergbau