-
Joined on
2026年05月08日
Wouldn't it be easier that you define an alias that does that for you?
You can take a look at what the CI does in https://gitlab.com/dehesselle/stencil_macos
Not sure if it helps: Rnote is another GTK 4 app written in Rust, maybe check its layout?
I can only reproduce the problem when Gitte is in fullscreen. Can you confirm that @Surendrajat ?
Awesome, this works.
Option 1: use bare metal
No. Neither by clicking the icon nor by using the keyboard shortcut to open a new window.
I have identified the issue: if you close a window that is not in focus, the app cannot be quit. See this gif:
The good news:
I have seen various approaches in the wild:
Symlinking the main binary is not supported. Use an alias or wrap it in a shell script.
Great, thanks for the confirmation.
Ok. Does that mean: since we're not using git2 for network operations, I'm not breaking anything because I am neither providing libgit2 nor libssh2?