gtk 在纯 wayland 环境中运行
- 需要在环境变量中加入以下内容:
export GDK_BACKEND=wayland
qt 在纯 wayland 环境中运行
-
需要在环境变量中加入以下内容:
export QT_QPA_PLATFORM=wayland -
同时需要在qt软件的profile中安装
qtwayland拓展 以下是启动fcitx5-configtool中的fcitx5-config-qt的示例export QT_QPA_PLATFORM=wayland guix environment --ad-hoc fcitx5-configtool qtwayland -- fcitx5-config-qt