tibold / svg-explorer-extension

Extension module for Windows Explorer to render SVG thumbnails, so that you can have an overview of your SVG files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't see .svg thumbnails in Onedrive's folder

dehciappina opened this issue · comments

Problem

The svg explorer extension is not working inside the onedrive folder, where I synchronise my work to the cloud.

Solution

Go into Settings and disable the Save space and download files as you use them option.

With the option enabled files are uploaded to OneDrive and only a "ghost" file is left in its place until you open it, at which point the file is downloaded once again and the extension makes a preview image.

Hat tip to @digitalchet for figuring this out.

I have the same issue but its with files in Google Drive.

+1. I love this extension; it's invaluable. It would be nice if it could work on cloud folders. I wish I knew enough to look into it.

We're running into the same issue, we use OneDrive like our corp network share, so this is a real bummer.

Same here sadly. The SVG files are saved locally, not just in the OneDrive Cloud but do not show as thumbnails in explorer on Windows 10 64bit.

It seems to extend beyond cloud folders. I have a folder on my local D: drive with an assortment of image types (GIF, ICO, PNG, & SVG). Thumbnails are not generated for the .svg files in this specific folder. Other folders in the same folder tree are fine. If I copy the files to another folder on the same drive thumbnails are generated.

D:\github\a-project\icons --> no svg thumbs
D:\new folder\icons --> yes svg thumbs

Deleting IconCache.db and restarting Explorer.exe doesn't change the behaviour.

If I browse to the project folder (...\a-project\icons) and then [search] for *.svg and set view mode to Large icons those same svg's do not have thumbs. HOWEVER if i change view mode to Medium icons there are icons. See screenshots below.

Perhaps there is a cached view setting somewhere in addition to "%localappdata%\IconCache.db" that needs to be reset.

There isn't a Thumbs.db file in any of the folders examined here. 'Explorer >> Folder Options >> View' setting to never create Thumbs.db files is not checked. Neither are the similar group policy settings configured. (That's no guarantee these settings aren't in place from another place though.)

For people reporting issues with cloud folders, I wonder if the setting "Turn off display of thumbnails and only display icons for network folders" is at play.

2018-05-22 12_56_02-_ svg - search results in leo
2018-05-22 12_57_32-_ svg - search results in leo
2018-05-22 13_10_48-local group policy editor

Host system: Win7-x64

I found a way to fix my black thumbnail pictures problem that may help others.
In Inkscape:

  1. Load problem file and CTRL+A to select all.
  2. File -> Document Properties -> Resize document to selection.
  3. File -> Clean up document
  4. File -> Save

And if that didn't work, cutting and pasting the objects into a new file and then doing the above on it helped too.

Same issue for me on Windows 10 x64.

I am also affected by this issue, also Windows 10 x64.

I found two interesting points that others may have pointed out:

  1. the thumbnails render when viewing search results of the OneDrive folder (the green check mark is still visible)
  2. the thumbnails render inside a Save As dialog in the OneDrive folder (the green check mark is still visible)

I'm not sure if this extension is still under active development, but it would be fantastic if this bug is worked out. I was able to use this in my OneDrive folder in the past.

Same problem, Windows 10 x64.
In a folder within OneDrive, the thumbnails don't work. But if I copy the folder to a location outside OneDrive, it works fine.
Interestingly, when copying a new svg into the OneDrive folder, it works, and I see the image thumbnail, as long as the OneDrive status icon is showing 'still syncing' (blue circular arrows). As soon as it's synced (green tick) it reverts back to what looks like the internet explorer icon (blue 'e' with yellow trimming).

OneDrive users, If you haven't already done so, make sure you go into Settings and disable the Save space and download files as you use them option.
I had the issue where the thumbs would not show and the IE icon would show in their place, but once I disabled that option and refreshed the folder, my files and their thumbnails returned. With some files however, I've had to edit and save them before they've shown up so your results may vary.
This is simply because with this option enabled, the files are uploaded to OneDrive, leaving only a "ghost" file in its place until you open it, at which point the file is downloaded once again.
It's possible that this may not address the black background issue but anything is worth a try, right?

thanks digitalchet, this has resolved my issue :o)

Wow, after some time of reinstalling this tool - it is actually this issue! Thanks!

@digitalchet thanks for finding a solution. I added it to the opening post. @cmgharris and @raffertyuy, thanks for verifying.

Closing the issue as the problem and solution happen outside the extension's purview, and is now documented.