Jakub Sitnicki
Jakub Sitnicki
What @molen89 suggested would make Material Shell play nicely with extensions/applets that take a bit of horizontal space, like [system-monitor-next](https://extensions.gnome.org/extension/3010/system-monitor-next/) or Workrave applet.
Hi @salieri11 , `echo-sockmap-bpf.c` file gets generated when building the project with the following command found in `Makefile` ``` clang -Wall -Wextra -O2 -emit-llvm -c \ echo-sockmap-kern.c \ -S -o...
I've been using this patch when recently testing BPF fixes for s390x. Quick check against Fedora 35 VM image also confirms that console works: ``` $ guestmount --add Fedora-Cloud-Base-35-1.2.s390x.img --mount...