Bug 1605054
| Summary: | Cursor becomes invisible in gnome-terminal after typing with ibus | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | vt <vtgoal> |
| Component: | vte3 | Assignee: | Matthias Clasen <mclasen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | fmuellner, gnome-sig, huanggan1992, i18n-bugs, mclasen, otaylor, shawn.p.huang, tfujiwar, walters, yuokada |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-02-11 06:06:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
vt
2018-07-20 05:01:23 UTC
This also happens with other input sources like Japanese (e.g.: ibus-kkc). Same issue here. Fedora 28 workstation gnome-terminal-3.28.2-2.fc28.x86_64 ibus-1.5.18-5.fc28.x86_64 ibus-mozc-2.23.2815.102-1.fc28.x86_64 "reset" or "clear" command didn't work. Could you help to fix this? It's really inconvenient for using ibus input methods. I thought it's not so critical issue. But now I agree it's not inconvenient especially in the text mode likes vi and investigated this bug yesterday. This is a Wayland specific bug which is caused by mutter. (In reply to fujiwara from comment #4) > But now I agree it's not inconvenient especially in the text mode likes vi and investigated this bug yesterday. But now I agree it's inconvenient. Thanks very much for the fix, I rebuilt mutter with the patch and installed it, so far it works well. Hello, Thanks for the fix, I would appreciate very much if there's a temporary workaround for the issue. (Would be also helpful to give a instruction to build the rpm with the patch) Gan Huang: I created https://copr.fedorainfracloud.org/coprs/fujiwara/mutter/ Unfortunately I hit the issue :\ [root@fedora tmp]# rpm -ivh ./mutter-3.28.3-3.1.fc28.src.rpm Updating / installing... 1:mutter-3.28.3-3.1.fc28 warning: user tfujiwar does not exist - using root warning: group tfujiwar does not exist - using root warning: user tfujiwar does not exist - using root warning: group tfujiwar does not exist - using root warning: user tfujiwar does not exist - using root warning: group tfujiwar does not exist - using root warning: user tfujiwar does not exist - using root warning: group tfujiwar does not exist - using root ################################# [100%] warning: user tfujiwar does not exist - using root warning: group tfujiwar does not exist - using root warning: user tfujiwar does not exist - using root warning: group tfujiwar does not exist - using root warning: user tfujiwar does not exist - using root warning: group tfujiwar does not exist - using root warning: user tfujiwar does not exist - using root warning: group tfujiwar does not exist - using root Not sure if i missed something, thanks a lot anyway. (In reply to Gan Huang from comment #9) > [root@fedora tmp]# rpm -ivh ./mutter-3.28.3-3.1.fc28.src.rpm You don't have to install source rpm. # dnf copr enable fujiwara/mutter # dnf update ibus (In reply to fujiwara from comment #10) > (In reply to Gan Huang from comment #9) > > [root@fedora tmp]# rpm -ivh ./mutter-3.28.3-3.1.fc28.src.rpm > > You don't have to install source rpm. > > # dnf copr enable fujiwara/mutter > # dnf update ibus typo? I believe you were meat to say: # dnf update mutter Cool, the following commands works for me (Seems a restart needed) :) # dnf copr enable fujiwara/mutter # dnf update mutter Thanks a bunch. (In reply to vt from comment #11) > typo? I believe you were meat to say: Thanks for fixing my typo :). Seems this issue was fixed in VTE3 since Fedora 29. Tested in Fedora 30 , this issue is not reproducible anymore. |