igo95862
igo95862
> /usr is the second major section of the filesystem. /usr is shareable, read-only data. That means that /usr should be shareable between various FHS-compliant hosts and must not be...
Right now they have `.db` extension but they are just JSON files. Can be done in backward compatible way. (check for `.db` but default to `.json`)
I am trying to make LGTM.com to use Python 3.10 instead of 3.8 because in 3.9 `ArgumentParser.__init__` gained a new keyword `exit_on_error` but LGTM is not recognizing that. This is...
Any reason why the new renderer is not default? Can I help?
Current icon:  It was done very quickly and has a droplet not a bubble. During testing the notifications it turned out that it looked very bad on dark...
Unless I am missing something, currently the only way obtain the D-Bus introspection XML is to retrieve it from a running daemon. This is suboptimal for code generators like `gbus-codegen`...
Version 0.8.0 has been released with namespace limits service. Because a lot of applications will fail to run with all namespaces disabled the available profiles had not been given any...
### Description https://www.kernel.org/doc/html/latest/userspace-api/landlock.html Landlock is an unprivileged LSM. It is already compiled in Arch Linux. For bubblejail it makes sense to restrict write permission outside the instance home and run...
Commands to compile: * Setup build directory: `meson setup --buildtype=release build` * Switch to build directory: `cd build` * Use `ninja` to compile. Compiled executable will be in the build...
A make file is not portable and might break easily. Build system choice can either be: * Meson * Cmake I can create pull request for either one.