View Single Post
  #28  
Old 03-31-2026, 04:26 AM
veptune veptune is offline
Scrawny Gnoll


Join Date: Oct 2014
Posts: 24
Default

nicolas@localhost:~$ sysctl -n kernel.apparmor_restrict_unprivileged_userns
1
nicolas@localhost:~$ sudo rm /etc/apparmor.d/bwrap
[sudo] password for nicolas:
nicolas@localhost:~$ sudo systemctl reload apparmor.service
nicolas@localhost:~$ bwrap --dev-bind / / -- echo hello
hello


But I still get the same errors :

[gamescope] [Error] wlserver: [xwayland/sockets.c:64] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use
[gamescope] [Error] wlserver: [xwayland/sockets.c:64] Failed to bind socket @/tmp/.X11-unix/X1: Address already in use


When I choose X11 as driver, and do not use the --backend=wayland option, I don't have the address already in use errors and the core dump.
Last edited by veptune; 03-31-2026 at 04:28 AM..
Reply With Quote