"/" is not a shared mount, this could cause issues or missing mounts with rootless containers
Just add
mount --make-rshared /
to your /etc/rc.local
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
"/" is not a shared mount, this could cause issues or missing mounts with rootless containers
Just add
mount --make-rshared /
to your /etc/rc.local
Error: unable to start container "0a58490ca8d4b9cf464483b8a776e53616ebfc60cc89aa25e60b0d910d907eb2": runc: runc create failed: unable to start container process: unable to apply cgroup configuration: rootless needs no limits + no cgrouppath when no permission is granted for cgroups: mkdir /sys/fs/cgroup/0a58490ca8d4b9cf464483b8a776e53616ebfc60cc89aa25e60b0d910d907eb2: permission denied: OCI permission denied
[containers]
cgroupns = "host"
[engine]
cgroup_manager = "cgroupfs"
runtime = "crun"
sudo xbps-install -S crun
distrobox stop abox
distrobox rm abox
podman system reset
distrobox create -i archlinux -n abox -H ~/home-abox
distrobox-enter abox
Error: short-name "archlinux" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
unqualified-search-registries = ["docker.io"]
inode/directory=thunar.desktop
into ~/.config/mimeapps.list:
[Default Applications]
inode/directory=thunar.desktop
Exec=env GTK_THEME=Adwaita:dark /run/current-system/sw/bin/distrobox-enter -n abox -- libreoffice --writer %U
Could not initialize GLX
Have to **update flatpak** as probably nvidia drivers in flatpaks are much different than on the host.
GTK_THEME=Adwaita:dark libreoffic
set -x GTK_THEME Adwaita:dark
vim .config/fish/config.fish
set -e XCURSOR_PATH
set -x XCURSOR_PATH /usr/share/icons ~/.icons
/run/current-system/sw/bin/distrobox-enter -n abox -- bash -c 'XCURSOR_PATH=/usr/share/icons /usr/lib/firefox/firefox %u '
terminator --geometry=2420x650+80+800
TypeError: unknown signal name: changed::font-name
distrobox-enter -n abox -- bash -c 'unset LD_LIBRARY_PATH GI_TYPELIB_PATH GIO_MODULE_DIR GSETTINGS_SCHEMA_DIR; terminator'