Replies: 2 comments
-
|
补充:我印象中 Shorin 的解决方案是 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
有趣,我研究一下。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
反馈个可能遇到的奇怪现象:
当系统内同时装了 kitty 和 Ghostty ,hyprland 配置默认打开 kitty ,用的 thunar 文件管理,打开文件方式选 vim ,然后就会发现,每次打开 vim 的终端都是 ghostty
无论用什么特殊的环境变量,各种配置,改文件改成 kitty ,都没用
最终发现原因:Arch 官方给 glib2 打了个 patch
系统没装
xdg-terminal-exec,直接 fallback 到 Ghostty最终解决方案:
第一步:
yay -S xdg-terminal-exec这个包在 AUR 里
第二步,创建
~/.config/xdg-terminals.list或者执行:
echo "kitty.desktop" > ~/.config/xdg-terminals.list配置完了就可以正常 kitty 打开 vim 了
Beta Was this translation helpful? Give feedback.
All reactions