Package Details: dingtalk-bin 7.6.25.4122001-1

Git Clone URL: https://aur.archlinux.org/dingtalk-bin.git (read-only, click to copy)
Package Base: dingtalk-bin
Description: 钉钉
Upstream URL: https://www.dingtalk.com/
Keywords: alibaba dingtalk 钉钉
Licenses: custom
Conflicts: com.alibabainc.dingtalk
Provides: com.alibabainc.dingtalk, dingtalk
Replaces: com.alibabainc.dingtalk
Submitter: zhullyb
Maintainer: zhullyb (sukanka, yjun, witt.9099)
Last Packager: sukanka
Votes: 46
Popularity: 2.51
First Submitted: 2021-08-12 11:57 (UTC)
Last Updated: 2024-12-23 12:55 (UTC)

Dependencies (6)

Required by (0)

Sources (5)

Pinned Comments

witt.9099 commented on 2024-12-12 10:26 (UTC) (edited on 2024-12-12 10:28 (UTC) by witt.9099)

大家向钉钉官方反馈,我反馈很多次了,他们并不打算解决!

新版占用高,卡顿的问题,可通过 头像==>设置与隐私==>⭐高级==>极速聊天模式缓解

Latest Comments

1 2 3 4 5 6 .. 18 Next › Last »

Wonderfulyeah commented on 2025-01-24 08:03 (UTC)

钉钉打印的日志太多了 [url]https://bbs.archlinux.org/viewtopic.php?id=302784[/url]

fengch commented on 2025-01-09 02:41 (UTC) (edited on 2025-01-09 02:46 (UTC) by fengch)

鉴于 在wayland 中不推荐使用全局的输入法配置,且在钉钉中并没有使用 wayland 的原生的输入法模块,建议在启动脚本中打上如下补丁 参考 archlinux wiki fcitx5-input-support(aur包)

diff --git a/dingtalk.sh b/dingtalk.sh
index 6e56fdd..a110fbb 100644
--- a/dingtalk.sh
+++ b/dingtalk.sh
@@ -1,5 +1,16 @@
 #!/bin/bash -e
 # try wayland and fallback to xcb in case that it may support xcb some day.
+
+case "${XMODIFIERS}" in
+    "@im=ibus")
+        : ${QT_IM_MODULE:=ibus}
+        ;;
+    *)
+        : ${QT_IM_MODULE:=fcitx}
+        ;;
+esac
+export QT_IM_MODULE
+
 export QT_QPA_PLATFORM="wayland;xcb"
 export QT_AUTO_SCREEN_SCALE_FACTOR=1
 cd /opt/dingtalk/release

leemeng0x61 commented on 2024-12-13 03:39 (UTC)

阿里是打算放弃钉钉了吗?

witt.9099 commented on 2024-12-12 10:26 (UTC) (edited on 2024-12-12 10:28 (UTC) by witt.9099)

大家向钉钉官方反馈,我反馈很多次了,他们并不打算解决!

新版占用高,卡顿的问题,可通过 头像==>设置与隐私==>⭐高级==>极速聊天模式缓解

kino_t commented on 2024-12-08 01:29 (UTC) (edited on 2024-12-08 01:30 (UTC) by kino_t)

同时, 这个版本在我机器上CPU占用率是65%左右, 微信是3%

kino_t commented on 2024-12-08 01:21 (UTC) (edited on 2024-12-15 09:52 (UTC) by kino_t)

./com.alibabainc.dingtalk: symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: hb_ot_metrics_get_position

#!/bin/bash -e
# try wayland and fallback to xcb in case that it may support xcb some day.
export QT_QPA_PLATFORM="wayland;xcb"
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export LD_LIBRARY_PATH=
cd /opt/dingtalk/release
./com.alibabainc.dingtalk

这个解决了在不同机器上运行搜索依赖错误的问题, 一律用钉钉自己打包的依赖

leemeng0x61 commented on 2024-12-06 08:42 (UTC)

CPU占用率太高了,wechat的使用率只有3%-4%,你这个至少30%

kino_t commented on 2024-11-08 06:05 (UTC)

102301版本会崩溃

zxp19821005 commented on 2024-11-01 04:29 (UTC)

麻烦能不能将PKGBUILD中的tar -Jxvf改为tar -Jxf?个人感觉不需要输出那么多的信息

pr0m1x commented on 2024-11-01 04:09 (UTC) (edited on 2024-11-01 04:22 (UTC) by pr0m1x)

service-terms-zh_7.6.15.4102301.html ... 失败
 diff service-terms-zh_7.6.15.4102301.html service-terms-zh.html 
21c21
< with(document)with(body)with(insertBefore(createElement("script"),firstChild))setAttribute("exparams","category=&userid=&aplus&yunid=&&asid=AQAAAACIViRnYJfwYwAAAABnJh7PXCpacg==",id="tb-beacon-aplus",src=(location>"https"?"//g":"//g")+".alicdn.com/alilog/mlog/aplus_v2.js")
---
> with(document)with(body)with(insertBefore(createElement("script"),firstChild))setAttribute("exparams","category=&userid=&aplus&yunid=&&asid=AQAAAACdViRnlCSXEgAAAAAnkl76Xck//g==",id="tb-beacon-aplus",src=(location>"https"?"//g":"//g")+".alicdn.com/alilog/mlog/aplus_v2.js")

service-terms-zh是动态生成的,通过网络获取的话sha512sum校验必然不过