lxroot icon indicating copy to clipboard operation
lxroot copied to clipboard

A lightweight, flexible, and safer alternative to chroot and/or Docker.

Results 3 lxroot issues
Sort by recently updated
recently updated
newest added

the `-x` option maybe should automatically run `xhost + local:`? [Source](https://checkmk.com/linux-knowledge/calling-graphic-programs-chroot-environment) alacritty, firefox and discord won't launch without doing it on the host system first. I am not aware of...

```console % make build mkdir -p bin g++ -g -fmax-errors=2 -Wall -Werror -Wextra -Wno-unused-parameter lxroot.cpp -o bin/lxroot lxroot.cpp: In static member function ‘static flags_t Syscall::st_to_ms(flags_t)’: lxroot.cpp:731:42: error: comparison between ‘enum’...

> **make build** command gave me the following error ``` g++ -g -fmax-errors=2 -Wall -Wextra unit.cpp -o bin/lxroot-unit make: g++: No such file or directory make: *** [Makefile:46: bin/lxroot-unit] Error...