Tiger becoming more picky about fonts?

Background: I have a lot of fonts installed. It would not surprise me at all to learn that some of them are defective.
I have not, however, installed any very recently. Suddenly, the System and Console logs were full of complaints about bad fonts being detected. Using Font Book to identify problematic fonts and placing those in quarantine has stopped the error messages, but I wondered why the fonts should suddenly be an issue when they were not before? It isn't linked to attempts to use those fonts or anything like that, and the errors showed up in all kinds of applications. It just seemed odd that the system would suddenly notice issues.
I'm also sure it is not due to the fonts being corrupted. Many of these are also installed for use by LaTeX and the copies there seem to be the same as the copies in the main font folders. It seems unlikely that those copies would have been corrupted in just the same ways as the main system copies.
- cfr

Thanks. Here's what I tried:
1. used Font Book to validate fonts & moved all those it found errors in to another directory (so they don't show up in Font Book now and are effectively disabled)
-> error messages stopped
2. used Font Book / manually resolved duplicates (I have one remaining duplicate which isn't actually a duplicate - not sure what to do about that)
3. disabled a great many fonts in Font Book (but all fonts in /System/Library/Fonts are enabled and all Apple supplied fonts in /Library/Fonts are enabled)
-> thought problem was solved
-> errors reappearing in logs but are Spotlight-specific e.g. "/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metada ta.framework/Versions/A/Support/mdimportserver: Unable to use font: no glyphs present." etc.
-- I'm wondering if Spotlight is running into errors because it is also trying to index the problematic fonts which I'd moved out of the Fonts folders...?
4. use Font Book to validate fonts
-> no errors or warnings in Font Book but I see several errors in the system log file such as '/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /ATS.framework/Versions/A/Support/FontValidator: "pathtofontsfolder/Fonts/_MS-Fonts/Batang.ttf" contains localized PostScript name.'
Suggestions and/or insight welcome!
- cfr

Similar Messages

  • I am just starting out in graphic design and I wanted to know how to get more involved with either adobe and or graphic design? I am really very interested in working with adobe and graphic design more and becoming more involved with both!!

    I am just starting out in graphic design and I wanted to know how to get more involved with either adobe and or graphic design? I am really very interested in working with adobe and graphic design more and becoming more involved with both!!

    I have now recently downloaded 10.0.2 which is confusing in itself, as, as far as I can ascertain that is actually version 11, but I'm not even sure about that.
    Version 10.0.2 is the newest version and the successor to GarageBand '11 (version 6.0.5).
    The '11 is referring to the iLife '11 suit of multimedia application - the older GarageBand was a part of this bundle.
    Have a look at Edgar's graphical enhanced manuals, the explain very detailed how things work and why. You can buy them as iBooks from the iBook store or directly from the page:
    http://DingDingMusic.com/Manuals/

  • Just another issue about fonts and Firefox

    Hello
    I know that new topic about fonts, firefox etc. shows once at week but ...
    See at my probem:
    Firefox@ArchLinux part 1
    http://img265.imageshack.us/img265/4097/linuxl.png
    Firefox@Windows 7 part1
    http://img21.imageshack.us/img21/4931/beztytuujvc.jpg
    Firefox@Archlinux part2
    http://img265.imageshack.us/img265/4615/linux2.png
    Firefox@Windows 7 part2
    http://img515.imageshack.us/img515/2271/schowek01l.jpg
    Firefox@Archlinux part3
    http://img252.imageshack.us/img252/574/linux3.png
    Firefox@Windows7 part3
    http://img526.imageshack.us/img526/6428/schowek01g.jpg
    Like you saw in images above, page under Firefox at my Arch looks ugly, but not every (eg like http://bbs.archlinux.org looks okay).
    My ~/.fonts.conf. (It's from this forum, i think from user @berbs - his one of xorg_font guru )
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <!-- Info:
    xeffects thread: http://forums.gentoo.org/viewtopic-t-511382.html
    http://wiki.archlinux.org/index.php/XOrg_Font_Configuration
    http://antigrain.com/research/font_rasterization/index.html
    http://fontconfig.org/fontconfig-user.html -->
    <!-- http://bugs.gentoo.org/show_bug.cgi?id=130466 -->
    <alias>
    <family>serif</family>
    <prefer>
    <family>DejaVu Serif</family>
    <family>Bitstream Vera Serif</family>
    </prefer>
    </alias>
    <alias>
    <family>sans-serif</family>
    <prefer>
    <family>DejaVu Sans</family>
    <family>Bitstream Vera Sans</family>
    <family>Verdana</family>
    <family>Arial</family>
    </prefer>
    </alias>
    <alias>
    <family>monospace</family>
    <prefer>
    <family>DejaVu Sans Mono</family>
    <family>Bitstream Vera Sans Mono</family>
    </prefer>
    </alias>
    <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. -->
    <selectfont>
    <rejectfont>
    <pattern>
    <patelt name="scalable">
    <bool>false</bool>
    </patelt>
    </pattern>
    </rejectfont>
    </selectfont>
    <!-- Replace Luxi Sans with a better-looking font - looks terrible at e.g. http://market-ticker.org/ -->
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Luxi Sans</string>
    </test>
    <edit name="family" mode="assign">
    <string>Liberation Sans</string>
    </edit>
    </match>
    <!-- To fix Calibri font - http://forums.fedoraforum.org/showthread.php?p=1045807#post1045807 -->
    <match target="font">
    <edit name="embeddedbitmap" mode="assign">
    <bool>false</bool>
    </edit>
    </match>
    <!-- Replace Calibri font - http://www.funtoo.org/css/article.css
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Calibri</string>
    </test>
    <edit name="family" mode="assign">
    <string>Trebuchet MS</string>
    </edit>
    </match>
    -->
    <match target="pattern" name="family">
    <test qual="any" name="family"><string>fixed</string></test>
    <edit name="family" mode="assign"><string>monospace</string></edit>
    </match>
    <!-- Ubuntu options: lcdnone, lcddefault, lcdlight, lcdlegacy -->
    <!-- hintnone, hintslight, hintmedium, hintfull -->
    <!-- Keep autohint off -->
    <!-- Blurry fonts: Try rgb, bgr, vrgb, vbgr for "rgba" -->
    <!-- Blurry: http://forums.gentoo.org/viewtopic-p-5060979.html#5060979 -->
    <match target="font">
    <edit name="rgba" mode="assign"><const>rgb</const></edit>
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
    <edit name="antialias" mode="assign"><bool>true</bool></edit>
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintmedium</const></edit>
    <edit name="lcdfilter" mode="assign"><const>lcddefault</const></edit>
    </match>
    <!-- http://bbs.archlinux.org/viewtopic.php?id=46480 Rubbish font anyway -->
    <!--
    <match target="pattern">
    <test name="family" compare="eq"><string>ProggyCleanTTSZ</string></test>
    <edit name="pixelsize" mode="assign"><double>16</double></edit>
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
    <edit name="antialias" mode="assign"><bool>false</bool></edit>
    <edit name="hinting" mode="assign"><bool>false</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintnone</const></edit>
    </match>
    -->
    <!-- The bold variant is ugly, so replace it
    <match target="pattern">
    <test name="family" qual="any" compare="eq"><string>ProggyCleanTTSZ</string></test>
    <test name="weight" compare="more"><const>medium</const></test>
    <edit name="family" mode="assign"><string>Bitstream Vera Sans Mono</string></edit>
    <edit name="pixelsize" mode="assign"><double>10</double></edit>
    </match>
    -->
    <!-- Reduce hinting for bold fonts -->
    <match target="font">
    <test name="weight" compare="more"><const>medium</const></test>
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
    </match>
    <!-- Greyscale for small fonts
    <match target="font">
    <test name="size" compare="less_eq"><double>7</double></test>
    <edit name="rgba"><const>none</const></edit>
    </match>
    -->
    <!-- Tweak Courier -->
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Courier</string>
    </test>
    <edit name="lcdfilter" mode="assign"><const>lcdlegacy</const></edit>
    </match>
    <!-- Tweak Courier New -->
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Courier New</string>
    </test>
    <edit name="lcdfilter" mode="assign"><const>lcdlegacy</const></edit>
    </match>
    <!-- From http://forums.gentoo.org/viewtopic-t-511382-start-650.html
    To create difference between small Candara and small Candara bold -->
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Candara</string>
    </test>
    <test compare="less_eq" name="size">
    <double>10</double>
    </test>
    <test name="weight" compare="more">
    <const>medium</const>
    </test>
    <edit name="embolden" mode="assign">
    <bool>true</bool>
    </edit>
    </match>
    <!-- From http://www.fedoraforum.org/forum/showthread.php?t=186789&page=7 -->
    <match target="font">
    <test compare="eq" name="family">
    <string>Consolas</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintslight</const>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Inconsolata</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintslight</const>
    </edit>
    </match>
    <!-- From http://bugs.gentoo.org/show_bug.cgi?id=233729 -->
    <match target="font">
    <test compare="eq" name="family">
    <string>Andale Mono</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Arial</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Comic Sans MS</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Georgia</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Impact</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Times New Roman</string>
    </test>
    <!-- Looks better with lcdlegacy, e.g. http://www.billiardworld.com/glossary.html -->
    <edit name="lcdfilter" mode="assign"><const>lcdlegacy</const></edit>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Trebuchet MS</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Verdana</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Webdings</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    </match>
    </fontconfig>
    My xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder62) Wed May 27 01:58:49 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    DisplaySize 444 277 # 96 DPI @ 1680x1050
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoDDC" "true"
    Option "UseEdidDpi" "false"
    Option "DPI" "96 x 96"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable" # for 3D, alpha desktop effects
    EndSection
    Section "DRI"
    Mode 0666 # helps flash performance
    EndSection
    I even used cairo,libxft,... - hacks "-ubuntu", but my issue was still there Now I have clean that packages, without "-ubuntu".
    I've copied TTF fonts from W7 into my Arch.
    I have up to date system under Gnome 2.28.
    Sorry for my gramma

    Gen2ly wrote:adding a whole slew of things probably not doing much good
    Now, why on Earth would I do that? Think I'm creating this file at random?? I'm continually testing and refining the rules. The purpose of the rules is to compensate for fontconconfig's inability to do such tweaking automatically. The end result is that fonts look better - I'm surprised that I need to point this out, it should be blatantly obvious.
    hintslight should be used until the mid or up to the upper 100dpi range
    That's meaningless by itself, you must include pixelsize in the equation. The majority of Microsoft's fonts, as well as various other fonts, actually look better when small using hintfull.
    is a hack... Simplify, simplify, simplify.
    Well, yeah, of course, it would be great if fontconfig did all the tweaking for us - but it doesn't. Fonts vary greatly, so fontconfig needs to be told the best ways to render various fonts, at various sizes/weights. You don't seem to understand this point, judging by this and your other posts regarding fonts - same as skottish, IIRC. Don't you guys have eyes?
    Anyway, here's my current ~/.fonts.conf, which continues to be improved.

  • Orientation about font size

    Hi:
    This is my first post in this forum. I have this doubt. I start to create my first magazine, and I want to know what it's the right font size, or the most recomended size. When I add a text frame, I choose Arial at 10pt size. I have a 17'' laptop with 1366x768 and when I create a PDF I can read normally, but I wonder if this font size is the appropriated for a regular magazine. By the way I use InDesign CS5 and Windows Vista Home Premium 64bits.
    Would you be good enough to suggest me a regular font size?
    That's all.
    Please, sorry about my grammar.
    Regards from Lima, Perú

    Hi Maria,
    As Peter mentioned, font sizes (and fonts in general) are very relative. Having worked in publications and signage, myself, here are a few recommendations that I would have:
    - 11pt is usually a good starting point for something like a magazine (12pt can seem slightly too big, and 10pt can get a bit small - depending on the font)
    - Serif fonts are better for reading in a printed format (in general)
    - Sans-serif are better for reading in a digital format (in general)
    Fonts are really part of a much larger discussion (I've been a designer for 10 years and still learn something new about fonts almost every week). If you have any other questions or need more in-depth advice, just keep letting us know.

  • HT4865 So who believes Apple should be a bit more cautionary about the sharing of iMessages and other content when several members of a family share the same iCloud account and unknowing can audit each other's iMessages, Contacts, and god only knows what

    I think Apple should be a bit more cautionary about iCloud and privacy.  My family shares the same iCloud account as we all enjoy the music we collectively purchase on iTunes; we paid Apple for this feature with some kind of grouped account.  We didn't know, however that this joins our devices so that iMessages, contacts, pictures and just about everything else is shared too.  The unprivate default seems to be to share everything between all devices vs. to allow access by exception or by choice (or by password?).  Sure, when my kids get all my texts I can go figure out why and fix it but that is in my mind the antithesis of privacy and could be quite embarrassing for any family.  I guess it is good for stalking the kids or parents though if they don't know about the partyline approach to privacy.  Maybe a tech solution would be to have the iPhone show somehow the extent of its audience to its user.

    No argument from me about the vagaries of using and sharing Apple IDs.  This can lead to unintended consequences, especially in a family situation.
    If you're sharing the same ID for FaceTime, you might want to go to Settings>FaceTime, tap the ID, sign out, then sign in with separate IDs there too.  Otherwise, you'll end up getting each other's FaceTime calls.
    Also, if you need to migrate everyone's devices to separate iCloud accounts to keep your synced data separated, you can do this by saving any photo stream photos you wish to keep to your camera roll (unless already there) by opening your my photo stream album, tapping Select, tapping the photos, tap the share icon (box with upward facing arrow), then tapping Save to Camera Roll.  If you are syncing notes with iCloud, you'll need to open each of your notes and email them to yourself so you can later copy and paste the text into new notes created in your new account.  Then go to Settings>iCloud, tap Delete Account (which only deletes it from this device, not from iCloud), choose Keep on My iDevice and provide the password to turn off Find My iPhone.  Then sign back in with a different Apple ID to create your new account and choose Merge to upload your data.  Once everyone's devices are on separate accounts, you can go to icloud.com and delete each other's data from your accounts.

  • Is there another way of getting apps from the appstore without putting your credit card number in, ive heard about the itunes gift card thing can anybody just give me more info about that and how i can buy free things free things from the appstorepls help

    Is there another way of getting apps from the appstore without putting your credit card number in, ive heard about the itunes gift card thing can anybody just give me more info about that and how i can buy free things free things from the appstore...pls help as im only a teenager and have no credit credit and my parents dont trust me with theres and they dont care about the fact that you can set up a password/.... PLEASE SOMEONE HELP I WILL BE SO GRATEFUL... And i would really like to get the iphone 4 but if there is no way of etting apps without your credit number then i would have to get a samsung galaxy s3 maybe ...

    You can set up an Apple ID without a credit card.
    Create iTunes Store account without credit card - Support - Apple - http://support.apple.com/kb/ht2534

  • I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.

    I am using the Order Analysis Toolkit and want to get more information about the compensation for "Reference Signal Processing", which is scarce in the manuals, the website and the examples installed with the toolkit.
    In particular, I am analyzing the example "Even Angle Reference Signal Processing (Digital Tacho, DAQmx).vi", whose documentation I am reproducing in the following:
    <B>DESCRIPTIONS</B>:
    This VI demonstrates how to extract even angle reference signals and remove the slow-roll errors. It uses DAQmx VIs to acquire sound or vibration signals and a digital tachometer signal. This VI includes a two-step process: acquire data at low rotational speed to extract even angle reference; use the even angle reference to remove the errors in the vibration signal acquired at normal operation.
    <B>INSTRUCTIONS</B>:
    1. Run the VI.
    2. On the <B>DAQ Configurations</B> tab, specify the <B>sample rate</B>, <B>samples per channel</B>, device and channel configurations, and tachometer channel information.
    <B>NOTE</B>: You need to use DSA PXI-447x/PXI-446x and PXI TIO device in a PXI chassis to run this example. The DSA device must be in slot 2 of the PXI chassis.
    3. Switch to <B>Extract Even Angle Reference</B> tab. Specify the <B>number of samples to acquire</B> and the <B># of revs in reference</B> which determines the number of samples in even angle reference. Click <B>Start</B> to take a one-shot data acquisition of the vibration and tachometer signals. After the acquisition, you can see the extracted even angle references in <B>Even Angle Reference</B>.
    4. Switch to the <B>Remove Slow-roll Errors</B> tab. Click <B>Start</B> to acquire data continuously and view the compensate results. Click <B>Stop</B> in this tab to stop the acquisition.
    <B>ORDER ANALYSIS VIs USED IN THIS EXAMPLE</B>:
    1. SVL Scale Voltage to EU.vi
    2. OAT Digital Tacho Process.vi
    3. OAT Get Even Angle Reference.vi
    4. OAT Convert to Even Angle Signal.vi
    5. OAT Compensate Even Angle Signal.vi
    My question is: How is the synchronization produced at the time of the compensation ? How is it possible to eliminate the errors in a synchronized fashion with respect to the surface of the shaft bearing in mind that I am acquired data at a low rotation speed in order to get the "even angle reference" and then I use it to remove the errors in the vibration signal acquired at normal operation. In this application both operations are made in different acquisitions, therefore the reference of the correction signal is lost. Is it simply compensated without synchronizing ?
    Our application is based on FPGA and we need to clarity those aspects before implementing the procedure.
    Solved!
    Go to Solution.

    Hi CracKatoA.
    Take a look at the link bellow:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=255126&requireLogin=False
    Regards,
    Filipe Silva

  • Clicking on "View more information about this update" for 31.5.0 does nothing

    I got a pop-up today that Thunderbird 31.5.0 is available. I clicked on "View more information about this update" because that usually takes me to the release notes and I prefer to read about updates and download and install them myself, rather than have the system do it for me. (I do this so I can save previous versions in case I run into a problem with the latest and want to go back.) But when I clicked on "View more information about this update" nothing happened. It didn't switch over to the browser nor start loading the release notes.

    About 5-10 minutes after I had clicked on "View more information about this update" a few times (and had manually gone to https://www.mozilla.org/en-US/thunderbird/31.5.0/releasenotes/ and downloaded and was in the process of installing the new release), my browser opened up three tabs on that page. I guess it was just a very delayed response.

  • Do you have any more information about the Lightroom Mobile for tablet?  [was:Information]

    Hey just doing a check. In. Do you have any more information about the Lightroom app for tablet?  Like when it is coming out, what features will it have?  Because I can't Waite. Especially for editing a raw file on a tablet. Excited. 
    I do have a  Few questions. 1. Will the app have a library mode that allows the photographer to display the raw files  on the app like how photo shop touch does. Example. When your  import a photo from the iPad it shows up in the photo app that Apple makes. But when you take that photo into photo shop and save it as a psdx file, the project or photo does not show up in the original photo app by apple.
    2. Will the app use the smart previews when you import a raw file on to the iPad the same as you do with a computer? 
    3. Do you have to Waite to go home to edit a raw file or can you edit on the tablet once you import the photo from camera to iPad? Instead of going home import to computer into Lightroom 5, then to adobe cloud, then to iPad.
    4. Will the app display catalog, book, etc modes like Lightroom 5 has?

    At this stage, we don't know any more about Lightroom Mobile than Adobe revealed in Sep 2013
    http://laurashoe.com/2013/09/09/on-the-adobe-horizon-lightroom-mobile/
    Adobe will reveal more when they're good and ready.

  • I was updating software and suddenly my IPHONE  started asking for I tunes on mobile screen ,  how can  i  get by screen back or How i can restore without loosing data , I m more worried about data , Please help in resolutio

    i was updating software and suddenly my IPHONE  started asking for I tunes on mobile screen ,  how can  i  get by screen back or How i can restore without loosing data , I m more worried about data , Please help in resolutio

    What exactly are you seeing on the phone's screen ? If the iTunes icon and cable then the phone is in recovery mode, in which case it's too late to take a new backup or to copy any content off the phone - you will have to connect the phone to your computer's iTunes and reset it back to factory defaults, after which you can restore to the last backup that you took or just resync your content to it

  • Need more Info about HR Datasources to use in BI

    Hello,
    some one can give me more information about the HR Datasources and how to use in BI...
    Best Regards

    Dear Baris,
    Please check these links :
    http://help.sap.com/saphelp_nw04/helpdata/en/2a/77eb3cad744026e10000000a11405a/frameset.htm
    https://websmp201.sap-ag.de/~sapdownload/011000358700004478862001E
    /people/swapna.gollakota/blog/2008/01/14/one-stage-stop-to-know-all-about-bw-extractors-part1
    https://websmp201.sap-ag.de/~sapdownload/011000358700004478862001E
    Regards,
    Ramkumar.

  • Can anyone tell me where to send my i phone to for repair?? I have paid by card on this site but been given no details as to what address it is to be sent . i am not a computer whizz but not an idiot either and i am becoming more and more frustrated !!!!!

    Can anyone tell me where to send my i phone to for repair?? I have paid by card on this site but been given no details as to what address it is to be sent . I am not a computer whizz but not an idiot either and i am becoming more and more frustrated !!!!!

    Yes, AppleCare can tell you.  Below is the number for AppleCare in the US. 
    1-800-APL-CARE *
    1-800-275-2273
    Hours of Operation: 7 days a week from 5am - 8pm Pacific time.
    If you live outside the US, additional contact information can be found at this link.
    http://support.apple.com/kb/he57

  • EtreCheck version: 2.1.5 (108) Report generated 4 January 2015 14:29:26 GMT  Click the [Support] links for help with non-Apple products. Click the [Details] links for more information about that line. Click the [Adware] links for help removing adware

    My Mac is very slow and applications take a long time to load, especially Safari and iTunes.  Please help.    I have run the Etrecheck report and these are results.
    Thanks Pat
    EtreCheck version: 2.1.5 (108)
    Report generated 4 January 2015 14:29:26 GMT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2011) (Verified)
      iMac - model: iMac12,1
      1 2.7 GHz Intel Core i5 CPU: 4-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6770M - VRAM: 512 MB
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:32:50
    Disk Information: ℹ️
      ST31000528AS disk0 : (1 TB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 999.35 GB (717.51 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      OPTIARC DVD RW AD-5690H 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Seagate Expansion Desk 2 TB
      EFI (disk1s1) <not mounted> : 210 MB
      Seagate Expansion Drive (disk1s2) /Volumes/Seagate Expansion Drive : 2.00 TB (1.66 TB free)
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. iPhone
      Apple Internal Memory Card Reader
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Avast/components/fileshield/unsigned
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) [Support]
      /Library/Application Support/Avast/components/proxy/unsigned
      [loaded] com.avast.PacketForwarder (2.0 - SDK 10.9) [Support]
    Problem System Launch Agents: ℹ️
      [failed] com.apple.syncservices.SyncServer.plist
    Launch Agents: ℹ️
      [loaded] com.avast.userinit.plist [Support]
      [running] com.epson.Epson_Low_Ink_Reminder.launcher.plist [Support]
      [loaded] com.epson.esua.launcher.plist [Support]
      [running] com.epson.eventmanager.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [running] com.trusteer.rapport.rapportd.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.avast.init.plist [Support]
      [loaded] com.avast.uninstall.plist [Support]
      [failed] com.avast.update.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [running] com.trusteer.rooks.rooksd.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.avast.home.userinit.plist [Support]
      [running] com.microsoft.LaunchAgent.SyncServicesAgent.plist [Support]
    User Login Items: ℹ️
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.07 - SDK 10.6 [Support]
      DivXBrowserPlugin: Version: 2.2 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      OVSHelper: Version: 1.1 [Support]
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    Safari Extensions: ℹ️
      wrc [Installed]
    3rd Party Preference Panes: ℹ️
      DivX  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      GoToMyPC Preferences  [Support]
      Java  [Support]
      Trusteer Endpoint Protection  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 281.84 GB
      Destinations:
      Seagate Expansion Drive [Local]
      Total size: 2.00 TB
      Total number of backups: 78
      Oldest backup: 2013-07-28 18:09:06 +0000
      Last backup: 2015-01-04 14:29:38 +0000
      Size of backup disk: Adequate
      Backup size 2.00 TB > (Disk used 281.84 GB X 3)
    Top Processes by CPU: ℹ️
          2% WindowServer
          1% mds
          0% fontd
          0% mds_stores
          0% com.avast.daemon
    Top Processes by Memory: ℹ️
      120 MB Safari
      112 MB com.avast.daemon
      94 MB com.apple.WebKit.WebContent
      56 MB spindump
      52 MB mds_stores
    Virtual Memory Information: ℹ️
      479 MB Free RAM
      1.56 GB Active RAM
      1.11 GB Inactive RAM
      904 MB Wired RAM
      5.37 GB Page-ins
      75 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 4, 2015, 01:57:18 PM Self test - passed
      Standard users cannot read /Library/Logs/DiagnosticReports.
      Run as an administrator account to see more information.

    patbythesea wrote:
    Can I assume that with my Mac I do not need any additional virus protection software?  If I do, what should I use?
    See my Mac Malware Guide for help on protecting yourself from malware. You generally don't need anti-virus software.
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • How to get more information about users in oracle 11g

    Hi All,
    I need to know more infor about users in oracle 11g.
    1.How to check when user last time login to database.
    2.If user account is lock why it is locked? if it is locked by trying to loing with wrong password how to check how many times he attempted with wrong password...and other reasons also
    3.Wheni was trying to select user expire date it is showing empty value...can we check expire date through querys or we need to check profile?
    4.How to check when he was reset his password last time.
    Please correct me if am wrong. thanks
    Regards

    1.How to check when user last time login to database.AUDIT
    2.If user account is lock why it is locked? if it is locked by trying to loing with wrong password how to check how many times he attempted with wrong password...and other reasons alsoCheck Profile For this user and attr.
    3.Wheni was trying to select user expire date it is showing empty value...can we check expire date through querys or we need to check profile?
    SQL> select EXPIRY_DATE from dba_users ;
    EXPIRY_DA
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    24-SEP-11
    23-MAY-13
    24-SEP-11
    24-SEP-11
    24-SEP-11 check
    expiry_date in dba_users is null
    4.How to check when he was reset his password last time.SELECT PTIME FROM SYS.USER$;

  • N unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    some one can help me please
    i have no idea what i must to do.
    an unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    The Exception Handler gave all the info that you need. No need to print the whole stack trace.
    The exception handler says
    Exception Details: java.lang.IllegalArgumentException
    TABLE1.NAME
    Look in the session bean (assuming that is where your underlying rowset is). Look in the _init() method for statements similar to the following:
    personRowSet.setCommand("SELECT * FROM TRAVEL.PERSON");
    personRowSet.setTableName("PERSON");
    What do you have?

Maybe you are looking for