linuxmint / warpinator

Share files across the LAN
GNU General Public License v3.0
1.17k stars 80 forks source link

1.6.0: The bubblewrap mode launches /bin/sh instead of the app #173

Closed bobby285271 closed 1 year ago

bobby285271 commented 1 year ago

Warpinator 1.6.0, on Debian 11 and on NixOS unstable.

When running warpinator -m bubblewrap in the terminal, it enters a /bin/sh shell instead of launching the app.

$ warpinator -m bubblewrap
Using bubblewrap for incoming file isolation. Write access for the application will be limited to the save directory only.
sh-5.2$

Since when I warpinator -m landlock and/or warpinator -m legacy it starts the gtk app, I expect the bubblewrap mode to do the same thing. Or do I have to manually execute warpinator again in the shell?

Relevant launch_args I think:

https://github.com/linuxmint/warpinator/blob/f34a0cf5dadbca9f420b4d87fcf5b913e390aa7e/src/warpinator-launch.py#L150

mtwebster commented 1 year ago

Sorry, fixed. I have that there to debug bubblewrap mode and forgot to revert it.