{{ installStepCode }}
+ {{ activateServerCode }}
+ Nếu máy bạn đang dùng IBus, hãy tắt nó đi trước khi chuyển sang Fcitx5 để tránh xung đột.
+killall ibus-daemon || ibus exit
+ + * Lưu ý: Hãy tắt autostart của IBus (thường là ibus-daemon hoặc ibus). Tốt nhất là gỡ cài đặt IBus nếu không sử dụng. +
+{{ shellConfigCode }}
+ Sau khi đã Log out và Log in lại:
++ Ưu tiên sử dụng extension AppIndicator and KStatusNotifierItem Support để hiển thị đúng biểu tượng Lotus trên systray. Tránh sử dụng Kimpanel vì có thể gây lỗi hiển thị. +
+{{ waylandGeneral.description }}
+Thành phần hỗ trợ: {{ waylandDeSpecific.support_info }}
+ +Hướng dẫn cài đặt tốt nhất:
+{{ waylandDeSpecific.caveats }}
+Chromium / Electron: Bật hỗ trợ bộ gõ Wayland:
+{{ chromiumWaylandFlags }}
+ {{ kanataConfig.title }}: {{ kanataConfig.desc }}
+{{ kanataConfig.code }}
+ fcitx5-configtool).',
+ 'Tìm Lotus ở cột bên phải.',
+ 'Nhấn mũi tên < để thêm nó sang cột bên trái.',
+ 'Bấm Apply để lưu thay đổi.'
+ ]
+};
+
+export const kanataConfig = {
+ title: "Cấu hình Kanata",
+ desc: "Nếu dùng Kanata, hãy loại bỏ Uinput Server khỏi danh sách quét:",
+ code: "(defcfg\n ...\n linux-dev-names-exclude (\"Lotus-Uinput-Server\")\n ...\n)"
+};
diff --git a/src/views/Home.vue b/src/views/Home.vue
index db19ea7..7775a5b 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -16,6 +16,7 @@ import {
Aim,
Brush,
} from '@element-plus/icons-vue';
+import InteractiveInstaller from '../components/InteractiveInstaller.vue';
// --- STATE ---
const mobileMenuOpen = ref