Search Criteria
Package Details: dida-bin 6.0.30-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dida-bin.git (read-only, click to copy) |
---|---|
Package Base: | dida-bin |
Description: | Official Dida client, a todo list. |
Upstream URL: | https://dida365.com/home |
Licenses: | LicenseRef-Proprietary |
Provides: | dida |
Submitter: | sukanka |
Maintainer: | sukanka |
Last Packager: | sukanka |
Votes: | 6 |
Popularity: | 0.75 |
First Submitted: | 2022-01-01 08:30 (UTC) |
Last Updated: | 2025-03-21 12:02 (UTC) |
Dependencies (4)
- electron34 (electron34-binAUR)
- asar (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- noto-fonts-emoji (noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR) (optional) – for emoji support
Latest Comments
Last commented on 2025-03-21 04:12 (UTC)
此外还发现依赖的 electron33 升级到 electron34 后,位于
~/.config/dida-flags.conf
中的命令行参数没有被正确传递。(ps aux | grep dida
的输出结果里没有--enable-wayland-ime
)但其似乎能够正确识别 wayland 桌面环境(存在一个--ozone-platform-hint=wayland
参数)。直接结果是 Fcitx5 无法使用。 回退到62fc216
,一切正常。Last commented on 2025-03-21 03:35 (UTC)
升级到 6.0.30 后启动时卡在加载页面,打开 dev tools 终端中出现以下报错:
sukanka commented on 2023-07-05 06:36 (UTC)
@everyx, 请重新构建electron19,或者安装aur的electron19-bin
everyx commented on 2023-07-05 06:23 (UTC)
报错了,请问如何解决
/usr/lib/electron19/electron: error while loading shared libraries: libicui18n.so.72: cannot open shared object file: No such file or directory
bingcoke commented on 2023-01-20 11:43 (UTC)
关于,清单的emoji不显示问题,给大家说一下,也方便自己以后来查
也可以把这个依赖加上去
everyx commented on 2022-05-10 12:20 (UTC)
@sukanka
--enable-features=UseOzonePlatform --ozone-platform=wayland
这两个参数是传给electron
,在 Linux 上启用这两项也不合适,这个只需要修改一下启动脚本就行了,例如:sukanka commented on 2022-05-10 01:19 (UTC)
@everyx 你好,你可以自行修改启动脚本加入对应的参数试试。或者你可以向上游发送反馈。AUR不负责软件开发,不提供新的功能。
everyx commented on 2022-05-10 00:40 (UTC)
你好,能否提供类似于 vscode 的 code-flags.conf 功能,可以让用户加入自定义的启动参数,这样我就能通过配置
--enable-features=UseOzonePlatform --ozone-platform=wayland
让 dida 跑在 wayland 上了,谢谢sukanka commented on 2022-05-01 04:17 (UTC)
@everyx 感谢反馈,已经更新
everyx commented on 2022-05-01 03:33 (UTC)
dida.sh
的sha512sums
不正确,请更新