You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do not execute sudo apt install libsm6 libnss3 libasound2 libpulse0 -y, a set of Error Log will pop up. This set of dependencies is obtained from https://packages.ubuntu.com/ . I'm not sure why the --fix-missing parameter of sudo apt install --fix-missing ./com.alibabainc.dingtalk_amd64.deb -y did not take effect.
lingh@DESKTOP-LK088AH:/tmp$ /opt/apps/com.alibabainc.dingtalk/files/Elevator.sh
ubuntu
ubuntu branch
preload_libs= ./libcef.so
./com.alibabainc.dingtalk: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
lingh@DESKTOP-LK088AH:/tmp$ /opt/apps/com.alibabainc.dingtalk/files/Elevator.sh
ubuntu
ubuntu branch
preload_libs= ./libcef.so
./com.alibabainc.dingtalk: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
lingh@DESKTOP-LK088AH:/tmp$ /opt/apps/com.alibabainc.dingtalk/files/Elevator.sh
ubuntu
ubuntu branch
preload_libs= ./libcef.so
./com.alibabainc.dingtalk: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
lingh@DESKTOP-LK088AH:/tmp$ /opt/apps/com.alibabainc.dingtalk/files/Elevator.sh
ubuntu
ubuntu branch
preload_libs= ./libcef.so
Run Main is_gpu=0 is_zygote=0 is_render=0 is_crashpad_handler=0 cmd : ./com.alibabainc.dingtalk
Load /opt/apps/com.alibabainc.dingtalk/files/7.5.0-Release.40306//dingtalk_dll.so failed! Err=libpulse.so.0: cannot open shared object file: No such file or directory
What was expected?
Can use DingTalk normally in Ubuntu Preview WSL.
Steps to reproduce
Just execute the following command on a new Ubuntu Preview WSL instance. Currently on Ubuntu 24.04.
cmd /c ver
Microsoft Windows [版本 10.0.22631.3374]
wsl --status
默认分发: Ubuntu-22.04
默认版本: 2
Did the problem occur during installation?
What happened?
sudo apt install libsm6 libnss3 libasound2 libpulse0 -y
, a set of Error Log will pop up. This set of dependencies is obtained from https://packages.ubuntu.com/ . I'm not sure why the--fix-missing
parameter ofsudo apt install --fix-missing ./com.alibabainc.dingtalk_amd64.deb -y
did not take effect.What was expected?
Steps to reproduce
Additional information
The text was updated successfully, but these errors were encountered: