[ Technical exchange] 【DDE独占问题】treeland环境下部分原生Wayland应用启动失败解决
Tofloor
poster avatar
mozixun
Moderator
2 hours ago
Author

如果你使用Master分支的treeland或者我提前合并了PR的treeland: https://gitee.com/LFRon/treeland-fix-mirror

那么你可能会遇到玲珑版MoeKoe Music/Brave浏览器无法打开 (或者一直卡在应用启动首屏) 的情况, 这个是treeland在最近Master分支将wayland socket从wayland-0改为了treeland.socket, 但是玲珑并没正确bind进容器内导致的

现在有两个临时解决办法:

  1. 用OCI标准配置将treeland.socket bind进容器
  2. 创建一个wayland-0的软链接指向treeland.socket, 也就是 sudo ln -s /run/user/1000/treeland.socket /run/user/1000/wayland-0
Reply Favorite View the author
All Replies
avatar
chmod700
deepin
an hour ago
#1

这个软件的路径中有空格,/opt/Moekoe music,其实可以建议原作者把空格换成“-”符号

Reply View the author