-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot start on MacOS: "cannot open display" #197
Comments
I don't know, you could give it a try. FWIW gtk-rs docs instructs to install gtk4 through brew, not macports. |
I had the same problem using Homebrew Gtk4. |
same issue homebrew gtk4 |
I managed to make it build (M1 here). Had to replace install and sed in the Makefile with their GNU equivalents from Brew. Now getting this error:
|
Either:
In d77e7fb gnvim gained support for remembering the window size/state and got hard requirement for the gio settings schema to be present during runtime. Here's one related SO question, but for windows: https://stackoverflow.com/questions/28953925/glib-gio-error-no-gsettings-schemas-are-installed-on-the-system And another one related on changing the place glib looks for the schemas: https://unix.stackexchange.com/questions/641238/how-to-make-a-glib-app-look-for-schema-at-a-different-path |
I get the "cannot open display" error on MacOS when I try to start the compiled application:
Do I need to set up XQuartz somehow?
I am using MacOS 12.4 on ARM/M1, with MacPorts.
The text was updated successfully, but these errors were encountered: