After updating from version 42.20251111.1 to 43.20251216, the Backspace key no longer repeats when held down (on the IBM but trough the laptop keyboard too) in:
Ptyxis terminal
Google Chrome (Flatpak)
Other keys repeat normally, and other applications (Kate, etc.) work correctly.
System info
OS: Aurora DX Nvidia Open (stable)
Version: 43.20251216
Session: Wayland
Steps to reproduce
Open Ptyxis terminal or Chrome
Type some text
Hold down Backspace key
Expected: characters delete continuously
Actual: only one character is deleted
Workarounds
Ptyxis: Rolling back to version 42.20251111.1 with rpm-ostree rollback
Chrome (Flatpak): Force X11 mode by creating the file ~/.var/app/com.google.Chrome/config/chrome-flags.conf with this content:
--ozone-platform=x11
Notes
Rolling back to version 42.20251111.1 fixes the Ptyxis issue completely. The Chrome issue may be related to Wayland changes in version 43.
So it looks like the issue only affects apps running on GNOME Platform 49 / GTK4 4.20.
I tried pretty much everything to rule out my config:
Forced X11 backend with GDK_BACKEND=x11 → still broken
Disabled input method with GTK_IM_MODULE= → still broken
Forced software rendering with GSK_RENDERER=cairo → still broken
Uninstalled ibus-mozc and rebooted → still broken
Launched with clean environment using env -i → still broken
Renamed my entire ~/.config/gtk-4.0 folder → still broken
Tested with a clean zsh shell using zsh -f → still broken
I’m not an expert so I apologize if this is still something wrong on my end that I’m missing. But the pattern seems clear: runtime 48 works, runtime 49 doesn’t. At least on my machine.
Let me know if there’s anything else I can test!
(affected pressed backspace arrows and canc, other keys are good)
Still 99.9% pretty sure is somethign on my end, the autrora in my office works smootly (not sure if is the last version, i’ll check on jan)
You were right to insist on checking the logs! Those Create input context failed: Operation was cancelled errors from ibus were actually the culprit.
I ran ibus exit and immediately tested Ptyxis - backspace repeat works perfectly now!
Switched to fcitx5 as my input method (I need Japanese input anyway) and everything is working fine. The issue was ibus conflicting with GTK4 apps on runtime 49.