2024年10月30日 星期三

如何確認 Wayland 或 X11

echo $XDG_SESSION_TYPE

loginctl show-session $(loginctl | grep $(whoami) | awk '{print $1}') -p Type

For Wayland:
ps aux | grep [w]ayland

For X11:
ps aux | grep [X]

WSL 無法執行 Systemd

錯誤訊息
System has not been booted with systemd as init system (PID 1). Can't operate.

編輯 /etc/wsl.conf 添加以下內容:
[boot]
systemd=true