-
Notifications
You must be signed in to change notification settings - Fork 2
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
open_dialog warning #71
Comments
What platform? This is something the underlying C library is doing. I will look for a way of quieting the warning this weekend. |
Julia 1.10.4 under Ubuntu 22.04.4 with i3wm Thanks! |
The warning is being emitted because the application name isn't set: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkrecentmanager.c?ref_type=heads#L932 Try the following before calling
For me that gets rid of the warning. Maybe these should be set to something like "julia" or "Gtk4.jl" by default in the package if Let me know if this helps. |
Now I get
|
I don't see that "ibus" warning using i3wm on Fedora. Potential clue: https://discourse.ubuntu.com/t/ibus-no-more-gtk-im-module-ibus/17727 Could you set |
I can't quite figure out how to do this. I will be offline for a couple of days but will investigate it further when I return. You've already helped me a lot. Thanks! |
I was able to try this on GNOME on Ubuntu and the "ibus" warning doesn't appear. So it looks like a i3wm + Ubuntu issue? Thanks for pointing out the other warning, I had seen it but didn't realize it was easy to fix. |
All fine now. Thanks for the help! |
The following script was put together using code snippets from the documentation:
Running it from the REPL gives the following warning:
I don't know if this is a bug or a feature, but how does one get rid of this warning?
The text was updated successfully, but these errors were encountered: