https://bugs.documentfoundation.org/show_bug.cgi?id=131620
Jorge Gustavo Rocha <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG --- Comment #13 from Jorge Gustavo Rocha <[email protected]> --- I was able to discover the problem in my setup. This is not a bug, but an improper configuration of the input methods. Short description: Setting GTK_IM_MODULE solve the problem. export GTK_IM_MODULE=ibus libreoffice Long description I've installed a small tool called ScreenKey. The tool was not working. I discovered the solution in the ScreenKey troubleshooting documentation available at https://www.thregr.org/~wavexx/software/screenkey/#troubleshooting My environment was: XMODIFIERS=@im=ibus GTK_IM_MODULE= QT_IM_MODULE=ibus Updating my environment to: XMODIFIERS=@im=ibus GTK_IM_MODULE=ibus QT_IM_MODULE=ibus makes libreoffice happy. Now I can insert accented characters everywhere without issues. -- You are receiving this mail because: You are the assignee for the bug.
