@carlosal1015 Now I changed the Exec
line to
Exec=deepin-mail %U
and it can launch normally.
BTW, I flagged deepin-turbo
out-of-date` as 0.0.5 was released.
Git Clone URL: | https://aur.archlinux.org/deepin-mail-bin.git (read-only, click to copy) |
---|---|
Package Base: | deepin-mail-bin |
Description: | Deepin mail |
Upstream URL: | https://www.deepin.com/ |
Licenses: | GPL3 |
Provides: | deepin-mail |
Submitter: | sukanka |
Maintainer: | sukanka |
Last Packager: | sukanka |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-31 09:58 (UTC) |
Last Updated: | 2024-08-27 11:58 (UTC) |
« First ‹ Previous 1 2
@carlosal1015 Now I changed the Exec
line to
Exec=deepin-mail %U
and it can launch normally.
BTW, I flagged deepin-turbo
out-of-date` as 0.0.5 was released.
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.