summaryrefslogtreecommitdiffstats
path: root/opensuse/core/tdebase/kfontinst.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/core/tdebase/kfontinst.diff')
-rw-r--r--opensuse/core/tdebase/kfontinst.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/opensuse/core/tdebase/kfontinst.diff b/opensuse/core/tdebase/kfontinst.diff
new file mode 100644
index 000000000..51c5e59b6
--- /dev/null
+++ b/opensuse/core/tdebase/kfontinst.diff
@@ -0,0 +1,10 @@
+--- kcontrol/kfontinst/kfontinst/Main.cpp
++++ kcontrol/kfontinst/kfontinst/Main.cpp 2004/01/27 08:43:25
+@@ -80,6 +80,7 @@
+ QStringList::ConstIterator xftIt;
+
+ for(xftIt=CGlobal::cfg().getUserFontsDirs().begin(); xftIt!=CGlobal::cfg().getUserFontsDirs().end(); ++xftIt)
++ CMisc::doCmd("/sbin/conf.d/SuSEconfig.fonts", "--module", "fonts");
+ CMisc::doCmd(XFT_CACHE_CMD, CMisc::xDirSyntax(*xftIt));
+ #else
+ CMisc::doCmd(XFT_CACHE_CMD, CMisc::xDirSyntax(ds));