mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-10 11:12:46 -04:00
run: Use URN for fontconfig DTD
It should not make any difference other than making it in sync with fontconfig
9c46ef4aac
This commit is contained in:
committed by
Phaedrus Leeds
parent
ef1c99a6ae
commit
973a909c84
@@ -2064,7 +2064,7 @@ add_font_path_args (FlatpakBwrap *bwrap)
|
||||
|
||||
g_string_append (xml_snippet,
|
||||
"<?xml version=\"1.0\"?>\n"
|
||||
"<!DOCTYPE fontconfig SYSTEM \"fonts.dtd\">\n"
|
||||
"<!DOCTYPE fontconfig SYSTEM \"urn:fontconfig:fonts.dtd\">\n"
|
||||
"<fontconfig>\n");
|
||||
|
||||
if (g_file_test (SYSTEM_FONTS_DIR, G_FILE_TEST_EXISTS))
|
||||
|
||||
Reference in New Issue
Block a user