ssokolow / quicktile

Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
https://ssokolow.com/quicktile/
GNU General Public License v2.0
878 stars 79 forks source link

Control-C on `quicktile --daemonize` can hang X on LXDE #129

Closed coventry closed 3 years ago

coventry commented 3 years ago

The manual recommends Ctrl-C after testing the install, in the installation section. This crashed X on my Lubuntu Virtualbox VM, and caused strange behavior on my host ubuntu system (Ctrl-Tab only showed VM windows, plus a "windows" box which seemingly did nothing.) The host system was fine after I rebooted the VM, though.

ssokolow commented 3 years ago

Not a QuickTile bug. All QuickTile does is rely on the default SIGINT handler, which causes QuickTile to exit on receiving Ctrl+C.

If your X is crashing because it has a bug which causes it to crash under certain circumstances when a program unexpectedly goes away, then that's a bug in X.