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: 44
Popularity: 0.82
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

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 18 Next › Last »

nukiyoam commented on 2024-03-19 03:19 (UTC)

在dingtalk.sh中新增环境变量

export QT_AUTO_SCREEN_SCALE_FACTOR=1 

可以自动适配hidpi的缩放设置

allen-fisher commented on 2024-03-12 15:44 (UTC)

New version 7.5 still has the problem with joining video meetings and this issue has persisted for several versions. Is there any way to fix this?

zhullyb commented on 2024-02-27 06:32 (UTC) (edited on 2024-02-27 06:33 (UTC) by zhullyb)

I've updated this package to 7.5 version.

According to the launch script in original deb package, I include libcef.so when launching dingtalk.

This have been tested on my X86 laptop.

If anyone failed to run the new version on arm platform device and have a way to fix it, patches are expected.

xcupen commented on 2024-01-22 02:57 (UTC) (edited on 2024-01-22 03:00 (UTC) by xcupen)

Does it work with gnome notifications?
Seems that it doesn't. My graphic desktop environment is GNOME Shell 45.2.
https://developer.gnome.org/documentation/tutorials/notifications.html

Pwner commented on 2024-01-10 07:07 (UTC) (edited on 2024-01-10 07:12 (UTC) by Pwner)

The fcitx5,it's not working on the project as background with i3-wm. To solve the problem,Add some environment variables in file:dingtalk.sh,this is my config as flows:

#!/bin/bash -e 
# try wayland and fallback to xcb in case that it may support xcb some day. 
export QT_QPA_PLATFORM= "wayland;xcb" 
# fix fcitx5 not work on the X11.
export GTK_IM_MODULE=fcitx 
export QT_IM_MODULE=fcitx 
export XMODIFIERS="@im=fcitx" 
cd /opt/dingtalk/release 
./com.alibabainc.dingtalk 

Bot-wxt1221 commented on 2023-11-18 02:18 (UTC) (edited on 2023-11-18 02:18 (UTC) by Bot-wxt1221)

@chenlei It is not out-dated at all.

kde-yyds commented on 2023-11-11 11:12 (UTC)

钉钉在调用xdg-open打开文件时不加双引号,带空格的文件打开不了,在xdg-open.sh里加上引号可以解决

#!/bin/bash
unset -v LD_LIBRARY_PATH
/usr/bin/xdg-open "$@" #fix opening file with space in filename

Ocyss_04 commented on 2023-08-18 18:26 (UTC)

我看依赖里面有提到wayland支持,但我还是xwayland,使用环境变量QT_QPA_PLATFORM="wayland" 启动还是xwayland,请问你是怎么做到的,我找了文档也谷歌了半天

immike commented on 2023-06-15 00:50 (UTC)

新版本一直不能使用视频会议功能,有朋友知道解决方案吗?