Files
WechatOnCloud/docker
Gloridust 97de987cc0 fix(#101): 字体/xsettingsd 路径 /home/abc → /config(会话 HOME),修 Permission denied
冒烟测试发现 #101 的字体功能写 /home/abc/.xsettingsd 报 Permission denied——linuxserver kasm 会话
HOME 是 /config(数据卷),/home/abc 不可写。全部改为 /config:xsettingsd 配置、用户 fontconfig、
~/.local/share/fonts→/config/.fonts 软链都落到 /config,既可写、又随卷持久化、上传字体也能被 fontconfig
发现。Dockerfile 去掉无用的 /home/abc 预建(/config 是运行时卷)。已冒烟验证:无报错、autostart 正常到
达应用阶段、软链正确。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-05 00:05:53 +08:00
..
2026-05-29 22:00:23 +08:00
2026-06-06 02:15:16 +08:00
2026-06-03 00:08:47 +08:00