Re: [dev] [dmenu][bug report] Second instance invisible

2023-09-24 Thread viatatribal
>On Sat, 23 Sep 2023 18:27:01 +0100 >Christopher Lang wrote: > Are you able to reproduce this problem on your machine with the > following in .xinitrc? > xcompmgr -n -f -I 0.1 -O 0.1 -D 8 & > I was able to reproduce this problem by including that line in .xinitrc. By changing values,

Re: [dev] [dmenu][bug report] Second instance invisible

2023-09-23 Thread Christopher Lang
Tom Schwindl writes: > I too cannot reproduce this with the latest commit "7ab0cb5ef0e1", neither > on OpenBSD nor on void linux. It would be useful to know which patches you've > applied and what the contents of your config.h actually are. > > Have you already tried to use the current master

Re: [dev] [dmenu][bug report] Second instance invisible

2023-09-23 Thread Christopher Lang
NRK writes: > On Fri, Sep 22, 2023 at 12:22:25PM +0100, Christopher Lang wrote: >> I'm guessing that when the second dmenu opens, the first one is still >> fading out and this stops XCreateIC from working as intended? > > Worth noting that according to the docs XCreateIC() may return NULL - >

Re: [dev] [dmenu][bug report] Second instance invisible

2023-09-22 Thread NRK
On Fri, Sep 22, 2023 at 12:22:25PM +0100, Christopher Lang wrote: > I'm guessing that when the second dmenu opens, the first one is still > fading out and this stops XCreateIC from working as intended? Worth noting that according to the docs XCreateIC() may return NULL - something that isn't

Re: [dev] [dmenu][bug report] Second instance invisible

2023-09-22 Thread Christopher Lang
NRK writes: > On Thu, Sep 21, 2023 at 02:02:12PM +0100, Christopher Lang wrote: >> I run the following shell command: >> seq 2 | dmenu && seq 3 | dmenu >> The first dmenu instance opens as expected. I hit the enter key and a 1 >> is printed. However, the second dmenu instance does not appear.

Re: [dev] [dmenu][bug report] Second instance invisible

2023-09-22 Thread Tom Schwindl
On Thu, Sep 21, 2023 at 02:02:12PM +0100, Christopher Lang wrote: > > I have experienced the following bug on both arch linux and void linux. > dmenu and dwm are both installed with config.h equal to config.def.h. > > I run the following shell command: > seq 2 | dmenu && seq 3 | dmenu > The

Re: [dev] [dmenu][bug report] Second instance invisible

2023-09-22 Thread NRK
On Thu, Sep 21, 2023 at 02:02:12PM +0100, Christopher Lang wrote: > I run the following shell command: > seq 2 | dmenu && seq 3 | dmenu > The first dmenu instance opens as expected. I hit the enter key and a 1 > is printed. However, the second dmenu instance does not appear. Cannot reproduce on