Forum > General

[SOLVED] Strange IDE behaviour in Linux Mint

(1/2) > >>

JD:
Hi there everyone,

My Lazarus installations (Lazarus 1.8 & NewPascal) both have a strange behaviour in the IDE.

Every single keystroke is shown twice i.e the characters are duplicated.  In the attached screenshot, I tried to type ShowMessage('Hello World') but as you can see from the screenshot, it failed miserably.

As a result, I'm forced to type object pascal code in Sublime Text or Visual Studio Code.  :o

Has anyone else exprienced this and is there a setting somewhere in Lazarus where I can correct this?

In case anyone is wondering, I typed this post in Linux. The problem seems to be limited to my Lazarus IDE on Linux.

Thanks,

JD

balazsszekely:
The bugtracker is full with similar issues on linux. Apparently installing ibus-gtk and ibus-gtk3 fixes the issue.

JD:

--- Quote from: GetMem on January 24, 2018, 03:08:08 pm ---The bugtracker is full with similar issues on linux. Apparently installing ibus-gtk and ibus-gtk3 fixes the issue.

--- End quote ---

Installing ibus-gtk and ibus-gtk3 did not correct the strange IDE behaviour.

What else could I be missing?

thanks

JD

Handoko:
Read here for more info:
https://forum.lazarus.freepascal.org/index.php/topic,39213.msg268286.html#msg268286

JD:

--- Quote from: Handoko on January 24, 2018, 03:33:12 pm ---Read here for more info:
https://forum.lazarus.freepascal.org/index.php/topic,39213.msg268286.html#msg268286

--- End quote ---

Thanks a million, Handoko. Creating a file input_method.sh in my home directory with the folllowing contents and then rebooting solves the problem  :D


--- Code: ---export GTK_IM_MODULE=gtk-im-context-simple
export QT_IM_MODULE=simple
export XMODIFIERS=@im=none

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version