summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/main.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index a0639b1f5a..381f97d82f 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -276,11 +276,7 @@ fixup_bundle_environment (int /*argc*/, char* argv[])
setenv ("FONTCONFIG_FILE", "/etc/fonts/fonts.conf", 1);
setenv ("FONTCONFIG_PATH", "/etc/fonts", 1);
} else {
- /* use the one included in the bundle */
-
- path = Glib::build_filename (dir_path, "etc/fonts/fonts.conf");
- setenv ("FONTCONFIG_FILE", path.c_str(), 1);
- export_search_path (dir_path, "FONTCONFIG_PATH", "/etc/fonts");
+ error << _("No fontconfig file found on your system. Things may looked very odd or ugly") << endmsg;
}
/* write a pango.rc file and tell pango to use it. we'd love