On Mon, 6 Apr 2015 19:42:26 -0400 mh <[email protected]> said: > I remember seeing some email here or messages on #e about chrome > freezing when using enlightenment. There is an empty text box and then a > totally frozen chrome window. I'm still seeing this and wonder if there > is some solution to this or not. I have to pkill chrome and restart to > use it. Seems random, but not uncommon. If switch to xfce I never see > this behavior. If there's something I can test to help I'll be happy to.
yes - that is a chrome tooltip window and chrome internally deadlocks. that window is an override-redirect window (bypasses wm management) and thus the wm isn't involved in that tooltip window at all beyond compositing it (displaying the pixels), which e does properly. rendering is up to chrome and chrome simply internally deadlocks itself. wm isn't invovled. i can only assume chromes new "aurora" back-end that replaced gtk is maybe detecting wm and doing something different here and using an untested codepath and locking itself. there is nothing we can do as the wm isn't being involved in this deadlock - chromium isn't asking something of the wm then stopping and waiting for a reply (that we don't give). it's doing this inside of itself. you really need to file bug reports with the chrome devs here. > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > 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] ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
