Ferdinand Bachmann

Results 154 comments of Ferdinand Bachmann

This appears to have been fixed by #8217, since `view_autoconfigure()` now has changes to never configure a negative size.

That `width=-4` looks suspicious. @J0nnyMak0 do you by any chance use `border pixel 2` in your config? If so, then this might be caused by similar circumstances as #7977, with...

> > Just to note, using these flags does appear to break things on other linux distros in our testing. We can't simply turn these flags on for everyone as...

> Just to note, using these flags does appear to break things on other linux distros in our testing. We can't simply turn these flags on for everyone as a...

With libdecor and the xdg portals backend, wl-mirror will now work on KDE and Gnome! Both branches are still experimental and aren't finalized/merged yet, but apparently this started working just...

libdecor support is now merged into main.

Current progress tracked in branch [feature-xdg-portal](https://github.com/Ferdi265/wl-mirror/tree/feature-xdg-portal)

Current status: the initial codebase is there, but rendering the imported DMA-BUF still seems to fail in some way (the resulting texture is black). Currently unimplemented are stream format negotiation...

I'm currently at a dead end; none of the debug info provided by MESA / GL is of any help to me right now (most debug flags don't output anything,...

I recently found some ugly use after free bugs in my pipewire feature branch, but after fixing those the black screen is still there, so that was not the cause...