Preston Carpenter

Results 74 comments of Preston Carpenter
trafficstars

Trying to add that line causes this compilation error message: ``` error: no method named `log` found for type `&'static str` in the current scope --> /home/timidger/src/fireplace/fireplace_lib/src/handlers/keyboard.rs:130:9 | 130 |...

Ah thanks. Not used to this logging system. Tried to switch Way Cooler to it, but a bit harder when everything is in lazy_static's ;). [Up-to-date log](https://github.com/Drakulix/fireplace/files/802432/fireplace.log.html.txt)

Just as a small update--I can get it to work if I make it set to close on "Logo" + "Left" (i.e left arrow). So it's something to do with...

Ah....that makes sense. I use dvorak, and where the "Q" key is is where the "X" key is. That would be the "problem". If this is expected behaviour, it might...

Hm, I would just say that keybindings are bound to the key specified by the system default keyboard (and NOT what is set through xkb). If that doesn't sound sufficient,...

I'm having the same issue as well, Arch LInux 64 bit. I installed it from the AUR on two separate computers (One a thinkpad, the other my desktop, both running...

Seems annoying to have to define a whole protocol for this...but it _is_ the most compositor agnostic option :\ Unless there was some other layer above libinput that's implemented that...

Toyed around with this with [my fork](https://github.com/Timidger/wlc/tree/seat-version-5), got it to run the examples in [conrod](https://github.com/PistonDevelopers/conrod), but all of the [winit](https://github.com/tomaka/winit) examples failed to launch anything. However I noticed that the...

Will patches be needed for both wayland -> Xwayland and Xwayland -> wayland (eg, similar to [this patch](https://git.gnome.org/browse/mutter//commit/?id=4a968c3b4efe1210edd8ffdbeec0b04263d906c3&utm_source=anzwix) and [this other patch](https://git.gnome.org/browse/mutter//commit/?id=ccb7833e992055d381b3e403928b05c37e3d10a8&utm_source=anzwix)?) or is only one required? From my testing...

Ah my mistake, mis-read the feature. At least I linked the right patches.