[2019-02-13 10:03] Anselm Garbe
> On Wed, 13 Feb 2019 at 08:59, Hiltjo Posthuma wrote:
> > I wonder what people think if XIM support is removed from dmenu (but kept
> > for
> > st). Reverting XIM and the input focus change?
>
> Absolutely ;) People who need it, could maintain a patch for it.
I
On Wed, 13 Feb 2019 at 08:59, Hiltjo Posthuma wrote:
> I wonder what people think if XIM support is removed from dmenu (but kept for
> st). Reverting XIM and the input focus change?
Absolutely ;) People who need it, could maintain a patch for it.
--Anselm
On Wed, Feb 13, 2019 at 01:30:20AM -0800, Patrick Smith wrote:
> On Wed, Feb 13, 2019 at 12:29 AM Hiltjo Posthuma
> wrote:
> > Please try the latest git version and report back.
>
> It works for me. That is, there is no segfault from, for example,
> printf 'foo\nbar' | ./dmenu
>
> When I test w
On Wed, Feb 13, 2019 at 12:29 AM Hiltjo Posthuma wrote:
> Please try the latest git version and report back.
It works for me. That is, there is no segfault from, for example,
printf 'foo\nbar' | ./dmenu
When I test with: printf 'あ\nお' | ./dmenu, I can't see a way to select
the second option (sci
On Tue, Feb 12, 2019 at 03:29:53PM -0800, Patrick Smith wrote:
> 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.
>