[Fontconfig-bugs] [Bug 101889] Make fontconfig cache relocatable
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 27 15:39:04 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101889
--- Comment #43 from Alexander Larsson <alexl at redhat.com> ---
I guess it is because of this part:
+ const FcChar8 *dir = FcCacheSubdir (cache, i);
+ FcChar8 *s = NULL;
+ struct stat statb;
+
+ if (FcStat (dir, &statb) < 0)
+ {
In the case of dir= /usr/share/fonts/dejavu, that *does* exist in the sandbox.
So we don't use the alias for that.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20170927/524f344f/attachment.html>
More information about the Fontconfig-bugs
mailing list