ttf-dejavu fonts not found

Edit this page

Cause

GNU/Linux distributions vary their file system in different ways. As such, the code paths in the xwax install file may or may not reflect the path on your GNU/Linux system.

Fix

Correct the path in your system to fit the script.

Methods

 mkdir /usr/share/fonts/ttf-dejavu && find / -type f -iname "DejaVuSans*.ttf" -exec ln -s {} /usr/share/fonts/ttf-dejavu \\;