Hi @sukanka, actually when launch the application deepin-mail
it will not started properly. If we can look over the /usr/share/applications/deepin-mail.desktop
file, we will found the line Exec
as below
[Desktop Entry]
Exec=/usr/bin/deepin-turbo-invoker --type=dtkwidget deepin-mail %U
Then, what's going on?
$ /usr/bin/deepin-turbo-invoker --type=dtkwidget /usr/bin/deepin-mail
deepin-turbo-invoker: Invoking execution: '/usr/bin/deepin-mail'
Failed to invoke: Booster: Loading invoked application failed: '/usr/bin/deepin-mail: cannot dynamically load position-independent executable'
But if we choose with option qt5
is fine.
$ /usr/bin/deepin-turbo-invoker --type=qt5 /usr/bin/deepin-mail
Explanation
We have deepin-turbo
version 0.0.3-2
on the official repository.
This means that the option dtkwidget is not available yet.
Since version 0.0.4
or later the option dtkwidget
is available.
There are a chance to patch this behavior?
Pinned Comments
sukanka commented on 2022-04-01 12:22 (UTC)
If there is a new version, feel free to flag it out-of-date, and tell me the current version or download url in that page.