On 2023/07/25 14:25:30 -0300, Lucas de Sena <lu...@seninha.org> wrote: > On 2023-07-25, Omar Polo wrote: > > it does not work for me anymore. I get this BadValue error when > > trying to use it: > > > > % echo 1 | pmenu > > X Error of failed request: BadValue (integer parameter out of range for > > operation) > > Major opcode of failed request: 53 (X_CreatePixmap) > > Value in failed request: 0x0 > > Serial number of failed request: 33 > > Current serial number in output stream: 41 > > > > whereas the currently packaged version (2.2.0p0) works perfectly fine. > > Your X server has probably has no or empty X resource (no ~/.Xdefaults > file or `xrdb path/to/resources` in your `~/.xsession).
I do have a ~/.Xdefaults with stuff (quite a bit actually), but no ~/.Xresources and I'm not using xrdb. Most programs (e.g. xterm) automatically picks up ~/.Xdefaults upon startup, while with some other programs (including pmenu) it's ignored (but it's not a regression.) > Should be fixed now, sorry for that. works for me; committed, thanks!