bbidulock / icewm

A window manager designed for speed, usability, and consistency
Other
585 stars 98 forks source link

Wrong icesh exit code in v2.3.3 #585

Closed zaza42 closed 3 years ago

zaza42 commented 3 years ago

In v2.3.2 when audacious is active:

$ icesh -W this -c audacious.Audacious id && echo true || echo false
0x300001d
0x3000045
0x3002906
0x3002911
0x3002921
0x3002929
true

But the exit code was changed in v2.3.3:

$ icesh -W this -c audacious.Audacious id && echo true || echo false
0x300001d
0x3008a34
0x3008a2c
0x3008a23
0x3008a17
0x3000045
false

I hope this was a little mistake.