-
Notifications
You must be signed in to change notification settings - Fork 78
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
Application crashes with GTK+ 2.x symbols detected
when using gio
#67
Comments
dialog uses gtk3 so that is presumably causing the conflict. But I previously used gtk2, so give commit f33030e a try. dialog development is slow so I don't think this version is missing any critical features/bug fixes, but it also probably wouldn't be much work to take HEAD and replace the current gtk backend with the gtk2 version. Ideally dialog would let you select the version I guess, but I'm unlikely to find time to look into support for backend selection |
I don't understand what the screenshot is trying to tell me -- what is weird about it? |
icons are white and have to little width :) |
FYI I now have a project which uses dialog in conjunction with gio and haven't seen any issues on linux. Version info:
I don't know if gio has moved on or if something else in your project is relying on gtk2 |
I'm making GUI application with Gio that uses GTK on linux, and application crashes on start (it's building well, breakes in
dialog.init()
)Stderr
Enviroment info:
OS: Kubuntu 21.10 x86_64
Go: go1.18.1 linux/amd64
dialog version: v0.0.0-20220227145630-7a1c9e333fcf
gio version: v0.0.0-20220412071142-25fae8de30be
GTK3 version: 3.24.30
GTK2 version: 2.24.33
The text was updated successfully, but these errors were encountered: