Simon McVittie
Simon McVittie
In that case this seems like a good time for me to update the SDL3 and sdl2-compat snapshots in Debian experimental, and see what I can re-enable!
Also known as "stride" or "rowstride" in some imaging libraries.
As a data point for this, a Flatpak user was recently sufficiently confused by the interaction of the `fallback-x11` and `x11` options that they mistakenly reported it as a Flatpak...
> IMO the way this permission is handled by Flatpak itself is wrong - it really should be a tri-state It effectively *is* a tri-state, but its representation in the...
This is not necessarily an upstream bug: Debian's version of HTML::Tidy has been patched to support the original libtidy, instead of the tidyp fork recommended here. However, Debian's libtidy has...
To be honest this is really more like the feature request "stop using tidyp, use actively-maintained tidy-html5 instead". tidy-html5 has a different library name (the same as the original libtidy),...
Try this: https://github.com/smcv/html-tidy/commits/tidy-html5 (@gregoa: I'll send a Debianized version to the bug). I haven't sent this as a PR yet because I'm not sure about the last commit: it would...
This is probably a regression caused by #16. Do you have an environment variable like `QT_QPA_PLATFORM` set, forcing Qt to use its `xcb` plugin? Please try each of these possible...
It would also be interesting to know whether you have the same problem with other Qt Flatpak apps that use `fallback-x11`, like , or .
> `flatpak run --socket=x11 --nosocket=fallback-x11 com.valvesoftware.SteamLink` Sorry, the socket arguments get a bit confusing around `fallback-x11`. Perhaps try: `flatpak run --nosocket=wayland com.valvesoftware.SteamLink` > I'm starting to believe that Crostini (the...