Results 21 comments of valoq

What you need is not a "wrapper" (bubblewrap is a wrapper for namespaces already) but simply a script that creates your sandboxed environment using bubblewrap features. Here are some example...

Having a single file for the rules makes it less complicated to get started with. Having different sections that may be commented or uncommented depending on use case is probably...

> BTW: thanks for publishing this repo, these samples helped me figure out how to unbreak multiple apps that suddenly broke and need access to `/dev/dri`, `/sys/dev/char` and `/sys/devices/pci0000:00`. I...

This feature already works pretty well and I think it can merged now after the recent release to have more people test it. I didn't find any issues so far...

#1675 addresses the documentation Remaining issues I noticed so far: - When larger directories are copied, the dircount is still unreliable - Possibly related to https://github.com/gokcehan/lf/issues/1417 which also needs to...

> OK so I found that there are race conditions with mass updates (e.g. `touch {1..100}` or `rm *`), so change to use update `nav.dirs` all in a single thread...

Actually, with https://github.com/gokcehan/lf/pull/1667/commits/76aacc708b94cf23e8f98055fe534b650b11e1ed the copy action is fast again, but now the file size is not updated at the end and #1417 is back again

> Also I'm not sure how why the file size doesn't update for you at the end? That was just a mistake on my end, I tested the wrong version....

Well it does work I suppose. While it does take significantly less time now, this branch still doubles the execution times for copy operations. To copy a 1GB file with...

One more bug related to this feature: After editing a file in vim and returning to lf, sometimes a new empty file named "4913" appears. Apparently this is some kind...