在dingtalk.sh中新增环境变量
export QT_AUTO_SCREEN_SCALE_FACTOR=1
可以自动适配hidpi的缩放设置
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 18 Next › Last »
在dingtalk.sh中新增环境变量
export QT_AUTO_SCREEN_SCALE_FACTOR=1
可以自动适配hidpi的缩放设置
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?
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.
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
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
@chenlei It is not out-dated at all.
钉钉在调用xdg-open打开文件时不加双引号,带空格的文件打开不了,在xdg-open.sh里加上引号可以解决
#!/bin/bash
unset -v LD_LIBRARY_PATH
/usr/bin/xdg-open "$@" #fix opening file with space in filename
我看依赖里面有提到wayland
支持,但我还是xwayland
,使用环境变量QT_QPA_PLATFORM="wayland"
启动还是xwayland
,请问你是怎么做到的,我找了文档也谷歌了半天
新版本一直不能使用视频会议功能,有朋友知道解决方案吗?
Pinned Comments
witt.9099 commented on 2024-12-12 10:26 (UTC) (edited on 2024-12-12 10:28 (UTC) by witt.9099)
大家向钉钉官方反馈,我反馈很多次了,他们并不打算解决!
新版占用高,卡顿的问题,可通过 头像==>设置与隐私==>⭐高级==>极速聊天模式缓解