Author Topic: Solution for wxGTK bug that causes backspace key NOT to work.  (Read 5321 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7699
    • My Best Post
Solution for wxGTK bug that causes backspace key NOT to work.
« on: January 08, 2016, 07:43:22 pm »
The cause is having Linux Package "ibus" installed without having "ibus-gtk3" installed.

Solution install package "ibus-gtk3" (I also installed package "ibus-gtk"; not sure if needed.)
I needed to reboot the computer before the problem went away.

Found solution here https://bugs.launchpad.net/ubuntu/+source/gnucash/+bug/1306500
except they only said to install "ibus-gtk".

Problem happened on Linux Debian "Jessie" for me. Using Code::Blocks linked to wxGTK3.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline EasyNetDev

  • Single posting newcomer
  • *
  • Posts: 1
Re: Solution for wxGTK bug that causes backspace key NOT to work.
« Reply #1 on: October 31, 2024, 12:47:11 pm »
Got similar bug with Debian Trixie in KDE Plasma 5.27.11.

When I'm having iBus Wayland active in Input Devices -> Virtual Keyboard, after first backspace I can't type anything in CodeBlocks. If I'm setting Virtual Keyboard to None, suddenly this issue is gone.