[GH-ISSUE #332] 软件切换到PremoteM时,任务栏输入法图标消失 #290

Closed
opened 2026-02-26 11:57:36 +03:00 by kerem · 5 comments
Owner

Originally created by @zhj9709 on GitHub (Dec 27, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/332

Originally assigned to: @VShawn on GitHub.

每次打开PremoteM时,任务栏的输入法图标消失,点击一下任务栏后,输入法图标又出现了。当win11任务栏对齐方式设置为居中,而且打开的软件较多时,再切换到其他软件时,等输入法图标出现后,任务栏上居中的软件图标都要向左移动。

https://user-images.githubusercontent.com/13991774/209626121-119bebd7-8db4-4ea0-ae1a-4df142240190.mp4

Originally created by @zhj9709 on GitHub (Dec 27, 2022). Original GitHub issue: https://github.com/1Remote/1Remote/issues/332 Originally assigned to: @VShawn on GitHub. 每次打开PremoteM时,任务栏的输入法图标消失,点击一下任务栏后,输入法图标又出现了。当win11任务栏对齐方式设置为居中,而且打开的软件较多时,再切换到其他软件时,等输入法图标出现后,任务栏上居中的软件图标都要向左移动。 https://user-images.githubusercontent.com/13991774/209626121-119bebd7-8db4-4ea0-ae1a-4df142240190.mp4
Author
Owner

@VShawn commented on GitHub (Dec 30, 2022):

这个APP没有任何代码是用于控制系统IME的,因此改这个项目的代码也无法修复你遇到的问题的。

我怀疑你是遇到了win11的某种bug,否则无法解释输入法为何会消失。一般最多是从中文输入法切换到了英文输入法,而不是整个输入法图标没了。

<!-- gh-comment-id:1367664074 --> @VShawn commented on GitHub (Dec 30, 2022): 这个APP没有任何代码是用于控制系统IME的,因此改这个项目的代码也无法修复你遇到的问题的。 我怀疑你是遇到了win11的某种bug,否则无法解释输入法为何会消失。一般最多是从中文输入法切换到了英文输入法,而不是整个输入法图标没了。
Author
Owner

@zhj9709 commented on GitHub (Jan 3, 2023):

这个APP没有任何代码是用于控制系统IME的,因此改这个项目的代码也无法修复你遇到的问题的。

我怀疑你是遇到了win11的某种bug,否则无法解释输入法为何会消失。一般最多是从中文输入法切换到了英文输入法,而不是整个输入法图标没了。

win10也有这样的问题,skype会议演示的时候也有这样的问题,感觉还会有其他软件有同样的问题,可以想办法避免这种情况吗

<!-- gh-comment-id:1369711043 --> @zhj9709 commented on GitHub (Jan 3, 2023): > 这个APP没有任何代码是用于控制系统IME的,因此改这个项目的代码也无法修复你遇到的问题的。 > > 我怀疑你是遇到了win11的某种bug,否则无法解释输入法为何会消失。一般最多是从中文输入法切换到了英文输入法,而不是整个输入法图标没了。 win10也有这样的问题,skype会议演示的时候也有这样的问题,感觉还会有其他软件有同样的问题,可以想办法避免这种情况吗
Author
Owner

@VShawn commented on GitHub (Jan 4, 2023):

因为问题产生的原因都不明确,所以目前没有解决方案。

这里有个类似的问题:
https://techcommunity.microsoft.com/t5/windows-10/upon-connecting-to-rdp-language-bar-will-disappear-on-local-pc/m-p/3577265

I can confirm that after uninstalling last update (KB5015807, Jul 12) language bar behaves as expected (not disappears). So last update is the cause.

Temporary workaround i settled with:
Settings -> Time & language -> Language -> Keyboard -> check "Use the desktop language bar when it's available".

联想到 skype 会话时,本地的焦点也是指向了远程,我怀疑是不是当焦点位于远程计算机时,本地Windows就把输入法给关掉了?

<!-- gh-comment-id:1370594668 --> @VShawn commented on GitHub (Jan 4, 2023): 因为问题产生的原因都不明确,所以目前没有解决方案。 这里有个类似的问题: https://techcommunity.microsoft.com/t5/windows-10/upon-connecting-to-rdp-language-bar-will-disappear-on-local-pc/m-p/3577265 ``` I can confirm that after uninstalling last update (KB5015807, Jul 12) language bar behaves as expected (not disappears). So last update is the cause. Temporary workaround i settled with: Settings -> Time & language -> Language -> Keyboard -> check "Use the desktop language bar when it's available". ``` 联想到 skype 会话时,本地的焦点也是指向了远程,我怀疑是不是当焦点位于远程计算机时,本地Windows就把输入法给关掉了?
Author
Owner

@VShawn commented on GitHub (Jan 4, 2023):

这个似乎是 Windows 的 feature. 我用系统自带的 MSTSC 打开远程桌面,也出现了本地输入法状态栏消失的现象。

1

<!-- gh-comment-id:1370607138 --> @VShawn commented on GitHub (Jan 4, 2023): 这个似乎是 Windows 的 feature. 我用系统自带的 MSTSC 打开远程桌面,也出现了本地输入法状态栏消失的现象。 ![1](https://user-images.githubusercontent.com/10143738/210512584-c34a4325-7016-46b3-a5c7-9cc5a0081b73.gif)
Author
Owner

@VShawn commented on GitHub (Jan 4, 2023):

image

https://www.tenforums.com/network-sharing/131681-language-bar-remote-desktop.html

这张网友提供的图片显示,Win7作为本地机器打开远程桌面时,也会出现输入法图标消失的现象。

<!-- gh-comment-id:1370609264 --> @VShawn commented on GitHub (Jan 4, 2023): ![image](https://user-images.githubusercontent.com/10143738/210512901-3b3a49fe-e38b-49a4-aacb-4156d03c80f5.png) https://www.tenforums.com/network-sharing/131681-language-bar-remote-desktop.html 这张网友提供的图片显示,Win7作为本地机器打开远程桌面时,也会出现输入法图标消失的现象。
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/1Remote#290
No description provided.