[GH-ISSUE #1908] 用zsh 每次用electerm打开会出现一行log manpath: can't set the locale; make sure $LC_* and $LANG are correct #1138

Closed
opened 2026-02-27 00:02:22 +03:00 by kerem · 4 comments
Owner

Originally created by @androidfans on GitHub (Nov 20, 2020).
Original GitHub issue: https://github.com/electerm/electerm/issues/1908

Electerm version:

1.9.0

Operating system(linux, macos, or windows7/8/10?):

ubuntu 18.04

用zsh 每次用electerm打开会出现一行log manpath: can't set the locale; make sure $LC_* and $LANG are correct

然后在electerm里面执行python脚本 set locale 也set失败. 使用系统的terminal可以set成功.
新版本刚打开也比之前的卡了

Originally created by @androidfans on GitHub (Nov 20, 2020). Original GitHub issue: https://github.com/electerm/electerm/issues/1908 <!--- Provide some basic info --> ## Electerm version: 1.9.0 ## Operating system(linux, macos, or windows7/8/10?): ubuntu 18.04 用zsh 每次用electerm打开会出现一行log manpath: can't set the locale; make sure $LC_* and $LANG are correct 然后在electerm里面执行python脚本 set locale 也set失败. 使用系统的terminal可以set成功. 新版本刚打开也比之前的卡了
kerem closed this issue 2026-02-27 00:02:22 +03:00
Author
Owner

@zxdong262 commented on GitHub (Nov 21, 2020):

如果用bash正常吗?

<!-- gh-comment-id:731494508 --> @zxdong262 commented on GitHub (Nov 21, 2020): 如果用bash正常吗?
Author
Owner

@androidfans commented on GitHub (Nov 21, 2020):

bash 正常

<!-- gh-comment-id:731525265 --> @androidfans commented on GitHub (Nov 21, 2020): bash 正常
Author
Owner

@sguphil commented on GitHub (Nov 21, 2020):

是不是和我遇到的类似? #1905
手动配置以下项后中文显示恢复正常了:
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

<!-- gh-comment-id:731577829 --> @sguphil commented on GitHub (Nov 21, 2020): 是不是和我遇到的类似? #1905 手动配置以下项后中文显示恢复正常了: export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8
Author
Owner

@sguphil commented on GitHub (Nov 21, 2020):

确实打开明显比1.8的之前版本卡了很多,希望有能改进,并且我遇到了tail -f log 的时候 ctrl+c很难退出来,感觉是终端响应用户输入很慢

<!-- gh-comment-id:731578087 --> @sguphil commented on GitHub (Nov 21, 2020): 确实打开明显比1.8的之前版本卡了很多,希望有能改进,并且我遇到了tail -f log 的时候 ctrl+c很难退出来,感觉是终端响应用户输入很慢
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#1138
No description provided.