Open
Description
Describe the bug
When start the app, electron complaint about GTK version mismatch with this error:
Gtk-ERROR **: 19:37:57.074: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported
On electron repository, the suggested solution is to use the:
app.commandLine.appendSwitch('gtk-version', '3');
as suggested here: electron/electron#46538 (comment)
But even if i wrote this in main.ts, electron complain about GTK version mismatch
Electron-Vite Version
3.1.0
Electron Version
36.2.1
Vite Version
6.3.5
Validations
- Follow the Code of Conduct.
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
No labels