Christopher Cooper

Results 83 comments of Christopher Cooper

Has there been any update on this? The Travis binaries have been created but the one for the git snapshot hasn't been updated in a long time, kind of making...

Sorry, I should have specified in the initial issue that those approaches do not resolve the issue. Specifically, I tested: ```elisp (add-hook 'after-make-frame-functions (lambda (_f) (load-theme 'material t))) ``` and...

Basically, `(selected-frame)` doesn't correspond to the correct frame even if you run it in `after-init-hook` or `after-make-frame-functions`. A demonstrative example: ```elisp (add-hook 'after-make-frame-functions (lambda (frame) (message "selected: %s %s" (terminal-name...

The following DOES work: ```elisp (add-hook 'after-make-frame-functions (lambda (frame) (with-selected-frame frame (load-theme 'material t)))) ```

This is happening on Windows 10. I'm not sure if that answers your question.

> Hopefully Discord always sends that message. Unfortunately, I don't think it always does. If you type your message super fast, it doesn't seem to create the irc user first.

> _the irc user first_ - I'm guessing this means that it still creates the user, right? I would have to test, but if I am remembering correctly, the user...

@coignard What package are you using? I don't see those service files in this repo or in the AUR packages.

Thanks! FWIW, even with scale-monitor-framebuffer, Firefox on Wayland does not seem happy. The GTK apps seem to have things figured out though.