Forgot to reply to all

06/02/2025 à 13:27:
Now the window shows much more stuff, it's definitely better. But among the bunch of errors on stderr, there's this one that hints me that something important is still missing:

```
file://usr/lib/x86_64-linux-gnu/dekko/plugins/ubuntu/mail/setupwizard/ SetupWizard.qml:19 module "QtQml.StateMachine" is not installed
```

So it seems in addition qml-module-qtqml-statemachine is missing.

I guess not only should the right dependencies should be added to the
debian package, but this kind of error is taken way too lightly by the
app or the framework IMHO. I believe the app should not start at all if
something that important/mandatory is missing. At the very least, pop a
graphical error message box telling something wrong has happened (maybe
just telling to have a look at stderr for details). Hadn't I launched
dekko from a terminal, I wouldn't have noticed, which IMHO is terrible
for a desktop app.

Reply via email to