Get gnome to show raw images as thumbnails

I want my gnome desktop to show RAW image files as thumbnails. I have an ubuntu machine that does this by default and I want this feature in my arch linux desktop. I've installed raw-thumbnailer and ufraw, but these didn't add RAW thumbnailing abilites to nautilus.
Does anyone here have this feature enabled on their gnome desktop? Could you tell me how to do this?

I have no idea if the nautilus thumbnailer can do that (not using gnome). You may be able to do it with thunar-thumbnailers though. I think you should be able to change the thumbnailer somewhere in gconf.

Similar Messages

  • How can I get my Nikon D3x raw images to download into the organizer of Elements 6.0

    I recently purchased a Nikon D3x and have been unable to view my raw images in Elements 6.0. I have downloaded the Raw 5.4 update. When that did not work, i uninstalled Elements and the 5.4 update and reinstalled them again. I am able to download the raw photos into the  Elements Downloader, but once the photos go to the organizer, i get  the screen saying that "the file is damaged or is a format that cannot be included". According to the Adobe Tech Support Dept., Elements 6.0 is able to support the Nikon D3x, with the Raw 5.4 update. Has anyone else run into this problem and have a solution?
    I would greatly appreciate any help.

    journey01 wrote:
    Thank you for your response dj_paige.
    I was able to see that the 4.2 that came with the Elements 6.0 is still on my computer (by going to the (Orange tab ) Edit/Help/About plug in). I could not find the 4.2 listed separately anywhere on the computer so that I could delete it. Is there a way to do this?  I am  a true novice, so when you say to make sure the old plug in is removed from the File Formats folder are you talking about in Tools?
    I am talking about the File Formats folder that gets created when you install PSE. You have obviously been to that folder already because you said you installed Adobe Camera Raw 5.4. Go to that folder in Windows, and make sure that the old plug-in (which was named CameraRaw.8bi, but may have been renamed by you) is deleted from that folder (not renamed, not moved to a subfolder). Then, following the instructions are on the page where you downloaded Camera Raw 5.4, install the new plug-in.

  • MacBook Pro Retina "Gets Hot when viewing RAW images"

    MacBook Pro Retina Gets really Hot when viewing RAW images - somebody has this issue? Solutions?

    Welcome to Apple Support Communities
    First, download Temperature Monitor and tell us the temperatures of the MacBook > http://www.bresink.de/osx/TemperatureMonitor.html
    The MacBook Pro with Retina display is made of aluminum, so it's normal that it gets hot. However, if the temperature inside is very high, fans will turn on automatically. If this doesn't happen, it may have a hardware problem

  • Does not show Raw image in Element 6.0

    I am using Photoshop Element 6.0 on Windows Vista. When I go to organizer view, sometime the raw images are viewable but most of the time it showup as gary icon with x. I can edit them and work on it fine. How do I enable them to view in Organizer?
    Thanks,
    Chirag

    Most likely, you've tripped over the PSE 6 bug in handling raw files. See solutions 2 and 3 of this Adobe tech note:
    http://www.adobe.com/go/kb403728

  • Can't Get Grub2 To Show Splash Images

    I have grub2 installed on i686
    And this is what I have so far;
    grub.cfg
    # Config file for GRUB2 - The GNU GRand Unified Bootloader
    # /boot/grub/grub.cfg
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,2)
    # /dev/sda3 (hd0,3)
    # Timeout for menu
    set timeout=5
    # Set default boot entry as Entry 0
    set default=0
    # (0) Arch Linux
    menuentry "Arch Linux" {
    set root=(hd0,3)
    linux /boot/vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    # (1) Arch Linux
    menuentry "Arch Linux 2.6.36.1" {
    set root=(hd0,3)
    linux /boot/vmlinuz-2.6.36.1 root=/dev/sda3 ro
    initrd /boot/kernel-2.6.36.1-ARCH.img
    # (2) Arch Linux
    menuentry "Arch Linux Fallback" {
    set root=(hd0,3)
    linux /boot/vmlinuz26 root=/dev/sda3 ro
    initrd /boot/kernel26-fallback.img
    ## (1) Windows
    menuentry "Windows" {
    set root=(hd0,0)
    chainloader +1
    /etc/default/grub
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=15
    GRUB_DISTRIBUTOR="Arch Linux"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX=""
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    #GRUB_GFXMODE=1024x768x24
    # Uncomment to allow the kernel use the same resolution used by grub
    #GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_LINUX_RECOVERY="true"
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-blue/black"
    GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/boot/grub/arch.png"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    /etc/grub.d/40_custom
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    if loadfont /usr/share/grub/unicode.pf2 ; then
    set gfxmode="800x600x24"
    insmod gfxterm
    insmod vbe
    terminal_output gfxterm
    if terminal_output gfxterm; then true ; else
    terminal gfxterm
    fi
    fi
    insmod tga
    background_image /boot/grub/arch.tga
    Before I wasn't using anything in /etc/grub.d/40_custom and just editing the /etc/default/grub but nothing is working I can'tget an image to show up. Any help getting this thing would really be appreciated.
    THANKS
    Last edited by DasFox (2010-11-25 07:45:42)

    naguz wrote:
    Well, then you most likely  ditched it because you made a mistake.
    grub-mkconfig -o /boot/grub/grub.cf is supposed to write a completely new grub.cfg based on the scripts and /etc/default/grub file. So of course anything you had edited in the grub.cfg directly got lost when you did that. It din't screw it up, it replaced the file like it should.
    If the result didn't work, then something was probably wrong somewhere else in your config files.
    I know how to use Grub I've been using Grub for as long as it's been around and I've also used Grub2 just fine on other distros without a problem.
    I didn't screw anything up and I left the config file alone also and edited it in the /etc/grub path I believe it is, like you are suppose to...
    The simple truth is there was a problem with UUID, so I tried to disable that also in the config;
    GRUB_DISABLE_LINUX_UUID=true
    But this didn't work and it just had a bug I didn't feel like dealing with so I dumped it, anyhow like I said I'm using legacy just fine...
    Don't assume next time that something is wrong, people are screwing things up...
    P.S. Let the post rest it's over and I'm using Legacy so no need to revive it...

  • How to Show the Image as thumbnail in j2me mbile

    Hi Experts
    Please I really need help..
    I am developing java mobile application about the file sharing between mobile over Bluetooth. And I hve done to much work on it, But there are some featurs I have to add it in my application.
    - when I found the Image I want to see it as thumbnail or as small size before save it.
    please if you have any information I really need help
    [email protected]
    Kind Regards
    Thank you so much

    If you use an Applet:
    Use the MediaTracker-class to ensure that all images are loaded when the program start
    If it's an application:
    Use javax.imageio.ImageIO.read() to load images. This method is blocking, i.e. returns
    when the image is loaded.
    /n

  • How do I get Facebook to show the image and text I want displayed?

    Hi all,
    When I want to post a link to one of my sites on Facebook it automatically picks up image and text to display. My question is how do I control which image and text are displayed?
    I have had a look around the web and there is a lot of infomation about metadata etc, but I just want a nice simple tutorial if that is at all possible.
    Any help anyone can provide is greatly appreciated.
    Thanks,
    Nathan

    http://bit.ly/Yh7JFK
    I just used one of my Muse test pages [test-1] to test this.
    It seems to work.
    I just used my favicon image as an example

  • Error converting image     get error msg when trying to display thumbnail

    Hi there
    Me again
    I am having some problems displaying thumbnails
    I keep getting the error
    Error converting image (create thumbnail). The "...........public_html/productimages/thumbnails/" folder has no write permissions.
    So I go to my host and change write permissions on the files to 755 and try again and get the same msg
    Then I contacted my host and changed the permissions to 777 and I went to the includes config file and changed the permissions to 777 too and still does not work
    So I go to my cpanel and check all the files are set to 777 I make a new test page with a dynamic table and show thumbnail behavior and get the same error msgs
    So I close DW restart and try again and get the same msg.......
    So then I check the file permissions in the DW split screen window when connected to server..... I right click on some files on my server.... namely the 'thumbnails' file and check its permission and it is only set to 755 but in my host it is set to 777
    So I try to change ppermissions from DW and get the
    "setting access properties failed for: ' error
    So what is the correct permissiion..... 755 or 777?
    I have read two other posts on this forum and I still cant get to work
    Does anyone have any ideas
    I have used up all my options and most of my patience
    I hope I can get this working asap....
    Have a nice day

    Try going through the steps in this document:
    http://support.apple.com/kb/TS1539
    CG

  • Show an Image on a different slide

    I've seen something similarin this forumn to what I want to do, but still not getting it to work. Any help would be appreciated.
    I have an image on slide 1 which has visibile unchecked in properties.... so it does not initially display when slide 1 is displayed.
    When they get to a certian slide I have a click box. When clicked I would like Captivate to jump back to slide 1 and display the image.
    I can get Captivate to jump back to the slide, but cannot get it to show the image.
    For sake of this discussion, I have slide 1, 2 and 3.
    Slide 1 has a yellow box with the visible unchecked in the properties.
    When the learner gets to slide 3 I have a click box with the following Advanced actions.
    I think I'm close but I'm missing something.

    Hello,
    You are on Captivate 4, that is a pity, because I did blog a while ago about hiding and showing objects but in Captivate 5. However the principles are the same: you can not show an object unless the action is executed on the slide where the object sits. Hope this makes sense?
    So in your case, you should perhaps create a user variable, originally=0 and that you change to 1 when the click box is clicked in the action on the slide with the click box. And then you will need a conditional action, to be triggered on entering the slide where the image is. This action checks the value of the user variable, if it is 0 the image will be hidden, if it is 1 it will be shown.
    Here is the link to my blog post:
    Playing Hide-and-Seek with Captivate objects
    I'm willing to help you if you cannot work it out.
    Lilybiri

  • I've been using LR with my Nikon D3200 for a year or so. Shooting in RAW/NEF no issues with import etc until I updated LR and now I can't get LR to allow me to select when I try to import. It does show the images but they're grayed out and not able to be

    I've been using LR with my Nikon D3200 for a year or so. Shooting in RAW/NEF no issues with import etc until I updated LR and now I can't get LR to allow me to select when I try to import. It does show the images but they're grayed out and not able to be selected. Any thoughts? TIA

    Greyed imaged in the Import dialog box mean you have already imported the photos into Lightroom, so there is no need and no benefit to importing them a second time.
    Just go to the Library module, search for the desired photos, and resume working on these photos.

  • Can't open raw images in CS2 after install, can't see thumbnails in Bridge

    I hope you guys can help.
    We just purchased an Acer laptop computer, picked it up yesterday. Hubby is going to use this strictly for working on his pictures when out of town. He didn't even plan to hook it up to the internet. It has Windows Vista Home Premium, 2G of RAM, 120G of hard drive and a CD/DVD player/recorder. I installed Photoshop CS2, Nik Sharpener, Neatimage noise remover and Huey Pro Calibrater onto the computer last night.
    When I opened Photoshop & Bridge, opened a DVD of some RAW images, Bridge would not show the thumbnails and I couldn't open any in Photoshop. In Bridge all that showed was a light blue box with CR2 over it and the file name below for each image. When I tried to open one I got a "Can not complete process due to a program error" message. I did open a jpeg image into Photoshop from the ones included in my documents and had no trouble with that. I didn't acutally try to do anything with it so I'm not sure that any of the options in Photoshop actually work, although they were all active with the jpeg image.
    Does anyone have any idea what I can do to correct these two problems?
    Thanks for any help I can get, Linda

    Thanks John,
    I actually went into Photoshop and ran the update. This gave me the current Camera Raw file 3.7 and an update for Bridge. I downloaded it and it is installed in Photoshop. This gave me thumbnails for the images taken on our Canon Rebel XTI, but not the Canon 30D. I went to the Camera Raw Update page on adobe.com. Found the 30D back in update 3.4. Shouldn't the latest update have all the previous updates included. As I understand the instructions, you are just supposed to replace the older version of Camera Raw with the newer. Will I have to install each update in order to get the support for my camera?
    This leads me to another question, I downloaded the 3.4 and was following the instructions for installing it. It says to go to My Computer, open C, or disk with files installed, then navigate to Program Files\Common Files\Adobe\Plug-Ins\CS-2\File Formats. My computer wasn't exactly like this, but I did get to the plug-in for Photoshop CS-2. After getting there, move existing Camera Raw.8bi to another location. Copy the Camera Raw Plug-in from the download into the same folder. See why is seems that the current version should have all previous updates?
    Anyway, got to the Plug-in file and there is no Camera Raw file in it. I went through all the files in Adobe Program Files that looked like it might have it in it; bridge, ImageReady, and shared files. No Camera Raw to be found. I did open Photoshop up and double checked that it was showing up in the Plug-in list. Yep, it was there. Why can't I find it in the Program Files?
    Sorry this is so long, I wanted to check everything I could before replying. Sure hope I can get this straightened out. Linda

  • Why won't raw images display as thumbnails in organiser?

    My raw images display only as the 'egg timer' icons in Organiser.  I can open them individually, edit and save as jpeg but cannot view them on the grid either before or after editing. This has only just started happening - two weeks ago all was well. It's such a nuisance not being able to scroll down my images in order to decide which ones to edit.
    Here's what I've tried:
    Uninstalled Elements 12 and reinstalled
    Checked for updates (all up to date)
    Updated thumbnails
    Usually what happens after my images are imported is that I see these icons and they gradually open to reveal my raw images.  Now they just stay with the timer icon and nothing more happens.
    Anyone help me before I tear out any more hair?  Thank you!

    If you can use the 'update thumbnail' successfully on individual files and open those files in ACR correctly chances are that you are facing a computer power problem. Creating a thumbnail in the Organizer means opening the image to create a reduced version. For raw files, that means reading the raw file (32 GB each for my Fuji raws...), converting it using the last settings in the xmp sidecar files, then creating the reduced thumbnail. Several seconds, even with a decent  computer.
    To get an idea of your problem, it would be good to know the type and size of your raw files and your computer specs.
    Contrary to other viewing softwares which only show the embedded jpeg thumbnail in the raw file, the organizer shows a real preview.
    Photoshop Elements (PSE) knowledge base.: How to correct hourglass (generic) thumbnail in Elements Organizer??

  • Aperture not showing camera settings applied on RAW images

    I have the Canon EOS 1D Mark II N. When in-camera settings like contrast, sharpening, etc are applied in camera, then those images are loaded directly from card reader into Aperture the in-camera changes are not applied to the Raw images. The Jpeg images DO show the in-camera settings contrast/sharpening etc being applied. I can take the memory card and load those same images into DPP Digital Photo Professional and the settings applied in camera do show on the BOTH Raw and Jpeg files.
    In Aperture when I look at the thumbnails of the RAWs and JPEGs side by side. It is obvious which ones are the jpegs just by the contrast added in camera.
    I can Also take the images within Aperture-export masters to desktop, then open them in DPP and the contrast/sharpening shows on the raws and jpegs the same in DPP.. It seems to be just Aperture..
    Is this Normal? That Aperture does not read the in-camera changes on the Raw files? On the Metadata EXIF Expanded, It does read the exposure Bias, shutter speed etc correctly on the Raws, just not the Contrast or sharpening changes.

    Hi Kathy,
    This is expected. Settings you make in the camera, for things like color space, sharpening, white balance, etc. don't really apply to RAW images. This is the way the camera and RAW software are designed -- the RAW is really untouched, and this information is tagged along as "meta information." No actual transformation on the image is performed.
    You take the RAW image into a RAW converter (Aperture's a good one and make the changes you want. In some cases (White Balance) the tagged info is used, but in others (sharpening, color space) it's not. Aperture uses the widest possible color space (it's wider than ProPhoto RGB from what I've been told, though I haven't used my handy gamut checker to verify
    So this contrasts with JPEGs. JPEG is a "final" format -- so the settings you have configured in your camera are actually used in the creation of the JPEG. It is sharpened, color balanced based on your settings, fit into a color space (sRGB, Adobe RGB, etc.) compressed, and written as a JPEG. You can't take these things "back" once that has been done.
    Aperture actually makes working with both types of images so similar that it's difficult to really notice the differences. If you work with a more labor-intensive workflow like Adobe Camera RAW, you'll notice all the extra steps you must employ to get from RAW to JPEG.

  • I am using Lightroom 5.7, 64 bit with Windows 7 Professional. For no apparent reason, I now get an error message when I export a photo, say a raw image to a JPG. However, the exported image seems to be OK. But now I notice that my LR directory of folders

    I am using Lightroom 5.7, 64 bit with Windows 7 Professional. For no apparent reason, I now get an error message when I export a photo, say a raw image to a JPG. However, the exported image seems to be OK. But now I notice that my LR directory of folders in Library view does not show images correctly: If there is a folder with sub-folder(s), the folder will indicate 0 images, but the sub-folders show the proper number of images. What happened and is there a fix? I tried uninstalling Lightroom and re-installing, but problem persists.
    Here is a screen shot of the error message:
    Message was edited by: Joseph Costanza, Jr.

    See here for a solution.

  • Why won't my edited RAW images show after a LR re-install onto a new Hard Drive?

    Hi there. Recently my hard drive took a (hike) and crashed - data may or may not be recoverable (Geeks are working on that), and I needed to reinstall my CS5 and Lightroom software to a new hard drive (I had to buy a new one). All of my RAW photos are stored on an external drive and were not harmed, thankfully.  Here is my dilemma. Most of the presets I used also went crashing with that hard drive, (yes I believe they were backed up but also on that hard drive...stupid I know-trust me I know!!) but most of them were the free ones from the adobe recommended users on this site. I actually found many of my favorites still posted on the Adobe site and re-downloaded and installed the presets I'd been using the past year and a half, and imade sure those presets were housed properly in their folder via Preferences in Lightroom. Great. I can continue on with my work. WRONG! When I went to go import a recent shoot that I had already edited, it imported the RAW files but none of the previous edits I had worked on for these photos were showing up...it was as if I didn't even touch them and they came right from my camera. What in the world is going on? I'm baffled...and freaking out as I have thousands upon thousands of edited shoots in RAW, and I fear that none of the edits and enhancements made to those photos are going to be present and I'll have to start over. Please tell me that all of my last 2 years of editing photos are still with the RAW files?!!!
    I found a deal on a an HP Intell Core i7 processor) 2 TB hard drive tower, so I ended up needing to install the 64 bit versions of CS5 and Lightroom 3.6.
    I did test out the RAW (.NEF) file in Photoshop CS5 and my edited RAW image came up "correctly" - so I know that the information is still with the RAW image...I just need it to work and show in lightroom, as it is easier to export the files to the sizes I need them to be.
    Please be kind in your replies...I appreciate any help/guidance I can get on this. Plus the photos I need are for Seniors graduating in a few months here so you can imagine the panic mode is just a bit higher than normal. Many thanks.

    The default location for the backups created by Lightroom on exit is in the same folder as the catalog itself (i.e. that would be on the same faulty drive). It is, however, possible to redirect those backups to a different destination, such as a different hard drive.....but only you know if you did that or not. Do you have any other backups, e.g. drive level backups?
    Just to be clear, if you are importing afresh into a new catalog from Raw files that do have XMP sidecar files, you should see the final edited state from the previous catalog, but you won't see the individual history steps that got you there (as that's one of the things that are not included when you write XMP data from within Lightroom). If there is no XMP sidecar, you'll just get the original OOC image.

Maybe you are looking for