motifd/clm not working anymore
## Describe the bug CLM and/or motifd is not working anymore. It used to work, but I don't remember exactly when it was. ## To Reproduce Steps to reproduce the behavior: 1. (require :clm) 2. Press Ctrl-C ## Expected behavior The motif debugger should pop up. It doesn't. There's an error: ``` * ^CInvoking debugger... Starting server: will_fork = False will_trace = False No Inet domain socket created. path = /tmp/.motif_socket-p1740256 Waiting for connection. Accepting client on Unix socket. Accepted client on fd 4 Server not forking. Asynchronous NAME-ERROR in request 11 (last request was 12) Code 45.0 [OpenFont] [Condition of type XLIB:NAME-ERROR] Restarts: 0: [CONTINUE] Ignore 1: Ignore problem and continue. 2: [KILL-APP] Close current application. 3: Return from BREAK. 4: [ABORT ] Return to Top-Level. ``` My guess is that motifd wants some font that isn't available on my system. ## Desktop (please complete the following information): - OS: Linux - Version: snapshot-2021-07 Possibly also on earlier versions. ## Additional context Add any other context about the problem here.
issue