On Sun, 29 May 2005 10:33:03 -0600 Dave Serls <[EMAIL PROTECTED]> wrote:
> I realize this subject has been covered earlier this year, but no matter what > I do (including the upgrading of Xorg, GTK2, blackbox) blackbox does not > seem to raise windows that fbpanel (or blackbox) iconize. > Should fbpanel be sending a NET_ACTIVE_WINDOW message to blackbox when > raising? > What message or sequence of messages (EWMH) would do the trick? > > Set is Mandrake 10.1 Official with kernel 2.6.11.10 Xorg 6.8.2 and the > 'official' blackbox 0.70 . > > Windowmaker seems to accept what fbpanel does on the same box, although the > iconification mechanism are quite different. > > Some help would be appreciated. > Going to reply to my own request. I know this is not the correct fix, but it things behave so well. For fbpanel 4.2, taskbar.c, there are two spots where XMapRaised is called to de-iconify a window. This call is ineffective with blackbox on my system (X 6.8.2, GTK 2.6.7) for some reason. Adding Xclimsg(tk->win, a_NET_ACTIVE_WINDOW, 0, 0, 0, 0, 0 ); 'or' Xclimsg(tb->menutask->win, a_NET_ACTIVE_WINDOW, 0, 0, 0, 0, 0 ); at these points seems to resuscitate the windows. Arrived at this by following Nyz indications for 'activate'. -- ************************************************************************ * Dave Serls Littleton, CO, USA * * dashs.denver.co.us sorrybiscuit.com * ************************************************************************ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html
