JoshDreamland left a comment (geany/geany#1727) Thanks, @lar3ry!
I think for me, the real issue was that only the first instance of Geany gets to make modifications to the preferences, so I'd often lose changes to those. I just became more deliberate about editing them. I use projects to manage files I want to open in batch, and I meticulously close all Geany windows but the main one I want to persist open files from, first. It's a lot of chore to do what editors like Notepad++ can just do naturally, but I've been able to mostly phase Geany out as my primary editor at this point (in favor of vscode), so I'm doing all right myself. As to your workspace-aware Geany, maybe did you see the `--socket-file` workaround they recommend? `geany --socket-file=/tmp/geany-sock-$(xprop -root _NET_CURRENT_DESKTOP | awk '{print $3}')` Cheers -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1727#issuecomment-3005967454 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/1727/3005967...@github.com>