https://bugs.kde.org/show_bug.cgi?id=521868

--- Comment #2 from Nuno Cid Ponte <[email protected]> ---
That's a new feature on KDE Plasma 6.7, but for Portuguese I would have to be
using it every other word which slows writing a lot ... I disabled Wayland for
the applications with the issue and it started working again ... 

You can fix this locally by forcing XWayland and disabling the broken IME
feature via a user-space desktop override (using Rambox as an example):

Bash
# 1. Copy the launcher to user space
cp /usr/share/applications/rambox.desktop ~/.local/share/applications/

# 2. Edit the file and update the Exec line
nano ~/.local/share/applications/rambox.desktop
Modify the Exec= line to match your installation:

For Native/RPM:
Exec=env ELECTRON_OZONE_PLATFORM_HINT=x11 rambox %U
--disable-features=UseOzonePlatform --disable-wayland-ime

For Flatpak:
Exec=flatpak run it.protopage.rambox --ozone-platform=x11
--disable-features=UseOzonePlatform --disable-wayland-ime

To roll back later once a permanent upstream patch is merged, simply delete the
local shortcut:

Bash
rm ~/.local/share/applications/rambox.desktop

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to