Installation fails on a Linux (due to missing fonts?)
Answered
Hi,
I tried to install Rider 2017.2 on my NixOS 17.09, with openjdk9 installed (GitHub gist), but the installation fails rather abruptly when running ./rider.sh from bin (GitHub gist).
- Is this a missing fonts issue, and if so, which fonts am I missing?
- The installation probably shouldn't fail so abruptly.
--
Oleks
Please sign in to leave a comment.
Rider uses a bundled JDK, which means you don't need to install another one. In your case, JDK is missing libfontconfig1 package according to this issue. This should help: