| Summary: | Newly added fonts are not available - config problem | ||
|---|---|---|---|
| Product: | [Unmaintained] kcontrol | Reporter: | Pawel Nawrocki <pnawrocki> |
| Component: | kcmfontinst | Assignee: | Craig Drummond <craig> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pawel Nawrocki
2007-06-10 16:17:02 UTC
SVN commit 673664 by craig:
Use 00kde.conf as root config file.
BUG:146637
M +2 -2 kxftconfig.cpp
--- branches/KDE/3.5/kdebase/kcontrol/fonts/kxftconfig.cpp #673663:673664
@@ -166,7 +166,7 @@
//
// For system, prefer the following:
//
-// <...>/config.d/00kde = preferred method from FontConfig >= 2.3
+// <...>/config.d/00kde.conf = preferred method from FontConfig >= 2.3
// <...>/local.conf
//
// Non-system, prefer:
@@ -177,7 +177,7 @@
QString getConfigFile(bool system)
{
#if (FC_VERSION>=20300)
- static const char * constKdeRootFcFile="00kde";
+ static const char * constKdeRootFcFile="00kde.conf";
#endif
FcStrList *list=FcConfigGetConfigFiles(FcConfigGetCurrent());
|