emin / WebPQuickLook

Mac OS X QuickLook plugin for WebP image files
776 stars 44 forks source link

I only *thought* I had a problem (was: Dinna work in macOS Mojave) #30

Open seamusdemora opened 8 months ago

seamusdemora commented 8 months ago

As it turns out, I just wasn't using my imagination... Posting this as an aid to others who may encounter the same issues:

When I followed the "default" instructions from my "regular" mac user account, here's what I saw:

$ curl -L https://raw.github.com/emin/WebPQuickLook/master/install.sh | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   194  100   194    0     0    752      0 --:--:-- --:--:-- --:--:--   752
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
x WebpQuickLook.qlgenerator/: Can't create 'WebpQuickLook.qlgenerator'
x WebpQuickLook.qlgenerator/Contents/: Failed to create dir 'WebpQuickLook.qlgenerator'Can't create 'WebpQuickLook.qlgenerator/Contents'
x WebpQuickLook.qlgenerator/Contents/Info.plist: Failed to create dir 'WebpQuickLook.qlgenerator'Can't create 'WebpQuickLook.qlgenerator/Contents/Info.plist'
x WebpQuickLook.qlgenerator/Contents/MacOS/: Failed to create dir 'WebpQuickLook.qlgenerator'Can't create 'WebpQuickLook.qlgenerator/Contents/MacOS'
x WebpQuickLook.qlgenerator/Contents/Resources/: Failed to create dir 'WebpQuickLook.qlgenerator'Can't create 'WebpQuickLook.qlgenerator/Contents/Resources'
x WebpQuickLook.qlgenerator/Contents/Resources/en.lproj/: Failed to create dir 'WebpQuickLook.qlgenerator'Can't create 'WebpQuickLook.qlgenerator/Contents/Resources/en.lproj'
x WebpQuickLook.qlgenerator/Contents/Resources/en.lproj/InfoPlist.strings: Failed to create dir 'WebpQuickLook.qlgenerator'Can't create 'WebpQuickLook.qlgenerator/Contents/Resources/en.lproj/InfoPlist.strings'
x WebpQuickLook.qlgenerator/Contents/MacOS/WebpQuickLook: Failed to create dir 'WebpQuickLook.qlgenerator'Can't create 'WebpQuickLook.qlgenerator/Contents/MacOS/WebpQuickLook'
100  136k  100  136k    0     0   532k      0 --:--:-- --:--:-- --:--:--  532k
tar: Error exit delayed from previous errors.
mv: rename WebpQuickLook.qlgenerator to /Users/jmoore/Library/QuickLook/WebpQuickLook.qlgenerator: No such file or directory
qlmanage: resetting quicklookd

But - turns out I didn't have the required privileges (did not try sudo). However, I went to my Admin account, and installed it for all users iaw the suggestion here:

curl -L https://raw.github.com/emin/WebPQuickLook/master/install-all.sh | sh

Maybe a small change to the README file here would help?

Anyway - it seems to be working fine!