Screenshot Problems

Hello,
1. When I first upgraded to Leopard, my screenshot utility worked (CMD-Shift-3/4). It has since stopped... any ideas? I see that at least two other people reported the same problem here:
http://discussions.apple.com/thread.jspa?messageID=5749312&#5749312
But it was not resolved. Yes, I know there's a 'Grab' utility and I know there are a number of 3rd party apps. I just want this native feature to work.
2. I've also noted that Spotlight has stopped working: I type something into the search window and there is no response at all. It's not that what I'm looking for cannot be found, it's that nothing happens. Now, I noted in this thread:
http://discussions.apple.com/thread.jspa?messageID=6051741&#6051741
That I could try forcing a re-index by listing the entire volume as private, then removing it. It worked the first time, but now Spotlight doesn't work again. Any suggestions?
Please let me know if you have any ideas. My last 3 questions have gone unanswered and I'm losing hope in the Apple forums...
Thanks.

Here is a solution that worked for me:
1) Paste into terminal: open ~/Library/Preferences/.GlobalPreferences.plist
2) Expand the Property List "Root" in the window that pops up
3) Click "AppleDisplayScaleFactor" and click the Delete button at the top of the window.
4) Logout/Login
Done!
AppleDisplayScaleFactor is part of the resolution independence in Leopard. If you had tweaked this, even if you reverted back to the original value of 1.0, screencapture won't save pictures.

Similar Messages

  • Screenshot problem when I do a cmnd shft 4 to take a screenshot to desktop it goes to the clipboard instead of the desktop I am using mavericks

    screenshot problem when I do a cmnd shft 4 to take a screenshot to desktop it goes to the clipboard instead of the desktop I am using mavericks any sugestions please

    Usually the Control key is required, instead of the Command key,
    to save the screen shot to clipboard. What happens if you use
    the correct sequence of keys to save to clipboard, then?
    According to duane, in older discussion,  general keystroke/effects:
    Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop
    Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop
    Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a file on the desktop
    Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard
    Command-Control-Shift-4, then select an area: Take a screenshot of an area and save it to the clipboard
    Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard

  • Screenshot problem in Captivate 3/XP

    Greetings,
    Captivate 3
    WinXP, SP3
    I'm having trouble getting Captivate to consistently execute a screenshot. Sometimes it works, and sometimes it does not. Most recently it did not work once a dropdown menu was activated from a menu bar. Furthermore, when the mouse was then moved down to a item on this dropdown menu and a flyout menu then appeared, I could not get a screenshot of this either. It doesn't give me an error message; it doesn't seem to respond at all to the PrintScreen button during these situations.
    Does anyone have any suggestions?
    NOTE that I had this problem first on Vista. I did a search of the forums here and discovered that others were having this issue as well. So, I uninstalled and reinstalled on an XP machine - only to find that I'm having similar problems!
    Thanks

    Hi again
    So Captivate 2 didn't have this issue? Have you tried downloading a Captivate 4 evaluation version and testing to see? It may behave the same way.
    I agree that sometimes workarounds are no fun. I would also encourage you to report this as a bug to Adobe. Even though version 4 is now released and shipping.
    Click here to visit the Wish Form/Bug Reporting Form
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Screenshot problem solving in iPhone5

    Sometimes, when I try to put my phone (iphone 5-ios 7.0.4) to stand-by mode manually, it's take a screenshot instead of going to stand-by.
    The phone restored to factory settings, but problem not solved.
    Any idea about this problem?
    Thanks.

    one takes a screen shot by
    1. Press and hold down Home (round button center bottom)
    2. Press and release Sleep (top right button of phone)
    2a. You will hear a camera-like shutter sound
    2b. Release Home button
    3. Screenshot is in photo album
    so one of your physical buttons are defect and register as being pressed

  • Ipad popover screenshot problem

    Hi there.
    I'm having problem with UIPopover screenshot. I use apple native screenshot code.
    Here is what I have on the iPad.
    And here is what I have on screenshot
    Here is code I use.  
    // Create a graphics context with the target size
        // On iOS 4 and later, use UIGraphicsBeginImageContextWithOptions to take the scale into consideration
        // On iOS prior to 4, fall back to use UIGraphicsBeginImageContext
        CGSize imageSize = [[UIScreen mainScreen] bounds].size;
        if (NULL != UIGraphicsBeginImageContextWithOptions)
            UIGraphicsBeginImageContextWithOptions(imageSize, NO, 0);
        else
            UIGraphicsBeginImageContext(imageSize);
        CGContextRef context = UIGraphicsGetCurrentContext();
        // Iterate over every window from back to front
        for (UIWindow *window in [[UIApplication sharedApplication] windows])
            if (![window respondsToSelector:@selector(screen)] || [window screen] == [UIScreenmainScreen])
                // -renderInContext: renders in the coordinate space of the layer,
                // so we must first apply the layer's geometry to the graphics context
                CGContextSaveGState(context);
                // Center the context around the window's anchor point
                CGContextTranslateCTM(context, [window center].x, [window center].y);
                // Apply the window's transform about the anchor point
                CGContextConcatCTM(context, [window transform]);
                // Offset by the portion of the bounds left of and above the anchor point
                NSInteger yOffset = 0;//[UIApplication sharedApplication].statusBarHidden ? 0 : -20;//scl
                CGContextTranslateCTM(context,
                                      -[window bounds].size.width * [[window layer] anchorPoint].x,
                                      -[window bounds].size.height * [[window layer] anchorPoint].y + yOffset);
                // Render the layer hierarchy to the current context
                [[window layer] renderInContext:context];
                // Restore the context
                CGContextRestoreGState(context);
        // Retrieve the screenshot image
       UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
        UIGraphicsEndImageContext();
        return image;
    Can anybody help me. I've searched everywhere. Couldn't find answer.

    Hello pradipingale,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS devices: Keeping device within acceptable operating temperatures
    http://support.apple.com/kb/ht2101
    Best of luck,
    Mario

  • Saving and screenshotting problems

    okay so i have an iphone 5c and I've been trying to screenshot and save images from the internet and it works fine except for when i go to my photo album the picture isnt there, suggestions?

    Look in your Camera Roll.

  • Screenshot problem

    I'm developing one application for capture screenshot of video player. Currently its working fine with simulator but not with any iOS Device.
    Code for capture screen as as below.
        CGSize imageSize = CGSizeZero;
        imageSize = [UIScreen mainScreen].bounds.size;
        //for retina displays
        if ([[UIScreen mainScreen] respondsToSelector:@selector(scale)])
            UIGraphicsBeginImageContextWithOptions(imageSize, NO, [UIScreen mainScreen].scale);
        } else {
            UIGraphicsBeginImageContext(imageSize);
        CGContextRef context = UIGraphicsGetCurrentContext();
        for (UIWindow *window in [[UIApplication sharedApplication] windows])
            CGContextSaveGState(context);
            CGContextTranslateCTM(context, window.center.x, window.center.y);
            CGContextConcatCTM(context, window.transform);
            CGContextTranslateCTM(context, -window.bounds.size.width * window.layer.anchorPoint.x, -window.bounds.size.height * window.layer.anchorPoint.y);
            if ([window respondsToSelector:@selector(drawViewHierarchyInRect:afterScreenUpdates:)])
                [window drawViewHierarchyInRect:window.bounds afterScreenUpdates:YES];
            else
                [window.layer renderInContext:context];
                [window.layer.presentationLayer renderInContext:context];
            CGContextRestoreGState(context);
        UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
        UIGraphicsEndImageContext();
    Best Regards,

    Simulator Screenshot :
    iPhone Screenshot :

  • Lightroom 4: Played with it for two hours - I am already impressed (highlight recovery)

    Great job, Adobe developers. Only the new highlight recovery is worth the upgrade, at least when dealing with Panasonic GH2 raw files. You can get an impression about it, with my post to German Systemkamera Forum. I post the link here, unfortunately, the content is in German, but the included screenshots tell enougjh, you don't need the text:
    http://www.systemkamera-forum.de/raw-converter/29051-lightroom-4-beta1.html#post238652
    Kind regards
    Thomas
    P.S.: I posted this originally in the Lightroom 3 forum, before I noticed that a Lightroom 4 beta forum has been established. Sorry for that, but I thought that it is apppropriate to share my very good first impression of LR 4 beta also here. In the future I try to confine my LR4 feedback to here.

    Ok, here are the screenshots:
    Problems solved:
    double contours and highlight revovery
    double contours, highlight revovery, detail
    blue sky color
    Sorry for vthe inconvenience.
    Kind regards
    Thomas

  • Positioning of expanding hotspot?

    Hi there,
    I'd like to set the position of an expanding hotspot in correlation to the trigger. How can I do this?
    Target situation
    The expanding hotspot is shown directly beneath the trigger (here: button "Chapter B"). I want the hotspot to appear beneath the trigger but aligned top. So all hotspot content is displayed on the right of the trigger and expands only down. This is shown as model in screenshot "Target Situation".
    Problem 1
    The first problem is, that the first line of the hotspot content is aligned with the line/row the trigger is in. This happens if I insert the whole hotspot content as a single image. So the first lines expands up. See screenshot "Problem 1".
    Problem 2
    The second problem arises if the image is inserted in two parts to have a workaround for the top alignment. The second line within the expanding hotspot is displayed left aligned under the trigger - not left aligned in the hotspot. See screenshot "Problem 2".
    I figured out several workaround with transparent placeholders. But how can this be resolved in a clean way be positioning the expanding hotspot?
    BR,
    Hobbes

    Hi there
    Why aren't you using Drop-down hotspot for this? It would seem to offer just what you are looking for.
    Just curious... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Lihgtroom 4: Played with it for two hours - I am already impressed (highlight recovery)

    Great job, Adobe developers. Only the new highlight recovery is worth the upgrade, at least when dealing with Panasonic GH2 raw files. You can get an impression about it, with my post to German Systemkamera Forum. I post the link here, unfortunately, the content is in German, but the included screenshots tell enougjh, you don't need the text:
    http://www.systemkamera-forum.de/raw-converter/29051-lightroom-4-beta1.html#post238652
    Kind regards
    Thomas

    Ok, here are the screenshots:
    Problems solved:
    double contours and highlight revovery
    double contours, highlight revovery, detail
    blue sky color
    Sorry for vthe inconvenience.
    Kind regards
    Thomas

  • Hard drive full of "other"  Is iMovie the culprit?

    Issue: Friend's macbook pro is full of "other". The hard-drive capacity is 319.21GB.  Other accounts for 262 GBs.
    The macbook is running OS X 10.7.5 Time machine settings are ok – no screenshot problems. 
    I ran omni disk sweeper and the biggest area taking space is movies at 170 GB. iMovie Events.localized accounts for 158GB. 
    My friend says that she has noticed when she imports videos from her flip video camera they are larger than the capacity of the video camera.  i.e. the flip 4GB capacity but when she imports the footage it takes up much more space on the computer. 
    So my first guess is that the issue is related to iMovie.  I’m wondering if there is an import setting that is off.  Any thoughts?

    “Other” Storage:
    A commonly asked question is what is included in the "Other” storage category reported in the About This Mac Storage display.  Other includes everything that is not audio, movies, photos, apps and backups.  In other words it includes the OS, mail, documents...  See http://pondini.org/OSX/LionStorage.html and What is "Other" and What Can I Do About It? and Apple Support Communities https://discussions.apple.com/docs/DOC-5142
    Also see Where did my disk space go:  http://pondini.org/OSX/DiskSpace.html
    For hints on how to create more free disk space see https://discussions.apple.com/thread/5779274?tstart=0

  • Hi,  I'm having a problem with the stabilization all of a sudden. I did an analyze. The amount of shake isn't terrible but it's there. There are no squiggly lines in the clip I'm trying to stabilize. As you can see in the screenshot that it allows me to c

    Hi,
    I'm having a problem with the stabilization all of a sudden. I did an analyze. The amount of shake isn't terrible but it's there. There are no squiggly lines in the clip I'm trying to stabilize. As you can see in the screenshot that it allows me to click the "Smooth clip motion" but the slider is not there for zoom. Any ideas why this is happening all of a sudden? It happens on all clips in this event. The entire event was analyzed after importing.

    What program are you using for this editing?
    We can ask a Host should move your query over to that forum.

  • Problems on exporting screenshot photos from mail to iPhoto

    Hi, i received an e-mail with three screenshot photos and tried to export them to iPhoto using the menu-button (german label: "sichern|Zu iPhoto hinzufügen ...") provided in the mail window and discovered two Problems:
    1. instead importing three different screenshots, iPhoto did import one of the screenshots three times. Maybe this was caused by all screenshots having the same attachment name "pastedGraphic.tiff"
    2. iPhoto show problems identifying the picture source: The german Message is:
    Das Foto "pastedGraphic.tiff" konnte nicht geöffnet werden, da das Original nicht gefunden wurde".
    this is not so nice, because the message appears once for every picture imported.
    Does anyone know something about this behaviour? Is there a way to fix it?

    Not necessarily.  Works for me with Mavericks and iPhoto 9.5.
    OT

  • [SOLVED] gnome-screenshot in gnome3 problem

    Hi,
    When I try to take a screen shot using printscr, or in the command line using 
    gnome-screenshot
    I only get a picture of my background.
    $ gnome-screenshot
    ** (gnome-screenshot:1908): DEBUG: The GetProfileForWindow request failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.ColorManager was not provided by any .service files
    The same thing happens with gcolor2:  When I try to grab a color from a window it returns the color
    from my background instead.
    Using gnome shell's screen cast functionality works just fine.
    Any ideas to how I can fix this?
    Thanks!
    Last edited by senkil (2011-08-10 10:26:05)

    Removing
    Option "Shadow" "True"
    from my xorg configuration solved the problem.
    I enabled this option earlier to troubleshoot a freezing problem (https://wiki.archlinux.org/index.php/In … tel_driver).
    Updating the wiki to warn others..

  • Screenshot orientation problems!

    When I take a screenshot of whatever using the power button and the home button in landscape orientation, the photo is saved in portrait orientation in photos. Why? This is not how I took the screenshot. I have 10 apple idevices and 3 of them do this while the others work fine. I do not want to use an app to fix this problem. It should work correctly by itself. Please help!

    Nogoodsupport-
    Something funny is going on.  I just tried landscape screen shots of the initial screen, the Home screen, iBooks, GoodReader, Notes and a Safari web page.  Some I had to expand to get them to fill the screen in landscape mode.  They always appeared as landscape orientation in the Photos App.
    I'm using an iPad 2 (WiFi only), iOS 5.0.1, 64GB.
    Fred

Maybe you are looking for

  • Need help with accessories for new 4th Generation Nano-speakers, etc

    I just purchased the new 16GB 4th generation nano and I want accessories to play with it but am concerned with compatibility and charing issues. I am new to this so my questions may not make sense! 1. I am looking for speakers and the Logitech Anywhe

  • [SOLVED]Pacman fails to update

    Hi, It's been a while, so I hope this issue can be resolved here, and I'll be on my best behaviour. I tried an update (system-wide) with pacman -Syu it came back with : error: failed to commit transaction (conflicting files) initscripts: /etc/profile

  • [Solved] Amilo XI 2550 - Black screen after fresh install

    Dear archlinux users, I have been reading the archlinux wiki and forums since I started using arch several years ago. It was always possible to solve the problems I ran into by consulting these webpages, therefore a big thanks to the community for th

  • Any reason NOT to reinstall OS X?

    I just got my PB back from repair. I guess when they put in the new harddrive they just "registered" it as ( ...a's PowerBook... ) I went to change that to (.. Spencer's Powerbook...) but now it seems that some things recognize "Spencer's" and some r

  • Should this concern me?

    It's likely nothing, but should I be concerned if under "Get Info" > "Sharing & Permissions" beside myself, the Admin and only user with the exception of "Guest", there are also permissions available for "Staff" and "Everyone" (picture attached below