application icons, again

2014-08-24 Thread Yury Tarasievich
Hi all, On a fairly recent 64-bit system (slackware 14.1) a couple of 32-bit apps do not show their application icons: Thunderbird and Firefox, also the FF's addon DownThemAll which works in a separate window. For DownThemAll I don't think there's even a separate icon file. This problem

[PATCH] wmaker: fix deiconify window on double-click

2014-08-24 Thread David Maciejak
This patch is fixing the RenderBadPicture X errors on deiconifying window using double-click. Background: I also experienced this issue these days, after checking it was not introduce with latest apercu feature I decided to dig into it. As far as I saw in the archive it was first reported by

[PATCH] wmaker: update src/action.c coding style

2014-08-24 Thread David Maciejak
This patch is updating the coding style based on checkpatch output and as suggested by Rodolfo it also inverts the condition test in getAnimationGeometry fct to return earlier when possible. --- src/actions.c | 158 +- 1 file changed, 68