Search Criteria
Package Details: dida-bin 6.0.0-1
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: | BSD |
Provides: | dida |
Submitter: | sukanka |
Maintainer: | sukanka |
Last Packager: | sukanka |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-01 08:30 (UTC) |
Last Updated: | 2024-08-07 14:08 (UTC) |
Dependencies (2)
- electron21AUR (electron21-binAUR)
- noto-fonts-emoji (noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR) (optional) – for emoji support
Latest Comments
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
不正确,请更新