Re: [dev] [dmenu] 4.9 segfault on input

2019-02-12 Thread Patrick Smith
I have: GTK_IM_MODULE=scim XMODIFIERS=@im=SCIM QT_IM_MODULE=scim If I unset XMODIFIERS, dmenu works correctly. If I set XMODIFIERS=@im=scim, dmenu segfaults. XSetLocaleModifiers returns '@im=SCIM', as expected. On Tue, Feb 12, 2019 at 1:57 AM Silvan Jegen wrote: > > Hi Patrick > > On February

Re: [dev] [dmenu] 4.9 release messes with input focus

2019-02-12 Thread Hiltjo Posthuma
On Tue, Feb 12, 2019 at 10:57:31AM +0100, Michał Kępień wrote: > Hi! > > Commit 377bd37 ("Handle IME input") appears to have broken input focus > handling on my box. I am using i3 as my window manager. > > I originally observed the problem when I started KeePassX using dmenu > right after i3 sta

Re: [dev] [st] IBus is not working properly in st

2019-02-12 Thread Ivan Tham
Nice to hear that. But there is an issue where you stop the IME without restarting straight away. This will result in IME not being detected and used in st. In other way, IME started after st is not usable. On Mon, Feb 11, 2019 at 05:07:22PM +0100, Wolf wrote: Hi, On , Hiltjo Posthuma wrote: O

Re: [dev] [dmenu] 4.9 release messes with input focus

2019-02-12 Thread Paweł Tomak
On Tue, Feb 12, 2019 at 10:57:31AM +0100, Michał Kępień wrote: > I originally observed the problem when I started KeePassX using dmenu > right after i3 startup and the CTRL+O keyboard shortcut did not cause an > "Open" dialog to pop up. I had to use i3's keyboard shortcut for moving > focus in ord

Re: [dev] [dmenu] 4.9 release messes with input focus

2019-02-12 Thread Hadrien Lacour
Same on bspwm, here.

[dev] [dmenu] 4.9 release messes with input focus

2019-02-12 Thread Michał Kępień
Hi! Commit 377bd37 ("Handle IME input") appears to have broken input focus handling on my box. I am using i3 as my window manager. I originally observed the problem when I started KeePassX using dmenu right after i3 startup and the CTRL+O keyboard shortcut did not cause an "Open" dialog to pop u

Re: [dev] [dmenu] 4.9 segfault on input

2019-02-12 Thread Silvan Jegen
Hi Patrick On February 12, 2019 7:35:20 AM GMT+00:00, Patrick Smith wrote: >On Mon, Feb 11, 2019 at 12:43 PM Silvan Jegen >wrote: >> I found that the XSetLocaleModifiers("") call returns "@im=ibus" in >my >> case which is not surprising because the env variable XMODIFIERS is >> set to @im=ibus