secretmango

Results 139 comments of secretmango

``` # Check if the system is immutable if touch /bin/testfile 2>/dev/null; then # System is not immutable bindir="/usr/bin" libdir="/usr/lib" sharedir="/usr/share" else # System is immutable bindir="$HOME/.local/bin" libdir="$HOME/.local/lib" sharedir="$HOME/.local/share" fi...

[See my pull](https://github.com/axel358/waydroid-settings/pull/18) which aims to fix it detecting an immutable system filesystem is really easy. Just attempt to write a file to one of these dirs: - usr -...

Now the question is how to detect the immutability in python using the `os` library. Some AI told me: ``` import os # Function to check if a directory is...

Current problem when installing: ``` mkdir: the directory „/home/user/.local/share/waydroid-settings/scripts“ could not be created, no permission cp: destination '/home/user/.local/share/waydroid-settings/scripts': file or directory not found ```

but Nix would still not work on Silverblue / Fedora Atomic right? Is it possible to change the directory that nix writes, to `/var/nix` ? Otherwise this will be impossible

Hi, here is a folder where some other stuff is in, but also the alarm tone (If you want to learn some first semester biology… XD) https://mega.nz/folder/i6BSxBhT#9DxN4UqOqY7lIDBKoq5yTQ Thanks! Von: neo85...

Hi, thanks for your reply. I don’t know what causes this, but it doesn’t even play the sound when I try to test it. My speakers are on and the...

another feature supported by distrobox :D `distrobox-enter boxname -- command` works normally, on toolbox it does nothing

Ping, please react