On Wed, 14 Jan 2015 09:00:53 -0500 mh <[email protected]> said: > I've tried a couple of alternative docks with Enlightenment that provide > a systray, cairo-dock and tint2. I need a system tray so that I can use > Synergy with another computer. I'm using cairo-dock right now and it > works fine. > > But, the are eleven instances of something called e_layer_win that > appear in the dock. What are those processes?
you have a bug in your dock app that sees e's internal windows as apps. it's wrong. these are override-redirect windows (windows that bypass a wm - and in this case e itself just created them as stacking markers). docks should ignore override-redirect windows. they are not proper "app" windows. > Thanks. > > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
