Doublonmousse
Doublonmousse
It's a `c_long` is not an i64 on windows issue. Using a patched version of the crates.io package https://github.com/Doublonmousse/poppler-patch will work here (beware of using the gitlab version, doesn't play...
I'm not sure I'm able to reproduce this. Do you have "draw with touch" enabled in the settings (maybe some unwanted strokes slipped in between). Though I haven't tried exactly...
I think I have an idea. Maybe this has to do with how settings are loaded on startup. So everything that's part of the document but is displayed in the...
I've created a branch that prints how the unsaved indicator activates and I'm compiling it as a flatpak nightly here: https://github.com/Doublonmousse/rnote/actions/runs/14339727330 so that you can install this version and report...
> Sadly the flatpak doesn't seem to have the issue anymore. It doesn't create an empty but marked as modified tab. Sorry I don't really understand. Is the flatpak 0.12...
Okay, so I've pulled https://gitlab.archlinux.org/archlinux/packaging/packages/rnote and made a custom version here https://github.com/Doublonmousse/rnote_aur_debug so that (hopefully) this custom version can be installed and repro the issue with the debug prints
Thanks you, that helps a lot (it also means it'll be possible to test a patch) !
I've pushed a new version with a (what I think) is a fix https://github.com/Doublonmousse/rnote_aur_debug (added https://github.com/Doublonmousse/rnote/commit/50fc9fae2a670c4cb20683729b59d9ed528fa0e2 and https://github.com/Doublonmousse/rnote/commit/93f3d8ccb11232e397582404f33faf1c5a610353) It's maybe not the full complete thing (maybe elements other than `doc_background_pattern_width_unitentry`/doc_background_pattern_height_unitentry`...
Can you check the terminal output of the (now) working version ? If I'm not mistaken, I've added a couple more prints that should be shown on startup on the...
So yes that's the new dev version. That means the fix works (I'll try to push a full and cleaner version soon to the main branch) Sorry If I made...