You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./Onlook-x86_64.AppImage
(process:477913): Gtk-ERROR **: 09:21:13.411: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported
Trace/breakpoint trap (core dumped)
Haven't investigated in depth but here's the same issue in logseq. It doesn't reference the fixing commit explicitly but looking at the date I think it's this one.
The text was updated successfully, but these errors were encountered:
@bard Thanks for sharing the details this needs little more debugging. This is most likely the conflicting issue form GTK as you attached in the first shot
# Check for conflicting native modules
npm ls | grep -E "(gtk|cairo|pango|gdk)"
# Remove any old GTK-related native deps
npm uninstall any-gtk-related-packages
# Clean node_modules
rm -rf node_modules package-lock.json
npm install
I’d recommend getting rid of multiple GTK versions, and double-checking that your Electron version is compatible with the native modules you’re using. After that, try rebuilding.
Let me know how it goes — happy to help further if it’s still giving trouble!
Describe the bug
Haven't investigated in depth but here's the same issue in logseq. It doesn't reference the fixing commit explicitly but looking at the date I think it's this one.
The text was updated successfully, but these errors were encountered: