ProtonMail / inbox-desktop

Desktop application for Mail and Calendar, made with Electron
GNU General Public License v3.0
60 stars 3 forks source link

[Linux] Invalid selector error #7

Closed iron3oxide closed 5 months ago

iron3oxide commented 5 months ago

On (at least Fedora 39) Linux, the app won't start after sign-in, instead it shows the following error screen:

image

the logs look like this (I redacted app id and hash, not sure if necessary):

[2024-03-14 12:56:03.418] [info]  Settings not found, using default settings
[2024-03-14 12:56:03.444] [info]  AppID generated {
  id: 'redacted',
  hash: 'redacted',
  distribution: 0.6579952250827131
}
[2024-03-14 12:56:03.445] [info]  App start is mac: false is windows: false isLinux: true
[2024-03-14 12:56:03.489] [info]  App is not default mailto client
[2024-03-14 12:56:03.638] [info]  checkForUpdates
[2024-03-14 12:56:03.639] [info]  Electron's autoUpdater does not support the 'linux' platform. Ref: https://www.electronjs.org/docs/latest/api/auto-updater#platform-notices
[2024-03-14 12:56:03.642] [info]  Loading mail view
[2024-03-14 12:56:04.389] [info]  will-navigate
[2024-03-14 12:56:04.443] [info]  will-navigate
[2024-03-14 12:56:04.979] [info]  did-navigate-in-page
[2024-03-14 12:56:05.052] [info]  did-navigate-in-page
[2024-03-14 12:56:42.388] [info]  will-navigate
[2024-03-14 12:56:42.864] [info]  did-navigate-in-page
[2024-03-14 12:56:45.865] [info]  will-navigate
[2024-03-14 12:56:46.025] [info]  will-navigate
[2024-03-14 12:56:47.064] [info]  will-navigate
[2024-03-14 12:56:47.269] [info]  did-navigate-in-page
[2024-03-14 12:56:57.439] [info]  will-navigate
[2024-03-14 12:56:57.535] [info]  will-navigate
[2024-03-14 12:56:58.332] [info]  will-navigate
[2024-03-14 12:56:58.524] [info]  did-navigate-in-page
[2024-03-14 12:57:08.963] [info]  openLogFolder Windows
[2024-03-14 12:57:09.345] [info]  openLogFolder, not macOS or Windows
flavienbonvin commented 5 months ago

Hi, thanks for the report, the problem must be resolved now. Can you confirm that you can log, please? You might need to restart or refresh the application to have it work.

iron3oxide commented 5 months ago

Works for me now, thanks for the quick fix!

flavienbonvin commented 5 months ago

You're welcome 🙂 happy to see that it work!