The officially official Devuan Forum!

You are not logged in.

#1 2024-05-23 16:05:09

zeitlos
Member
Registered: 2021-08-20
Posts: 17  

AppImage "Todoist" doesn't work

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

#2 2024-05-25 05:25:44

ab
Member
Registered: 2023-07-19
Posts: 6  

Re: AppImage "Todoist" doesn't work

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

#3 2024-05-26 16:52:59

zeitlos
Member
Registered: 2021-08-20
Posts: 17  

Re: AppImage "Todoist" doesn't work

Thank you for your reply

Offline

#4 2024-06-28 18:20:51

zeitlos
Member
Registered: 2021-08-20
Posts: 17  

Re: AppImage "Todoist" doesn't work

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

#5 2024-06-28 20:42:34

golinux
Administrator
Registered: 2016-11-25
Posts: 3,282  

Re: AppImage "Todoist" doesn't work

If not you, perhaps someone else will eventually provide a more universally compatible fork.

Online

Board footer