This repository was archived by the owner on Jun 17, 2024. It is now read-only.
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Desktop/apps don't receive uevents (hardware changes) #1
Open
Description
A running sway desktop does not recognize new input devices (such as plugging in a Yubikey), changed monitors (docking/undocking), or USB drives. This is most probably because it does not receive any uevents: udevadm monitor -e --udev
does not do anything in swaypod. The kernel's netlink socket is an abstract Unix socket, so it can't simply be bind-mounted.
This does not work in a standard Fedora toolbox either. I am not sure if this can be made to work at all with current Linux/podman -- if not, then that is a dealbreaker, and the "run desktop in container" concept is fundamentally broken.