brandon s allbery kf8nh
brandon s allbery kf8nh
And I have a minimal reproducer, again using cabal with a build script; see https://github.com/geekosaur/xmonad.hs/tree/xmonad-buildscript-fail. Compare `terminal.out` with `xmessage.out`.
I'm a bit surprised it's not already, to be honest. I could arrange for my build script and/or the cabal example build script to redirect stdout to stderr. I feel...
Not so much horrific as difficult, unless it's a full desktop environment and all programs "speak" that environment sufficiently. Granting that most programs used with modern desktop environments do speak...
Not really, no. How does xmonad or any other program know the difference?
Most modern programs don't speak enough of the xsm protocol; they expect an XDG session manager.
We need to add support for the EWMH alternative to override-redirect, which gtk insists on using because clearly the right way to treat any window system is to pretend it's...
I'm referring to the fact that the window types [here](https://people.gnome.org/~tthurman/de-regimine-fenestrarum/mirrors/ewmh.html#id2511241) that are labeled "This property is typically used on override-redirect windows" are interpreted by some window managers (notably `gnome-shell` and...
Well, *first* thing to be done is look at the windows created by dunst and see what they're doing (xwininfo and xprop). On Tue, Apr 11, 2017 at 11:04 AM,...
On Sun, Oct 16, 2016 at 12:04 AM, Bogdan Sinitsyn [email protected] wrote: > It's useless when compared with using just any string as map key because > two different modules...
On Sun, Oct 16, 2016 at 1:12 AM, Bogdan Sinitsyn [email protected] wrote: > It's only Show instance issue, and TypeRep itself checks for equality > better. So, the best option...