You are not logged in.
Pages: 1
Hi all! The finished package of this application does not want to launch in any way. What could be the reason and how to fix it.
Downloaded from here:
https://todoist.com/downloads/linux
Offline
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: dialog module can only be used after app is ready
at checkAppInitialized (node:electron/js2c/browser_init:2:15666)
at messageBox (node:electron/js2c/browser_init:2:17556)
at Object.showMessageBoxSync (node:electron/js2c/browser_init:2:19933)
at pe (/tmp/.mount_TodoisdwI0mG/resources/app.asar/webpack/electron/electron.js:1:28167)
at c.registerDefaultProtocol (/tmp/.mount_TodoisdwI0mG/resources/app.asar/webpack/electron/electron.js:1:45776)
at c.init (/tmp/.mount_TodoisdwI0mG/resources/app.asar/webpack/electron/electron.js:1:45621)
at /tmp/.mount_TodoisdwI0mG/resources/app.asar/webpack/electron/electron.js:1:35263
at r.a (/tmp/.mount_TodoisdwI0mG/resources/app.asar/webpack/electron/electron.js:1:52298)
at 769 (/tmp/.mount_TodoisdwI0mG/resources/app.asar/webpack/electron/electron.js:1:34977)
at r (/tmp/.mount_TodoisdwI0mG/resources/app.asar/webpack/electron/electron.js:1:51801)
Looks like a build problem. If you have an account with them, file a support case. They might want what I pasted above.
Offline
Thank you for your reply
Offline
In general, I wrote to todoist - no one wants to deal with this problem. They said that they only support Ubuntu (and therefore systemd) distributions. It's a pity that this is so, but I tried to do everything I could.
Offline
If not you, perhaps someone else will eventually provide a more universally compatible fork.
Offline
Pages: 1