New KDE system fonts unrecognized

Hello,
In KDE 3.5.6 Control Center, Font Installer, if I use administrator mode to add "system-wide" fonts, the fonts are added but never recognised. I can add personal fonts (in ~/.fonts) using control center no problem, and they are picked up after I relogin.
I wonder whether the problem is that KDE installs these fonts in /usr/local/share/fonts?? The ttf files for the fonts have been copied...
How do I get KDE to recognise these fonts "system-wide"?
Thanks
Dale

I have investigated a bit and found a solution, but its not very clean and also needs a patch for KDEbase...
At first, apply this patch to kdebase:
diff -u --recursive --new-file kdebase-3.5.6.orig/kcontrol/kfontinst/kio/KioFonts.cpp kdebase-3.5.6/kcontrol/kfontinst/kio/KioFonts.cpp
--- kdebase-3.5.6.orig/kcontrol/kfontinst/kio/KioFonts.cpp 2006-05-22 20:12:36.000000000 +0200
+++ kdebase-3.5.6/kcontrol/kfontinst/kio/KioFonts.cpp 2007-02-28 12:38:18.000000000 +0100
@@ -767,8 +767,8 @@
itsFolders[FOLDER_USER].location=dir;
- QString sysDefault("/usr/local/share/fonts/"),
- sysDir(getFontFolder(sysDefault, "/usr/local/share/", dirs));
+ QString sysDefault("/usr/share/fonts/"),
+ sysDir(getFontFolder(sysDefault, "/usr/share/", dirs));
if(sysDir.isEmpty())
It changes the dir for font installation to /usr/share/fonts...
To make it work, you also have to issue a "sudo mkfontdir /usr/share/fonts" ... I did it after installing a font with the patched font installer. Without issuing mkfontdir after installing a font, the font was not visible in my apps...
You must also add FontPath    "/usr/share/fonts" to your xrog.conf
Well, it seems that the KDE font installer is badly broken (??) because there is no way to make it recognize the subfolders in /usr/share/fonts... The patch could be modified to point to /usr/share/fonts/TTF for example, but then you can only install TTF fonts with it...
I think its always better to install prepackaged fonts with pacman or just install them to your ~/.fonts with kfontinst...
Well, i simply have no experience with installing fonts or their defaults or whatnot, so dont blame me for that "solution", i know its cheap

Similar Messages

  • Out to change New default System Font

    Hi,Just upgraded from Essbase 6.5 to 7.1.3.Default font in Excel Add-in dialog boxes in bigger and in bold.Which means even less now fits in the Member Selection box !!!How do I change that back ?

    We had same thing, but once we went to the 7.1.5 add-in, it was back to the "normal" fonts.

  • New Font in System Font Panel- iMovie

    I use I-movie to create short videos for clients.  One Client is requesting a special font that is not listed in the systems font panel.  This is the second of this request from clients.  So, is there a way to import different fonts into that panel area?  How? 

    Hi
    Yes You can.
    I just did
    I started a new project to test
    I put a photo into this
    Then I selected text tool and selected a type of text e.g. lower third (second choice)
    Then drag and drop this onto the Photo in my new Project - NOW
    Up in the Viewer I get a title (up left) reading Show Text font's - and here from I can select all font's installed on my Mac.
    SORRY _ NEW INFO
    The Font Panel - NO I was not able to change this - only able to use the font I liked in the Movie. Most probably I didn't fully grasp the Question.
    Yours Bengt W

  • When starting InDesignCS2 received new error message -- InDesign is missing required system fonts or

    We are not able to start Indesign CS2 without getting the error message: <<InDesign is missing required system fonts or CMap files. Please reinstall InDesign.>> This is on WinXP.<br /><br />Recently I installed Creative Suite CS4. It took almost a day to install. The installation kept on stopping. Each time we were able to install one more program. After checking all of the programs we discovered that Firefox would not start due to a possible font error. After reading many posts I decided to uninstall a lot of fonts since I did not know which one was the culprit. <br /><br />However now I am missing a font (at least I hope that this is caused by a missing font and not anything else) that should be there and I don't know which one it should be. I did uninstall a <lot> of fonts and don't remember which ones.<br /><br />WE did uninstall all CS2 programs and then reinstalled only the necessary three. However that did not make any difference.<br /><br />Any ideas and suggestions would be welcome<br />Thanks<br />Pia Pehtla

    A forum search for "missing required fonts" brings up this thread which should solve your problem:
    http://www.adobeforums.com/webx?128@@.3bbdb0a7
    Peter

  • Setting for "Rely on system fonts" does not work

    Hello,
    Some time ago I wrote a VBA function that would print a worksheet to pdf. It worked great. I reformatted my system, and now the code no longer works. When I run the routine, I receive the error message, "When you create a PostScript file, you must reply on system fonts and use document fonts. Please go to the printer properties, 'Adobe PDF Settings' page and turn OFF the option 'Rely on system fonts only; do not use document fonts."
    I have changed this setting within the Adobe printer setting in Excel, I have changed it in both the 'Printing Preferences" and "Printer Properties" with the Devices and Printers Windows dialog, and I have confirmed that it is turned off in the binary registry key "HKEY_CURRENT_USER\Printers\DevModePerUser\Adobe PDF". Also, I have applied the Acrobat 9.4.2 patch. Yet still I get the message when my code is executed....
    There were a few changes between my system from before my reformatting. The common items were Windows7 64-bit, Adobe Acrobat 9. The changes were that I went from Microsoft Office 2010 64-bit to Office 2010 32-bit. Windows 7 SP1 is now installed. Also, both Acrobat and Office are installed on my internal "Data" drive, rather than the "C" drive where my operating system is installed.
    Although I do not see an issue with code, since it worked for months, I have included it below (the printing code is at the end). Any help would be GREATLY appreciated!
    Public Sub EnumOrder(ByVal lngLine As Long)
    'lngLine is the line number to start enumeration at
    Dim strStore As String
    Dim strFileName As String
    Dim strTmpPath As String
    Dim strPDFPath As String
    Dim c As Long
    Dim x As Long
    Dim lngErr As Long
    Dim wsPicklist As Worksheet
    Dim wsTemplate As Worksheet
    Dim oPDF As PdfDistiller
    Set oPDF = New PdfDistiller
    Set wsPicklist = Worksheets("Phase II Picklist")
    Set wsTemplate = Worksheets("Template")
    strStore = wsPicklist.Cells(lngLine, 1).Value
    ' Clear formatted border on order template
    wsTemplate.Activate
    wsTemplate.Range("A7:L56").Select
    Selection.ClearContents
    Selection.Borders(xlDiagonalDown).LineStyle = xlNone
    Selection.Borders(xlDiagonalUp).LineStyle = xlNone
    Selection.Borders(xlEdgeLeft).LineStyle = xlNone
    Selection.Borders(xlEdgeTop).LineStyle = xlNone
    Selection.Borders(xlEdgeBottom).LineStyle = xlNone
    Selection.Borders(xlEdgeRight).LineStyle = xlNone
    Selection.Borders(xlInsideVertical).LineStyle = xlNone
    Selection.Borders(xlInsideHorizontal).LineStyle = xlNone
    wsPicklist.Activate
    ' Initialize variables
    strFileName = wsPicklist.Cells(lngLine, 1) & "-" & wsPicklist.Cells(lngLine, 2) & " " & Format(wsPicklist.Cells(lngLine, 4), "mm-dd-yy") & " Team" & Format(wsPicklist.Cells(lngLine, 3), "00")
    c = 7
    x = lngLine
    ' Add store order data to the template
    With wsTemplate
        ' Add header data to the order template
        .Cells(1, 2) = wsPicklist.Cells(lngLine, 1)  ' Store #
        .Cells(2, 2) = wsPicklist.Cells(lngLine, 3)  ' Team #
        .Cells(4, 2) = wsPicklist.Cells(lngLine, 4)  ' Deliver By
        .Cells(1, 5) = wsPicklist.Cells(lngLine, 13) ' Ship To Name
        .Cells(2, 5) = wsPicklist.Cells(lngLine, 14) ' Ship To Address
        .Cells(3, 5) = wsPicklist.Cells(lngLine, 15) ' Ship To City/State/Zip
        .Cells(4, 5) = wsPicklist.Cells(lngLine, 16) ' Comment
        ' Add line items to the order template
        Do
            .Cells(c, 1) = wsPicklist.Cells(lngLine, 6) ' Part #
            .Cells(c, 2) = wsPicklist.Cells(lngLine, 7) ' Part Name
            .Cells(c, 7) = wsPicklist.Cells(lngLine, 8) ' Qty Ordered
            wsPicklist.Cells(lngLine, 10) = Now         ' Date Printed
            wsPicklist.Cells(lngLine, 11) = strFileName ' File Name
            lngLine = lngLine + 1
            c = c + 1
        Loop While strStore = wsPicklist.Cells(lngLine, 1)
    End With
    'Create formatted borders on store order template
    x = lngLine - x + 6
    wsTemplate.Activate
    wsTemplate.Range("A7:L" & x).Select
    With Selection.Borders(xlEdgeLeft)
        .LineStyle = xlContinuous
        .ColorIndex = xlAutomatic
        .TintAndShade = 0
        .Weight = xlThin
    End With
    With Selection.Borders(xlEdgeTop)
        .LineStyle = xlContinuous
        .ColorIndex = xlAutomatic
        .TintAndShade = 0
        .Weight = xlThin
    End With
    With Selection.Borders(xlEdgeBottom)
        .LineStyle = xlContinuous
        .ColorIndex = xlAutomatic
        .TintAndShade = 0
        .Weight = xlThin
    End With
    With Selection.Borders(xlEdgeRight)
        .LineStyle = xlContinuous
        .ColorIndex = xlAutomatic
        .TintAndShade = 0
        .Weight = xlThin
    End With
    With Selection.Borders(xlInsideVertical)
        .LineStyle = xlContinuous
        .ColorIndex = xlAutomatic
        .TintAndShade = 0
        .Weight = xlThin
    End With
    With Selection.Borders(xlInsideHorizontal)
        .LineStyle = xlContinuous
        .ColorIndex = xlAutomatic
        .TintAndShade = 0
        .Weight = xlThin
    End With
    ' Print the store order to PDF
    strTmpPath = "D:\Eric\Desktop\WIS-Speedway\Phase II\Picklists\New\Tmp\"
    strPDFPath = "D:\Eric\Desktop\WIS-Speedway\Phase II\Picklists\New\"
    wsTemplate.PrintOut copies:=1, preview:=False, _
    ActivePrinter:="Acrobat Distiller", printtofile:=True, _
    collate:=True, PrToFileName:=strTmpPath & strFileName & ".ps"
    oPDF.FileToPDF strTmpPath & strFileName & ".ps", strPDFPath & strFileName & ".pdf", ""
    ' Set active cell to next store order
    wsPicklist.Activate
    wsPicklist.Cells(lngLine, 10).Select
    End Sub

    Ok, I have given up the ghost on this problem. I found a MUCH better solution to the problem that I was having, that also has the side benift of processing far faster. See http://msdn.microsoft.com/en-us/library/ee834871(office.11).aspx for details. Basically, I am now using the VBA ExportAsFixedFormat method, rather than Distiller. Hope this helps.

  • Is there a way to prevent Mail from loading non system fonts?

    For over a year, and a system OS upgrade, Mail has been taking 7 - 10 minutes to load all the thousands of fonts I have on my computer for graphic design. This started with Snow Leopard on my 2009 Mac Pro (10 GB RAM, 2 TB HDD). At first I didn't know why the computer was taking such a long time to finish boot up. So I reformatted the drive--zeroing it out. Then I installed Mavericks and reinstalled everything else. Finally I tried logging the system activity during startup and noticed that something to do with fonts took up the biggest chunk of this time. Because Mavericks loads any programs you leave running at shut down, I saw that if Mail had the fonts window open, the list of fonts would slowly grow, filling up with the many font families I use for my work. I called tech support for my font management utility but they say the fonts are not in the system and and shouldn't affect the system during startup. In the end I gave up and just go drink a few coffees after hitting the start button. It's like going back to the early days 25 years ago.
    Can I stop Mail from loading any non-system fonts? I never use anything but the default font.

    Hey SchenkerBob,
    It is possible to disable non-system fonts temporarily for all applications using the Font Book application. This article explains how to do so -
    Mac Basics: Font Book - Apple Support
    In particular -
    Disable and enable specific fonts
    In situations where you'd like to prevent a font from being available in applications, but you don't want to completely remove the font from your Mac, you can use Font Book to disable the font.
    In Font Book, click "All Fonts" in the Collection column.
    Click the name of the font in the Font column.
    Choose Disable "Font Name" Family from the Edit menu.
    Since it might be problematic to have to disable each font individually, you can create a collection of fonts and disable the collection. See the article for how to create a font collection -
    Organize fonts as collections
    When working with fonts, you may discover that you use certain fonts frequently, but rarely use others. To make it easier to find the font you are looking for, you can organize your fonts into collections.
    From the Font Book File menu, choose New Collection.
    Type in a name for the new collection.
    Click "All Fonts" in the Collection column.
    Drag the fonts that you want from the Font column onto the name of your new collection in the Collection column.
    You can then disable collections of fonts -
    You can also disable or enable all fonts in a collection: Click the name of the collection in the Collection column, then choose Disable "Collection Name" or EnableCollection Name" " from the Edit menu. 
    Thanks for using Apple Support Communities.
    Happy computing,
    Brett L 

  • Why Premiere Title don´t see my new True Type fonts?

    I´ve installed several new true type fonts but Premiere´s Title don´s see them. What can I do to fix it?
    Thanks.

    Ann,
    I think that I missed something in your commets. Please help me understand. On my workstation, I've got over 9K Fonts. These are in my C:\Fonts\PS_Fonts, \\TT_Fonts and \\OTF_Fonts folders. The only ones that show up in any program are the ones that are "installed" in my system. I cannot "test drive" any of the non-installed in any program, that I know of, except, of course, Extensis Suitcase.
    What am I missing? Maybe, I'm about to learn something really new and neat?
    Thanks,
    Hunt
    PS to the OP, do you have a list of the Fonts, that are not showing up? I'd be curious to see what they are. I've seen times that some of the Asian Fonts did not show, even when properly installed. There is a "patch" from MS for those, but cannot find the link. I believe that some Arabic Fonts also need a special "patch" from MS. Do any of yours fall into these catagories?

  • System Fonts not showing in the font list

    After I upgraded Adobe CC 2014.3.1.44, CL78964 on my Windows 8 (64-bit) computer, none of the system fonts are listed within Muse.
    Understand two things, one. This used to work fine.  I was able to see all of the system fonts, now only the ones on this list show up.  Two, and fonts that I add via the web kit doesn't show up either.
    I have uninstalled, then reinstalled.  Nothing.  I have also looked for the elusive fonts.db, which cannot be found on my system.  Ideas?
    Thanks,
    Aaron

    Hi Aaron,
    Thanks for the prompt response. We are wondering if you could try a few other things that will help isolate the issue. Our theory is the issue might be related to OS user permissions.
    Run Adobe Muse CC as an Administrator
    Locate the "Adobe Muse CC 2014" shortcut icon in Windows Explorer
    Right-click the "Adobe Muse CC 2014" icon and then click "Run as administrator"
    When the "User Account Control" is displayed, do one of the following:
    If you are logged on as a standard user, or if the user account control is configured to always require credentials, enter the appropriate administrative credentials, and then click "OK"
    If you are logged on as an administrator and user account control is not configured to always require credentials, click "Yes" to start the application
    After Muse finishes launching, create a new site and inspect the font drop-down
    Verify "Local Store" folder permissions
    Open a Windows Explorer dialog
    In the address field enter "%appdata% and open the folder named "com.adobe.AdobeMuseCC.2014.3".The folder path should be similar to the following with <username> being the current OS user's nameC:\Users\ <username> \AppData\Roaming\com.adobe.AdobeMuseCC.2014.3
    Right-click on the folder "Local Store" and select "Properties"
    In the "Local Store Properties" tab, select "Security"
    Select the current user name from the "Group or user names" list
    Observe the section "Permissions for ...." in the "Local Store Properties" dialog. Does the user have full permissions (full control, modify, read & execute, list folder contents, read, write)?
    Do you know if the Windows OS user account you are using is an administrator or standard user on your machine? You can find out by navigating to the following in Windows Explorer and selecting "Manage User Accounts":
    Control Panel\User Accounts\User Accounts
    Please let me know if you need any clarification on what we are asking for.
    Thank you for your time in advance.
    Regards,
    Marc

  • Font is missing on the install prompt.  How do I reinstall all standard macbook pro system fonts?

    I recently installed a font pack and then removed the fonts shortly thereafter. Apparently the font that is used in the "install prompt" (the window that pops up for me to enter a password before installing new software) is now missing. The window pops up but everything is blank.  How do I go about reinstalling all of the standard macbook pro system fonts?
    Thanks!

    I recently installed a font pack and then removed the fonts shortly thereafter. Apparently the font that is used in the "install prompt" (the window that pops up for me to enter a password before installing new software) is now missing. The window pops up but everything is blank.  How do I go about reinstalling all of the standard macbook pro system fonts?
    Thanks!

  • System font ZOCRB10 120 Bold does not exist

    Hi all expert,
    Our basis has been uploaded  the Font file with the Font name 'ZOCRB10', and replaced the Font name 'OCRB1' with
    'ZOCRB10'  in the SAP script, but when I update the form 'Z9INVOICEFR' with the new font 'ZOCRB10', it still does't have
    the bold font.
    It appears the error 'System font ZOCRB10 120 Bold does not exist' ,
    How to resolve the issue ?
    Thanks & Best Regards,
    Michael
    Edited by: Michael Hong on Aug 25, 2010 2:51 PM

    Hi, did you read Note 606923 - FAQ: SAPscript/Smart Form: Fonts?
    Maybe the note could help you
    Regards,
    Fabrizio

  • When you create a PostScript file you must rely on system fonts and use document fonts

    I got this error:
    "When you create a PostScript file you must rely on system fonts and use document fonts. Please go to the printer properties, "Adobe PDF Settings" page and turn OFF the option "Rely on system fonts only; do not use document fonts."
    This strikes me as bad practice. I only want to use system fonts and document fonts will muck me up.
    That being said, I could not easily find a way to fix this with Acrobat Pro XI. I opened Control Panel (Windows 8) and found the printer and mucked around in the various ways to get to change the PDF settings (there are several ways, and some of them present the choices as bold and not just regular). I found two separate switches for "Rely on system fonts only; do not use document fonts" and turned both off, BUT that did not work.
    Frustrated, I went back to FrameMaker and clicked File > Print Setup and then for the PDF printer, Printer Properties. There I found a THIRD instance of "Rely on system fonts only; do not use document fonts" that was set differently than the other two. This was the setting the error message meant. Change this one.
    Thanks for the convoluted UI, Adobe. What a pain, but there is the answer for all who follow after....

    > Windows 7 and Frame 7.2.
    This is not a supported configuration and probably does not work, due (I'm guessing) to driver API changes from XP to Win7, which would affect generating PDF and Ps output. This would affect Save-as-PDF and Print-to-Ps+Distill (unless you have a newer version of the full Acrobat product).
    As it happens, I'm going to attempt something similar: FM 7.0 on Win7 64 Pro. However, I'm going to install that old FM in "XP Mode".
    XP Mode is a 32-bit virtual machine running actual Windows XP inside Win7. It is (now maybe "was") available for Windows 7 Enterprise, Professional and Ultimate (but not Basic, Home or not-so-Premium). When XP went off support life earlier this month, Mr.Bill may have taken down the ability  to download XP Mode (or not, since some large enterprises are able to  purchase continued support for XP at some great cost). XP Mode never was supported for Win8. There are other VMs for Windows available.
    If XP Mode is still available, you also need a CPU that has hardware virtualization, which all recent 64-bit AMD processors do, but which is fused-off in many low end 64-bit Intel processors. AMD processors need a separate unobvious hot-fix patch installed before you do anything else about XP Mode.

  • How to replace system fonts with type 1 version

    Can system font Helvetica be replaced with the PostScript Type 1 (Older) Version?
    Can a system font be deleted?
    System: iMac 2012, OS X 10.8.2, Output Device: PostScript Level 1 Imagesetter
    We are trying to pring Helvetica to a PostScript Level 1 device
    and do not want to convert system font to outlines in Illustrator in order to print
    to our output device as we would loose all editing capabilities.
    Our device will not accept TrueType or OpenType fonts only Type 1 fonts.
    Please explain if possible

    Same problem! The only solution I found is to prepare a textbox in a new file with all the font you need. Copy and past in the file you need to change font. Go to type/risolve missing font. Will open the same window in the pic you pasted. Then you find the font in the dropdown menu. I have to change all the Helvetica family ...it's a long go. If some one could save me. Hope to be usefull to your problem.

  • System fonts recognition

    Muse do not see ANY system fonts on my computer! ((( I even do not have that category "system fonts" in Muse fonts collection. When I tried to import the new font Muse give me an error about the WOFF file, I click choose button but in the list there is no my font here(((Please help me! Why that could happen and what can try to do to resolve that problem!!

    I use Window 7

  • I accidently deleted system fonts. Now I can't see desktop folders.

    I accidentally deleted my system fonts (don't ask), so my Mac starts up, I'm able  to log in, but only get a desktop picture with no folders or dock. I also was unable to boot up with the install disc. I CAN network into my computer remotely with my wife's mac via ethernet, and I can navigate to my empty system fonts folder, but I'm unable to drag the fonts back into the system fonts folder becuause I don't have permissions. Is there a way to override the permissions via the networked mac, maybe through the terminal? Thanks very much for any help.

    Backups? your DVD to reinstall. Setup a new drive or partition and install system and then Setup Assistant will pull the old good parts over.
    If you have backups, add a bootable backup "clone" and if not, once you do have a system, start using. Only need to clone the system 'as needed' before updates or making changes.   Even accidental changes.
    Install or Reinstall Mavericks or Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because
    the following procedure will remove everything from the hard drive.
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    About TimeMachine backups and Recovery Mode
    http://support.apple.com/kb/HT1427
    http://www.apple.com/osx/recovery/
    OS X Lion and later let you:
    Start from OS X Recovery using your Time Machine backup disk. With OS X v10.7.3 and later, Time Machine backs up the Recovery System on your Mac to your backup drive as well. This lets you use your Time Machine drive to start up your Mac if needed.
    OS X Recovery:
    http://support.apple.com/kb/ht4718
    Clone your system:
    How to Clone a Volume
    Using Cloning as a Backup Strategy
    See also Erasing a Drive, How and Why to Partition a Drive, RAID.
    http://www.macupdate.com/app/mac/7032/carbon-copy-cloner
    Using Cloning as a Backup Strategy
    http://macperformanceguide.com/Mac-HowToClone.html

  • How to increase system font size in Lion

    I just bought a new imac 27 inches display. At full resolution the font are sooo tiny. How can you increase the size of these system fonts without affecting the resolution?

    You can use Tinkertool to change the system font size.

Maybe you are looking for

  • BBP_PD

    Hello All....... please help me in understanding the screen bbp_pd, there are many things in that...looks like a big treasure. but i am unable to understand that. please tell me the important and useful things,what and where to look up.I didnt get th

  • Can I postpone music from one iTunes library to another?

    Recently I got a new computer and I was wondering if it's possible to postpone my music from the old to the new iTunes. I wouldn't like to keep the old computer only to use the old iTunes. I've already tried to copy it to a memory stick and put it on

  • How can I reset my iCloud account without deleting all my contacts and photos on my iPhone.

    How can I reset my iCloud account without losing all my photos and contacts on my phone. I just want to clean up my iCloud.

  • Problem in Summing the value in one internal table. Its very urgent.

    Hi Experts, I have 10 fields in one internal table and based on the 8th field changing, I have to sum the 3rd field. I am unable to use AT END OF <FIELD8>, because any of the fields from 1 to 7 are changing, then this control break statement triggeri

  • New Stream API and I/O streams - Any overlap?

    I know the new Stream API is for processing object streams, often from collections. But is this notion applicable to I/O streams, too? It definitely seems compelling to use a functional approach to I/O streams that supports parallelism. Let me know i