<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 6:11 PM, Dan Wilcox <span dir="ltr"><<a href="mailto:danomatika@gmail.com" target="_blank">danomatika@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word">Sounds like the font files themselves in that folder were <a href="https://en.wikipedia.org/wiki/Symbolic_link" target="_blank">system links</a>  so the fonts actually live elsewhere. In general, you do *not* want to change the folder structure outside of your /usr/home/USERNAME folder since the package management & OS rely on it.</div></blockquote><div>Well, now I know... <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><br></div><div>I’d start by fining which package installs the font and creates the symlinks and then force install it. For Debian-based distros, I often use the Ubuntu package search to see which package contains the files I’m looking for. In this case, it looks like “font-dejavu-core”: <a href="http://packages.ubuntu.com/wily/all/fonts-dejavu-core/filelist" target="_blank">http://packages.ubuntu.com/wily/all/fonts-dejavu-core/filelist</a></div></div></blockquote><div>I don't quite get this, can you elaborate? If I type "locate fonts-dejavu-core" I get this:<br>/usr/share/doc/fonts-dejavu-core<br>/usr/share/doc/fonts-dejavu-core/AUTHORS<br>/usr/share/doc/fonts-dejavu-core/BUGS<br>/usr/share/doc/fonts-dejavu-core/README<br>/usr/share/doc/fonts-dejavu-core/changelog.Debian.gz<br>/usr/share/doc/fonts-dejavu-core/changelog.gz<br>/usr/share/doc/fonts-dejavu-core/copyright<br>/usr/share/doc/fonts-dejavu-core/langcover.txt.gz<br>/usr/share/doc/fonts-dejavu-core/status.txt.gz<br>/usr/share/doc/fonts-dejavu-core/unicover.txt.gz<br>/var/lib/dpkg/info/fonts-dejavu-core.conffiles<br>/var/lib/dpkg/info/fonts-dejavu-core.list<br>/var/lib/dpkg/info/fonts-dejavu-core.md5sums <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><br></div><div>If the font is back, then the issues related to GEM looking in the wrong path could be fixed via IOHannes or some GEM dev updating/making a new font search path to GEM. In the meantime, you can do a quick and dirty fix by making a symlink from the new font dir to the one GEM is looking for:</div><div><br></div><div><div dir="ltr"><div><div><div><div><div><div>sudo ln -s  /usr/share/fonts/truetype/dejavu/ /usr/share/fonts/truetype/ttf-dejavu/</div></div></div></div></div></div></div></div></div></blockquote><div>Yes, I thought about making a symbolic link after I wrote the previous email (and obviously after I stupidly changed the name of the dejavu directory). But if I create this dejavu directory and create a symbolic link in it (afterwards I will create the ttf-dejavu, but now I'm also missing dejavu), which file should the symbolic link point to? Typing "locate dejavu-sans-mono" outputs this:<br>/etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf<br>/etc/fonts/conf.avail/57-dejavu-sans-mono.conf<br>/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf<br>/etc/fonts/conf.d/57-dejavu-sans-mono.conf<br><br></div><div>Is any of these files the one I need? This thread is quite off-topic, but maybe not 100%...<br></div></div></div></div>