Re: WebRTC screen sharing under Sway in Guix-packaged browsers

2025-01-27 Thread Ignas Lapėnas
Hello, This might be already resolved, but I'll drop my own used hacky solution, might help. We require v4l2loopback-linux-module Guix system: ``` : (operating-system : ... : (kernel-loadable-modules (list v4l2loopback-linux-module)) : ...) ``` Running application: ``` : guix shell xdg-deskt

Re: Could not prepare Boot variable

2025-01-27 Thread Leo Famulari
On Wed, Jan 22, 2025 at 10:06:19AM +0200, Efraim Flashner wrote: > While I like the adherence to upstream's decisions and not doing > downstream development through patches, in this case we should try to > remove the footgun that has bit us multiple times in the past. > > What if we leave the kern

Re: Could not prepare Boot variable

2025-01-27 Thread Leo Famulari
On Wed, Jan 22, 2025 at 10:06:19AM +0200, Efraim Flashner wrote: > While I like the adherence to upstream's decisions and not doing > downstream development through patches, in this case we should try to > remove the footgun that has bit us multiple times in the past. > > What if we leave the kerne