Doublonmousse
Doublonmousse
The upstream issue here : https://gitlab.gnome.org/GNOME/mutter/-/issues/3616 has been closed recently. So it's probably more of a matter of time before this is rolled out in the next mutter update
Gtk-related issue : https://gitlab.gnome.org/GNOME/gtk/-/issues/5090
You're setting the rnote window so that it is shown on all desktop right ? I'm testing on the 0.12 release and can't reproduce (so maybe it is fixed ?)
For the ink serialized format, there is no floats used to store ink strokes, there's only a minimum fixed size (like 1/1000th of a cm) and quantization is used. Hence...
I think the compression being in the header was to accomodate the possibility to save to and from the raw json encoding (so that you can uncompress the data a...
Does it segfault as soon as the `Broken accounting` message appear ? Can you give me the version of gtk4 installed ? Given that gnome 46.2 is pretty new it...
@LSeelig Are you launching it with `GSK_RENDERER=gl rnote` ? If not it's probably #1061
Can you check again on 0.11 ? Might be a gtk issue that's fixed in 4.14
> I have the same problem with my Wacom tablet on Hyprland with `rnote` v0.11 and `gtk4` v4.14.4 (with `OpenTabletDriver` v0.6.4.0). `GSK_RENDERER=gl` doesn't seem to have any effect. > >...
> > @LSeelig Are you launching it with `GSK_RENDERER=gl rnote` ? If not it's probably #1061 > > I'll check on that. But I am not using any env vars...