Found a bug in "Everything"? report it here
AutoSoft
Posts: 32 Joined: Fri Jun 09, 2023 9:56 am
Post
by AutoSoft » Fri Jan 03, 2025 8:57 am
Everyting.exe cannot maximize the display of SVG thumbnails, and it is slow to display one image per second
You can try using the Webbrowser control in the IE kernel of the system to load multiple SVG images at once, then take screenshots and split them to extract multiple small images
or you can get size from "viewBox="0 0 16 16""??
Everyting.exe ShowSvg.png (90.35 KiB) Viewed 881 times
Code: Select all
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
<path fill="#E0DFDF" fill-rule="evenodd" d="M2 2a2 2 0 012-2h8a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V2zm2-1a1 1 0 00-1 1v12a1 1 0 001 1h8a1 1 0 001-1V2a1 1 0 00-1-1H4z" clip-rule="evenodd"/>
<path fill="#4CC2FF" fill-rule="evenodd" d="M4 5a1 1 0 011-1h1a1 1 0 011 1v1a1 1 0 01-1 1H5a1 1 0 01-1-1V5zm2 0H5v1h1V5zM4 10a1 1 0 011-1h1a1 1 0 011 1v1a1 1 0 01-1 1H5a1 1 0 01-1-1v-1zm2 0H5v1h1v-1zM8 5.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5zm0 5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>
therube
Posts: 5118 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Fri Jan 03, 2025 4:21 pm
What OS?
If you opened the same .svg files in Windows Explorer, does it behave the same as in Everything?
void
Developer
Posts: 17299 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Fri Jan 03, 2025 10:01 pm
Everything does not create thumbnails for .svg files out of the box.
You will need a third party shell extension to gather thumbnails from .svg files.
What third party shell extension are you using?
edit:
Please make sure Everything is installed correctly and running as a standard user:
In Everything , from the Tools menu, click Options .
Click the General tab on the left.
Check Store settings and data in %APPDATA%\Everything .
Uncheck Run as administrator .
Check Everything Service . (Please make sure this is tick-checked and not square-checked)
Click OK .
Exit Everything (from the File menu, click Exit ).
Restart Everything .
NotNull
Posts: 5623 Joined: Wed May 24, 2017 9:22 pm
Post
by NotNull » Fri Jan 03, 2025 10:51 pm
IIRC, PowerToys has a svg (preview? thumbnail?) handler. It is installed per user. Running as administrator might cause issues here ..
AutoSoft
Posts: 32 Joined: Fri Jun 09, 2023 9:56 am
Post
by AutoSoft » Mon Jan 13, 2025 8:17 am
in windows,it's can show svg picture,but some SVG IS SMALL