Volkert de Buisonjé
Volkert de Buisonjé
There is also [this suggestion](https://github.com/pop-os/cosmic-text/issues/167#issuecomment-1676705605) to fix this error in NixOS, at least for `cosmic-text`: > Adding features = ["fontconfig"] to fontdb in the cargo.toml fixes the doctest.
@nunotexbsd I just searched for both `local.conf` and `fonts.conf` in Clear Linux OS, and in this distros, the paths appear to be different still: - /usr/share/defaults/fonts/conf.d/51-local.conf - /usr/share/fontconfig/conf.avail/51-local.conf - /usr/share/defaults/fonts/fonts.conf...
> > There is also [this suggestion](https://github.com/pop-os/cosmic-text/issues/167#issuecomment-1676705605) to fix this error in NixOS, at least for `cosmic-text`: > > > Adding features = ["fontconfig"] to fontdb in the cargo.toml fixes...
@nunotexbsd I just tried creating this symbolic link, and lapce still failed with `no default font found` : ``` sudo mkdir -p /usr/local/etc/fonts ln -s /usr/share/defaults/fonts/fonts.conf /usr/local/etc/fonts/fonts.conf lapce ``` Then...
Although that workaround works for me, when I run `lapce -w`, I still get the `no keymaps` error, since the file `$HOME/.config/lapce-nightly/keymaps.toml` doesn't exist yet. Which makes sense, since I'm...
So I assume that the intention is that future versions of lapce will eventually automatically create a default keymaps file in `$HOME/.config` on startup when one doesn't exist yet?
I started an unofficial 0.9.9.7-SNAPSHOT branch of Sarissa on GitHub, due to a lack of activity on the upstream project on SourceForge. Should you have (or know of) any patches...
Sorry for the (very) late reply! I just tried version `1.26.1` (the latest `1.26.2` release didn't include an AppImage for some reason). The good new is that the error I...
Ah, thanks. I missed that subtle little link. Just retried it with the 1.26.2, but got the same result. By the way, shouldn't both `glfw-x11` and `glfw-wayland` be bundled in...
OK, so I tried it again in an X11 session, but surprisingly, the result was exactly the same: ```text $ echo $XDG_SESSION_TYPE x11 $ ./imhex-1.26.2.AppImage [23:18:48] [INFO] [main] Welcome to...