Stas Sergeev

Results 1352 comments of Stas Sergeev

So far I added Flatpack support. It can be built with `make flatpak-build`. There are at least 2 different instructions how to build that on github: https://github.com/flatpak/flatpak-github-actions https://github.com/andyholmes/flatter But I...

Flatpak now built on CI.

https://github.com/dosemu2/dosemu2/wiki/installing-Flatpak-package

The problem is that flatpak wants to provide its own sandboxing, not allowing the one that dosemu2 has already. As the result, dosemu2's native sandboxing is disabled, and flatpak's is...

> I think homebrew is an excellent tool, > but its so unpopular that I don't think Hmm, the simple `pip install homebrew` just proved me wrong. :) Homebrew is...

Oops: https://pypi.org/project/homebrew/ So `pip install homebrew` obviously installs the wrong thing. :(

Yes, but they only say how should _I_ install it on my machine. Since its not on any user's machine and is not available via distro repos or any other...

And it needs `sudo` during install, so I can't install it from an appimaged game package for instance.

The main problem with flatpak is that you can't add user there (or at least I haven't found such possibility), or use `sudo` for `sudo make install` to use `chown`....

In principle I can move appimages to `/run/user` and vacate `/tmp`. Will do, as sharing `/tmp` is obviously silly.