Inky segfaults when window is snapped to desktop edge or maximised
I'm running inky 0.15.1 on an Arch Linux/gnome setup. Kernel is v6.11.7; I'm running GNOME v47 (wayland).
When I snap the inky window to either side of the desktop, or maximize the window to fill the desktop, the program crashes and I get Segmentation fault (core dumped) in the terminal.
Let me know if any other information would be helpful!
Same on Kubuntu 2024.04 (X11): `./Inky Testing! Launching inklecate for session id 'Untitled_ink_AKo3Wnc_1' Launching inklecate for session id 'Untitled_ink_AKo3Wnc_2'
- Ended inklecate session id Untitled_ink_AKo3Wnc_1 Segmentation fault (core dumped) `
Its an electron issue: https://github.com/electron/electron/issues/41839
In app/package.json, when I update electron to 30.0.6 and run npm install, it maximizes again without crashing.
I have this issue on Linux Mint Cinnamon.
I also have this issue on Linux Mint Cinnamon. And I'm not sure how to compile the source code to solve it ^^; Is it something to do with like CMake?