emin / WebPQuickLook

Mac OS X QuickLook plugin for WebP image files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't appear to work in macos 10.12 Sierra

satmandu opened this issue · comments

Quicklook on a webp just gives a blank screen now.

works for me on Sierra 10.12.3

I reproduce the issue and the reason was that another application's quicklook plugin, in my case Pixelmator quicklook plugin (it's not under ~/Library/QuickLook), it's broken and can't generate quicklook previews for webp. It comes with application and somehow it registers public.webp UTI type to itself and making macOS to use that generator.

This plugin seems working fine, after removing Pixelmator's plugin files (actually I moved it to another directory).

How do you know what's the issue for you ?

First enable quicklook logging by entering below command into terminal;

defaults write -g QLEnableLogging YES

Then open Console app and watch it while trying to quicklook a webp file. You'll see similar error logs to this;

screen shot 2017-04-19 at 09 23 26

As you can see it says which plugin it uses and if it's the case like this, try to move that generator to another directory and then see if it works with this plugin.

Note: Make sure you reset qlmanage while doing these changes.

qlmanage -r

and in some cases it isn't enough to reset it, I kill Finder by doing;

killall Finder

don't worry it'll restart and go to where you were before

This is the screenshot to prove that it works with this plugin;

screen shot 2017-04-19 at 09 32 04