Moe
Moe
@Xunflash 是哪个发行版?可以发一下截图吗?
启动 Xwayland 的时候出现了什么报错?
missing XDG-WM-Base protocol?
你用 debian-10(buster) 试试?
我试了一下,debian 11-bullseye ( 当前的stable) 也可以。
> 上完课划了下水!刚刚试了下能开启了!我再举一反三试试之前的archlinux能不能用 咦,你之前能开启的是哪个系统? 最近的事情有点多,抱歉,这次我没有帮你测试。 ~~主要还是因为这个问题不是紧急的bug~~ 说到 wayland, 其实我上次去查了一下相关的书。 结果"直接描述wayland"的书相当贫瘠。 有些书写的是 qt 开发,然后顺带提一下 wayland。(间接) 我能找到这本 [The wayland book](https://wayland.axionl.me/1.Introduction/index.html) 也算是意外之喜了。
qemu-user 出现 "Segment fault" ? 抱歉,我不清楚,你可以去问问开发 qemu 的大佬们。 这个得要花大量时间去做调试才能知道问题的所在。 注: 段错误产生的原因可能是程序访问了不存在或不可读的内存地址,也可能是栈溢出。 如果你解决完一小部分问题后,又出现更多的问题,那么出问题的可能不是程序本身,而是环境。 比如 qemu-user 在实体机里不会出现的问题,却在proot容器里出现了。 表面上看有问题的是qemu-user, 实质却是 proot 环境导致了它出现这个问题。 ___ 对于proot容器,你可以试试 armhf debian/ubuntu + box86
```sh git clone --depth=1 -b master https://github.com/2moe/tmoe ```
Sorry, I found a serious problem. So, I switched the default branch back to master.
Sorry for the late reply. related issue: https://github.com/2moe/tmoe-linux/issues/105 This may be a permission problem. If you have root privileges, then it is easy to fix. Otherwise, it is necessary to...