On Mon, 13 Feb 2012 at 21:27:37 +0000, Carlos R. Mafra wrote:
> On Mon, 13 Feb 2012 at 22:07:23 +0100, Paul Seelig wrote:
> > On 02/13/2012 08:27 PM, Carlos R. Mafra wrote:
> > > I use nm-applet all the time here and I've never seen this appicon.
> > > And I've just checked that I don't have any "NoAppIcon" attribute set
> > > for nm-applet on WMWindowAttributes.
> > >
> > As i wrote, it is not the nm-applet itself which launches an icon. But
> > once you right click on the applet and choose "Connection information",
> > an icon with the window specification "nm-applet.Nm-applet" appears, and
> > after closing it the icon just stays and can't even be killed. No such
> > behavior occurrs with the nm-connection-editor, which can also be
> > launched by the right click menu on the applet.
>
> Thanks for the clarification, now I see the icon too (it just happened
> that I never clicked on the "Connection information" entry).
>
> This looks like a wmaker bug to me.
Looking the xprop output on that window made me remember some
commented out code in src/wmspec.c
} else if (type == net_wm_window_type_dialog) {
/* These also seem a bad idea in our context -Dan
// wwin->client_flags.skip_window_list = 1;
// wwin->client_flags.no_appicon = 1;
*/
so our predecessors have already stumbled across this.
The "Connection information" window is of type dialog:
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DIALOG
so uncommenting that code will probably solve this issue.
--
To unsubscribe, send mail to [email protected].