ibabushkin / gabelstaplerwm

A window manager in Rust, using XCB
BSD 3-Clause "New" or "Revised" License
91 stars 8 forks source link

uzbl freezes X session #11

Closed ibabushkin closed 8 years ago

ibabushkin commented 8 years ago

When using uzbl, Focusing some textfields (for instance the search bar on GitHub) causes the X session to freeze.

Seriously, what's up with browsers nowadays?

ibabushkin commented 8 years ago

Can't reproduce using Xephyr.

ibabushkin commented 8 years ago

Apparently this causes conflicts with some other process (xinit maybe) when printing to stdout, the process receives a SIGTTOU (at a strange point in time, in the event polling of libxcb). Since this feature is intended for bars and the likes, this is a non-issue when properly configured.

Closing the issue now.