On Thu, 16 Sep 2010, Juan Fco. Giordana wrote: > > please send in the output of xprop run on your visible thunderbird > > window and the list of all thunderbird-like processes running > > (ps auxww | fgrep thund) > > Here you go
i have a hunch this can not be fixed (or if it can, i have no idea how). the application that really creates a window will be /usr/lib64/thunderbird/thunderbird-bin, and x will set the client's WM_COMMAND property to this accordingly. wmaker uses this as the command for the dock icon (and even x wouldn't set the property, the only way to get something sensible for a window is find something closely related to the window, which is via _NET_WM_PID and GetCommandForPid(), which would again result in /usr/lib64/thunderbird/thunderbird-bin anyway). do you know of a window manager that handles this right? -- [-] mkdir /nonexistent -- To unsubscribe, send mail to [email protected].
