Font selections displayed wrong after installing Infinality

Not sure where I went wrong but now when I choose a font in some apps (hexchat and xfce4-terminal at the moment), the font that I selected will not be the one that the app shows I selected. It appears that the correct font is being used after the selection however.
Here are the contents of /etc/fonts/fonts.conf if that helps:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>
<!--
DO NOT EDIT THIS FILE.
IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
LOCAL CHANGES BELONG IN 'local.conf'.
The intent of this standard configuration file is to be adequate for
most environments. If you have a reasonably normal environment and
have found problems with this configuration, they are probably
things that others will also want fixed. Please submit any
problems to the fontconfig bugzilla system located at fontconfig.org
Note that the normal 'make install' procedure for fontconfig is to
replace any existing fonts.conf file with the new version. Place
any local customizations in local.conf which this file references.
Keith Packard
-->
<!-- Set DPI. dpi should be set in ~/.Xresources to 96 -->
<!-- Setting to 72 here makes the px to pt conversions work better
(Chrome/Chromium). Some may need to set this to 96, though.
Uncomment the rule below in case of Chrome/Chromium px to pt
conversion issues. -->
<!--match target="pattern">
<edit name="dpi" mode="assign">
<double>72</double>
</edit>
</match-->
<!-- Font directory list -->
<dir>/usr/share/fonts</dir>
<dir>/usr/share/fonts</dir>
<dir prefix="xdg">fonts</dir>
<!-- the following element will be removed in the future -->
<dir>~/.fonts</dir>
<!--
Accept deprecated 'mono' alias, replacing it with 'monospace'
-->
<match target="pattern">
<test qual="any" name="family">
<string>mono</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>monospace</string>
</edit>
</match>
<!--
Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
-->
<match target="pattern">
<test qual="any" name="family">
<string>sans serif</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>sans-serif</string>
</edit>
</match>
<!--
Accept deprecated 'sans' alias, replacing it with 'sans-serif'
-->
<match target="pattern">
<test qual="any" name="family">
<string>sans</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>sans-serif</string>
</edit>
</match>
<!--
Load local system customization file
-->
<include ignore_missing="yes">conf.d</include>
<!-- Font cache directory list -->
<cachedir>/var/cache/fontconfig</cachedir>
<cachedir prefix="xdg">fontconfig</cachedir>
<!-- the following element will be removed in the future -->
<cachedir>~/.fontconfig</cachedir>
<config>
<!--
These are the default Unicode chars that are expected to be blank
in fonts. All other blank chars are assumed to be broken and
won't appear in the resulting charsets
-->
<blank>
<int>0x0020</int> <!-- SPACE -->
<int>0x00A0</int> <!-- NO-BREAK SPACE -->
<int>0x00AD</int> <!-- SOFT HYPHEN -->
<int>0x034F</int> <!-- COMBINING GRAPHEME JOINER -->
<int>0x0600</int> <!-- ARABIC NUMBER SIGN -->
<int>0x0601</int> <!-- ARABIC SIGN SANAH -->
<int>0x0602</int> <!-- ARABIC FOOTNOTE MARKER -->
<int>0x0603</int> <!-- ARABIC SIGN SAFHA -->
<int>0x06DD</int> <!-- ARABIC END OF AYAH -->
<int>0x070F</int> <!-- SYRIAC ABBREVIATION MARK -->
<int>0x115F</int> <!-- HANGUL CHOSEONG FILLER -->
<int>0x1160</int> <!-- HANGUL JUNGSEONG FILLER -->
<int>0x1680</int> <!-- OGHAM SPACE MARK -->
<int>0x17B4</int> <!-- KHMER VOWEL INHERENT AQ -->
<int>0x17B5</int> <!-- KHMER VOWEL INHERENT AA -->
<int>0x180E</int> <!-- MONGOLIAN VOWEL SEPARATOR -->
<int>0x2000</int> <!-- EN QUAD -->
<int>0x2001</int> <!-- EM QUAD -->
<int>0x2002</int> <!-- EN SPACE -->
<int>0x2003</int> <!-- EM SPACE -->
<int>0x2004</int> <!-- THREE-PER-EM SPACE -->
<int>0x2005</int> <!-- FOUR-PER-EM SPACE -->
<int>0x2006</int> <!-- SIX-PER-EM SPACE -->
<int>0x2007</int> <!-- FIGURE SPACE -->
<int>0x2008</int> <!-- PUNCTUATION SPACE -->
<int>0x2009</int> <!-- THIN SPACE -->
<int>0x200A</int> <!-- HAIR SPACE -->
<int>0x200B</int> <!-- ZERO WIDTH SPACE -->
<int>0x200C</int> <!-- ZERO WIDTH NON-JOINER -->
<int>0x200D</int> <!-- ZERO WIDTH JOINER -->
<int>0x200E</int> <!-- LEFT-TO-RIGHT MARK -->
<int>0x200F</int> <!-- RIGHT-TO-LEFT MARK -->
<int>0x2028</int> <!-- LINE SEPARATOR -->
<int>0x2029</int> <!-- PARAGRAPH SEPARATOR -->
<int>0x202A</int> <!-- LEFT-TO-RIGHT EMBEDDING -->
<int>0x202B</int> <!-- RIGHT-TO-LEFT EMBEDDING -->
<int>0x202C</int> <!-- POP DIRECTIONAL FORMATTING -->
<int>0x202D</int> <!-- LEFT-TO-RIGHT OVERRIDE -->
<int>0x202E</int> <!-- RIGHT-TO-LEFT OVERRIDE -->
<int>0x202F</int> <!-- NARROW NO-BREAK SPACE -->
<int>0x205F</int> <!-- MEDIUM MATHEMATICAL SPACE -->
<int>0x2060</int> <!-- WORD JOINER -->
<int>0x2061</int> <!-- FUNCTION APPLICATION -->
<int>0x2062</int> <!-- INVISIBLE TIMES -->
<int>0x2063</int> <!-- INVISIBLE SEPARATOR -->
<int>0x206A</int> <!-- INHIBIT SYMMETRIC SWAPPING -->
<int>0x206B</int> <!-- ACTIVATE SYMMETRIC SWAPPING -->
<int>0x206C</int> <!-- INHIBIT ARABIC FORM SHAPING -->
<int>0x206D</int> <!-- ACTIVATE ARABIC FORM SHAPING -->
<int>0x206E</int> <!-- NATIONAL DIGIT SHAPES -->
<int>0x206F</int> <!-- NOMINAL DIGIT SHAPES -->
<int>0x2800</int> <!-- BRAILLE PATTERN BLANK -->
<int>0x3000</int> <!-- IDEOGRAPHIC SPACE -->
<int>0x3164</int> <!-- HANGUL FILLER -->
<int>0xFEFF</int> <!-- ZERO WIDTH NO-BREAK SPACE -->
<int>0xFFA0</int> <!-- HALFWIDTH HANGUL FILLER -->
<int>0xFFF9</int> <!-- INTERLINEAR ANNOTATION ANCHOR -->
<int>0xFFFA</int> <!-- INTERLINEAR ANNOTATION SEPARATOR -->
<int>0xFFFB</int> <!-- INTERLINEAR ANNOTATION TERMINATOR -->
</blank>
<!--
Rescan configuration every 30 seconds when FcFontSetList is called
-->
<rescan>
<int>30</int>
</rescan>
</config>
</fontconfig>

Running
fc-cache -fr
seemed to fix it. Solved.

Similar Messages

  • Display problems after installing 10.5.2 and the leopard graphics update

    Shortly after installing the leopard graphics update, my display started exhibiting problems.
    The next day, the powerbook wouldn't even boot, just leaving me at a blue screen.
    I tried verifying permissions and verifying disk, reinstalling leopard and eventually did a fresh install of Tiger, which boots, but crashes frequently and has graphics corruption as visible in this screenshot:
    http://pics.livejournal.com/dorukai/pic/000fw0hw
    The same corruption is visible on a second monitor if I connect one.
    The timing (being right after installing the graphics update) suggests that the update somehow caused this problem (flashing the video card firmware maybe?) but any ideas at all are very welcome at this point!
    Unfortunately after installing Tiger I kept getting updates, and one has broken the ability to boot normally, I can only boot in safe mode

    I have the same problem. It happened right after I installed the graphics update. When the computer restarted, my screen went crazy. I couldn't see anything, just a screen full of horizontal lines. After restarting a couple of times it seemed to go away, but it has begun to happen again recently. although not as bad yet. I am not saying it's not a logic board issue, but it does seem funny that more than one person is experiencing the same type of problem after the graphics update. I guess it's time to take a trip to the apple store.

  • Fonts not displaying properly after 10.0 update (Mac OS X)

    After I updated to Firefox 10.0, almost all websites now default to Times Roman, even after I have set Helvetica as my default font as well as have checked "allow pages to choose their own fonts".
    I tried trashing prefs, reinstalling the previous version of FF but to no avail.
    Never had this issue before and all fonts are displaying properly in Safari and Chrome.
    Any ideas?

    Ok repaired permissions and now ''some'' fonts display properly but some are still times roman. Even explicitly setting fonts in Firebug doesn't change them...

  • Display error after installing OSX Mountain Lion

    after installing the new OS X 10.8 a rectangle appears around the cursor : how do i get rid of this ?

    Look in System Preferences > Accessibility > Zoom on left > More Options... button > uncheck Show preview rectangle when zoomed out.

  • Macbook Air Late 2010 display flickers after installing Yosemite

    Hi !
    I'm from Germany.
    i have upgraded my Macbook Air, Late 2010 from Mountain Lion to Yosemite last Saturday.
    The Installation works fine. At the first Time i have no problems, but:
    One Day later i start my Macbook Air normally. Now the left side of the screen is flickering.
    There are vertical lines to see. The right side of the integrated screen is ok.
    i have resetted the SMC and the Power Management.
    Please help, what can i do ?
    Greetings
    iRoGo

    I noticed a similar issue with my MBA 2012 after installing Yosemite. The screen flickers slightly most of the time now. It's more noticeable with dark backgrounds. It almost 'vibrates' and is very annoying. Reminds me of an old monitor with a low refresh rate. I reset the SMC, PRAM, etc. and contacted Apple, who had me go through the same steps. The flickering is still present when booted into Recovery Mode. When I boot into Safe Mode the issue gets dramatically worse and I see screen artifacts like iRoGo describes -- parts of the screen blanking out, whole screen/parts of the screen flickering on and off, lines appearing, etc. It's basically unusable in Safe Mode.
    At this point the issue seems to be hardware-related (i.e. issue persists in even in Recovery Mode), but I'm suspicious seeing that it manifested right after installing Yosemite. I will be bringing my MBA to Apple for service later this week...

  • Display issues after installing Mavericks

    Have an iMac mid 2007 and installed Mavericks. However am noticing areas on the screen where there are moving diagonal lines (the best way I can describe it) and also on certain background colours like light grey there is a horizontal pin stripping effect.
    I have reinstalled a clean copy of Mavericks twice and also reinstalled a clean copy of Mountain Lion to check for this issue but no sign of it in Mountain Lion at all.
    Have been on to AppleCare and they have had me reset the SMC and PRAM and also repair permissions and repair disk as general troubleshooting but the problem still persists. They have said to try downloading the installer again for Mavericks, which I am currently doing, incase there is something wrong the first copy although installed and works fine on my MacBook.
    Just wondered if anyone else had had this issue either using an iMac Mid 2007 with the ATI Radeon HD 2600 Pro 256mb or later model?
    I am wondering if it may be something to do with the driver included with Mavericks for my graphics card?
    Thanks for any help anyone can give.

    We are experiencing the same problems here. One iMac 2007 has the ATI Radeon HD 2600 Pro 256 MB and it seems even worse on the iMac early 2008 with ATI Radeon HD 2400 XT 128 MB.
    After a bit of research, I first thought this had to do with the massive changes affecting color management and color profiles in Mavericks - but saturation and contrast seem to be another subject, as no one mentioned the moving lines/moiree/stripes in those discussions (i. e. https://discussions.apple.com/message/23530727#23530727).
    Calibrating the monitor with advanced settings at least helped reduce the moiree and stripes in the majority of cases for me. I went to System Preferences > Displays > Color > Calibrate and enabled the checkbox to see all advanced settings. Choosing a "gamma correction" of 1,94 reduced a lot of the noise, although I am considering switching back to Lion until a proper fix is delivered. What a nuisance!

  • InDesign CS6 won't package fonts or package anything after installing OSx mavericks - Client is waiting

    Pre-Mavericks I had zero problems packaging my INDD files in Adobe InDesign CS6 with all fonts and links intact. Now, when I go to package the same files I successfully packaged last year under Lion, InDesign tells me the fonts can't be packaged (and doesn't package anything else either). My client is becoming very frustrated so I would really appreciate some help from Adobe in solving this problem as soon as possible.

    Thank you Willi for responding.
    Which fonts are affected? - I'm assuming all of the fonts are affected since no fonts are able to be packaged.
    Are all used fonts installed? - Yes
    Did you have your fonts in a Document Fonts folder beside your old file and saved your new document on a different place? - Before I upgraded to Mavericks I was able to package everything for this exact same file so I do have fonts in the packaged folder (referring to my 2013 file) so even though the fonts aren't in a Documents folder (they are inside the package "Fonts" folder) so I think the answer to your question is yes.
    Does your font folder have the same permession as the folder before? - I believe so because I never changed the permissions for the fonts
    Do you use CS6 as part of the Creative Cloud and are you using TypeKit fonts? Or are you using the boxed version? - I am trying to avoid using Creative Cloud since I already have CS6 that I have already paid for. What I am reading on the internet, however, is that Adobe is forcing people to move over to CC when they upgrade to Mavericks due to problems like I am having now. I am not sure if this is true/untrue but I am definitely concerned. I can not afford right now to start paying a monthly fee (especially after I have already paid for CS6). I am using a boxed version of CS6 and I am not using TypeKit fonts.

  • Display Problems After Installing Graphics Card Drivers

    Hi, I was wondering if anyone can help with a problem that's got me stumped?
    I've just upgraded my pc (CPU, Motherboard, Memory, Hard Drive, Sound Card, Monitor) - the only things that haven't changed are my graphics card and PSU.
    I've built the system, installed windows and the motherboard drivers, which all work correctly.  But after I install the graphics card drivers and reboot, the display becomes all scrambled when it loads into windows.  The display is fine with the initial boot and up until the Windows XP screen, with the moving bar comes up.
    The graphics card was fine in my previous system and I have tried my old monitor, but neither works.  I've updated the BIOS, using the MSI Live Update program and have also tried various versions of the nVidia drivers (including the latest).
    Any help would be appreciated.
    Thanks in advance.
    ****UPDATE****
    I've now managed to install the nVidia drivers and now windows loads normally, but after a short amount of time the screen scrambles again. 

    I have the same problem. It happened right after I installed the graphics update. When the computer restarted, my screen went crazy. I couldn't see anything, just a screen full of horizontal lines. After restarting a couple of times it seemed to go away, but it has begun to happen again recently. although not as bad yet. I am not saying it's not a logic board issue, but it does seem funny that more than one person is experiencing the same type of problem after the graphics update. I guess it's time to take a trip to the apple store.

  • MBP retina: can't switch display resolution after installed switchresx

    Hi all,
    I installed switchresx 4.3.1 to try native resolution 2880x1800.
    After that, I uninstalled switchresx, but now I can't change resolution from displays preferences pane in Lion: it' stuck on "more space", and preference pane says "Looks like 1440 x 900" instead of 1920x1200, as shown in image.
    If i try to press other buttons nothing happens.
    Is there any file that has been modified or deleted installing switchresx?
    Any suggestion how to get it work again?
    Best regards,
    Alessandro

    I managed to find the issue:
    the file /System/Library/Displays/Overrides/DisplayVendorID-610/DisplayProductID-a00 was deleted.
    Here is a copy of the original one: created it and the problem was fixed.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
            <key>IOGFlags</key>
            <integer>4</integer>
            <key>scale-resolutions</key>
            <array>
            <!-- internal panel modes AND modes mirroring external panels (but not kDisplayModeValidForMirroringFlag)  " -->
            <!--    This list includes sizes that overlap between and preferred sizes the internal panel and common matches for external displays" -->
            <!--    If the internal panel does not need a sizes then set kDisplayModeValidForMirroringFlag and move them down to that list " -->
                    <data>AAAPAAAACWAAAAAB</data>                           <!-- 3840x2400 internal 16x10 1920x1200 -->
                    <data>AAANIAAACDQAAAAB</data>                           <!-- 3360x2100 internal 16x10 1680x1050 -->
                    <data>AAAKAAAABkAAAAAB</data>                           <!-- 2650x1600 internal mirror 16x10 to mirror to external 30" -->
                    <data>AAAIAAAABQAAAAAB</data>                           <!-- 2048x1280 internal 16x10 1680x1050 21" -->
                    <data>AAAEAAAAAwAAAAAB</data>                           <!-- 1024x768  internal mirror 4x3   compatibility -->
                    <data>AAADIAAAAlgAAAAB</data>                           <!--  800x600  internal mirror 4x3   compatibility -->
                    <data>AAACgAAAAeAAAAAB</data>                           <!--  640x480  internal mirror 4x3   compatibility -->
            <!-- internal panel to mirror to common external displays (best for external - kDisplayModeValidForMirroringFlag) " -->
                    <!-- already present above -->                          <!-- 2650x1600 internal mirror 16x10 to mirror to external 30" -->
                    <data>AAAKAAAABaAAAAABACAAAA==</data>           <!-- 2650x1440 internal mirror 16x9  to mirror to external 27" -->
                    <data>AAAHgAAABLAAAAABACAAAA==</data>           <!-- 1920x1200 internal mirror 16x10 to mirror to external 21" -->
                    <data>AAAHgAAABDgAAAABACAAAA==</data>           <!-- 1920x1080 internal mirror 16x9  to mirror to external 1080p -->
                    <data>AAAFAAAAAtAAAAABACAAAA==</data>           <!-- 1280x720  internal mirror 16x9  to mirror to external  720p -->
            <!-- internal panel low-resolution modes (game compatibility) " -->
                    <!-- already present above -->                          <!-- 1920x1200 internal low-res 16x10 upscale mode -->
                    <data>AAAGkAAABBoAAAAB</data>                           <!-- 1650x1050 internal low-res 16x10 upscale mode -->
                    <data>AAAFoAAAA4QAAAAB</data>                           <!-- 1140x900  internal low-res 16x10 upscale mode -->
                    <data>AAAFAAAAAyAAAAAB</data>                           <!-- 1280x800  internal low-res 16x10 upscale mode -->
            <!-- EXTERNAL panels to mirror to internal displays (best for internal) " -->
                    <data>AAAPAAAACWAAAAAJAKAAAA==</data>           <!-- 3840x2400 mirror external panels to internal (include 2x) -->
                    <data>AAANIAAACDQAAAAJAKAAAA==</data>           <!-- 3360x2100 mirror external panels to internal (include 2x) -->
                    <data>AAALQAAABwgAAAAJAKAAAA==</data>           <!-- 2880x1800 mirror external panels to internal (include 2x) -->
                    <data>AAAKAAAABkAAAAAJAKAAAA==</data>           <!-- 2650x1600 mirror external panels to internal (include 2x) -->
                    <data>AAAHgAAABLAAAAAJAKAAAA==</data>           <!-- 1920x1200 mirror external panels to internal (include 2x) -->
                    <data>AAAHgAAABDgAAAAJACAAAA==</data>           <!-- 1920x1080 mirror external panels to internal 1080p (no 2x) -->
                    <data>AAAFAAAAAtAAAAAJACAAAA==</data>           <!-- 1280x720  mirror external panels to internal  720p (no 2x) -->
            </array>
    </dict>
    </plist>

  • Fonts disappeared in Photoshop after install

    All of the fonts I'd installed over time into Photoshop (from CS6) are no longer available. How do I get them back?
    Thank you,
    ZP

    I strongly recommend you try to get to the bottom of why you're having a "malfunction" rather than try to delete protected system fonts.  Windows protects those fonts for a reason, and trying to remove them WILL net you other problems.
    For what it's worth, the fonts you have named all work great on my Windows 7 system in Photoshop, so there's some specific problem with your setup (Photoshop?  Your system?) that you really need to solve.
    Not having seen the particular problem you're reporting, I don't really know how to tell you to get more information, but I definitely advise you to try to solve that problem directly and not delete the fonts.
    Because you've already removed the above fonts, I suspect at some point you may need to reinstall windows (although it may have restored them automatically).  I recommend you run the command SFC /SCANNOW /VERIFYONLY on your system (from a CMD window started as Administrator).  Windows will tell you whether it is in need of repair.
    -Noel

  • [solved]display problems after installing nvidia driver

    hi
    i have nvidia geforce 8400 gs card, after i uninstalled all other drivers, installed nvidia,nvidia-utils, then nvidia-config,then installed vpdau-video,then restart
    i noticed that hardware and deamon checks screen after boot became huge letters as if no driver installed yet, and when i run lxterminal i noticed black window on the top left of the screen exactly the same size as the terminal window, and when i browse using chromium and the page contains flash video, the video window image stays on the screen.
    Last edited by shalaby (2011-05-02 15:33:41)

    I think current nvidia driver is broken - I have these black windows at some rare situations also (under KDE without effects; no under OpenBox). IIRC, nvidia developers mentioned somewhere in Arch bugs system they are aware of the problem.

  • Font hiccups in CS5 after installing mountain lion

    Recenlyt installed Mountain lion, went fairly well, a few glitches that disappeared on restarting, but generally ok. Until I opened Illustrator cs5 to correct a pdf file. The original file had used Garamond and I was told it was not found and was replaced. The ttf font is in my folder and shows in illustrator with a star next it. I had to replace the font with another ''adobe garamond" which wasnt a particular problem but can foresee it becoming a more tricky issue in other cases.
    I did in the process discover the hidden library folder with all my fonts in, which was a moment of confusion when trying to install a new one, havent tried again so far. Should I remove the garamond file and re install it? Does any one know why this is happening? Helvetica neue was removed on installation and that caused the same problem in illustrator, should I reinstall?
    I only use font book no other font management software.
    Any replies will be gratefully recieved.
    Angie

    While we all have MacBooks in this forum not all of us use BootCamp. There's a BootCamp Support Community where everybody uses BootCamp. You should also post this question there to increase your chances of getting an answer.
    https://discussions.apple.com/community/windows_software/boot_camp

  • SC  STATUS DISPLAYED  WRONGLY  AFTER  REJECTION

    Hi All,
       I have implemented the BADI BBP_WFL_APPROV_BADI for n-level SC approval WF ws14000133.Now my problem is when the approver rejects the Witem,the witem doesnt go back to the requestor for accepting the changes for the rejected Witem.
      Also the Witem (after rejecting teh complete SC)does *** back to the requestor..but with the status "Awaiting appproval" instead of "In your Inbox".
    Also when I see the Approval Preview for that SC,it shows that the SC is approved instead of rejected.
      With the note 790027 the status is getting updated but not the apporval preview.
    Has anybody across such problem?
    Regards,
    Disha.

    Hi,
    Refer to the OSS note 962488 and implement and refer to
    FM    :  SWD_WFD_REPLICATE_FROM_9999 
    which may help to solve your problem.
    Reg.,
    Sridhar.

  • Preview app and retina display problem after installing Maverick

    Hi everyone, i upgraded to Maverick yesterday and i now have a problem with the software "Preview 7.0". I've got a macbook pro 13" retina.
    Before Maverick i could visualise image in high resolution using Preview, and the 100% view was showing the image full quality. Now my Preview software acts like i'm not on retina and i can only visualise my images with the resolution of a standard monitor.
    Does it make sense ? Please help !!!

    I'm having the same issue with Preview not displaying images at the correct resolution.  If you also look at the info in Preview, there are metadata issues showing up.  Under "Creator's Contact Info" this is the info displayed.
    Creator's Contact Info: , CiAdrCtry, CiAdrExtadr, CiTelWork, CiUrlWork, CiAdrPcode, CiAdrRegion, CiAdrCity, CiEmailWork
    Something is broken with the program.
    Macbook pro retina 15" (late 2012)

  • Display flipped after installing FB 4.5

    I'm sorry to report something so deeply weird, but yesterday I installed the FB 4.5 trial and afterward my application, which is built in FB 4.0, got flipped horizontally. Here's a screenshot in case you don't believe me.
    I uninstalled Flash Builder 4.5 and the problem remains. Any ideas?
    Thanks,
    Adam

    In case any of Adobe's other customers find this through Google, before you get frustrated by Adobe's awful customer support for sending you to Google instead of providing a direct link to the answer, here is the answer:
    Add the following as the first child element to your <s:Application>:
        <fx:Style>
            @namespace s "library://ns.adobe.com/flex/spark";
            @namespace mx "library://ns.adobe.com/flex/mx";
            global {
                layoutDirection: "ltr";
        </fx:Style>
    I think the link that the support professional wanted to provide is http://stackoverflow.com/questions/5019870/intermittent-right-to-left-mirroring-of-ui-and- text .
    Cheers!
    Adam

Maybe you are looking for