We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa103ff commit e648e5aCopy full SHA for e648e5a
Source/fontconfig/FCFontAssetInstaller.m
@@ -254,7 +254,9 @@ - (NSString *) userFontsDirectory
254
}
255
else // Assume linux/unix
256
{
257
- fontsPath = [homeDir stringByAppendingPathComponent: @".fonts"];
+ fontsPath = [homeDir stringByAppendingPathComponent: @".local"];
258
+ fontsPath = [fontsPath stringByAppendingPathComponent: @"share"];
259
+ fontsPath = [fontsPath stringByAppendingPathComponent: @"fonts"];
260
261
262
0 commit comments