medranocalvo
medranocalvo
This error can be reproduced using `xfontsel`: 1. Select *linotype* `fndry` 2. Select *times* `fmly` 3. Following error appears: ``` X Error of failed request: BadValue (integer parameter out of...
Hello @jeremyhu, > Can you explain how this is related to /opt/X11/share/system_fonts? The only relation is that the issue stops manifesting when removing `/opt/X11/share/system_fonts` from the font path. --- Changing...
This sounds like heroic debugging @sarg, thank you very much. Indeed, resetting `buffer-list-update-hook` utterly breaks EXWM. I wonder whether that's the origin of all of our mysterious *read-only buffer* issues.
Org is using `read-char-exclusive`. It seems to me that this function is quite low level. EXWM does not currently have a way to detect that Emacs is expecting the keyboard...
Org recently (Org 9.6-3-ga4d38e, ~2022) changed the function to use `read-char-exclusive` instead of `read-char`; the former eats up non-character events as well. Please raise the issue with Org and let's...
@drskalman, we just merged a new change to deal with this issue (by new maintainer @Stebalien). Please test latest master and report back.
Hello @tazjin. I see no relation between the changes in https://github.com/ch11ng/exwm/commit/e43bd782580fc7f2aa7f5f92da1c5d7c992b6d1c and XIM. W.R.T. the packages, I only suspect of gtk4, which reportedly does not support XIM. Does the issue...
@Stebalien, thank you for your report, that's great news. It picked my interes, but I only got this far: ```diff diff --git a/exwm-workspace.el b/exwm-workspace.el index be13002..fda65ce 100644 --- a/exwm-workspace.el +++...
Thank you for reporting this issue. I think this has changed over the years... What distribution are you using? I'd like input from other users as well: - which distribution?...
Please see https://github.com/ch11ng/exwm/issues/210#issuecomment-427869226. Summary: don’t use `dbus-launch` on Arch Linux. The Wiki can be improved by everyone, please add a note for Arch users. I assume you are a new...