How to use minder on windows: Difference between revisions
Tags: Mobile edit Mobile web edit |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== 劝退 == | == 劝退 == | ||
普通人,直接弃用。Windows | 普通人,直接弃用。Windows 用户想要用这软件,极不容易,非刚需用它就是得不偿失。原开发者对提供 Windows 平台安装包也毫无兴趣。 | ||
年轻人,有精力折腾的人,可以考虑。Minder 只对少数 Linux 用户才有用,特别是 ArchLinux 平台 Plasma 桌面环境体验不错。Linux 上一般用包管理器安装就行。 | |||
现下 Debian 12 平台使用 Minder 1.14.x 版本有输入法乱跳的 bug,更新至 Minder 1.15.4 以上版本应该能解决。但是,依然有在第一个根节点无法识别输入法的问题,报错如下: | |||
<syntaxhighlight lang="bash"> | |||
com.github.phase1geo.minder (com.github.phase1geo.minder:552): Gtk-CRITICAL **: 16:53:36.033: gtk_im_context_set_cursor_location: assertion 'GTK_IS_IM_CONTEXT (context)' failed (com.github.phase1geo.minder:552): Gtk-CRITICAL **: 16:53:36.045: gtk_im_context_focus_in: assertion 'GTK_IS_IM_CONTEXT (context)' failed | |||
</syntaxhighlight> | |||
本文的方法是无数次踩坑后做出的折衷选择。你要不信可以挨个踩。越往后我付出的沉没成本越高。我真是服了我自己,太傻叉了,没有及时放弃。以后遇到平台支持不成熟的软件,果断弃用。好在最终还是用上了。 | |||
所踩的坑如下: | |||
<pre> | |||
在 WSL2 Debian bookworm 上尝试用 Minder | |||
在 WSL2 Debian trixie 上尝试用 Minder | |||
在 WSL2 Debian sid 上尝试用 Minder | |||
在 WSL2 Debian xfce4 桌面环境中尝试用 Minder | |||
在 WSL2 Debian flatpak 中尝试用 Minder | |||
在 VirtualBox Debian bookworm 中尝试用 Minder | |||
在 VirtualBox EndeavourOS 中尝试用 Minder | |||
在 VirtualBox ArchLinux 中尝试用 Minder | |||
在 VMware Workstation Full ArchLinux 中尝试用 Minder | |||
</pre> | |||
== 概述 == | == 概述 == | ||
在 Windows 10 以上使用 Minder | 在 Windows 10 以上使用 Minder 的方法概述: | ||
<pre> | <pre> | ||
安装 WSL2 Ubuntu 24.04.1 LTS | 安装 WSL2 Ubuntu 24.04.1 LTS | ||
Line 16: | Line 36: | ||
== 详述 == | == 详述 == | ||
在 Windows 10 以上使用 Minder | 在 Windows 10 以上使用 Minder 的方法详述: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
# 安装 Ubuntu | # 安装 Ubuntu | ||
Line 33: | Line 53: | ||
sudo apt install ibus-rime | sudo apt install ibus-rime | ||
# 配置 ibus-rime 输入法 | # ibus-setup 配置 ibus-rime 输入法 | ||
# 把以下放入 .bashrc | # 把以下放入 .bashrc | ||
ibus-daemon -d | ibus-daemon -d |