diff --git a/src/main/main.ts b/src/main/main.ts index e6efa178..802fc3b9 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -494,6 +494,9 @@ const createWindow = async (first = true) => { app.commandLine.appendSwitch('disable-features', 'HardwareMediaKeyHandling,MediaSessionService'); +// https://github.com/electron/electron/issues/46538#issuecomment-2808806722 +app.commandLine.appendSwitch('gtk-version', '3'); + // Must duplicate with the one in renderer process settings.store.ts enum BindingActions { GLOBAL_SEARCH = 'globalSearch',