ian4hu / Clipy

Clipboard extension app for macOS.
https://clipy-app.com
MIT License
253 stars 17 forks source link

Fails to open on macOS 10.14.6 #32

Closed andrew-dixon closed 5 years ago

andrew-dixon commented 5 years ago

I was having problems with Clipy not opening on macOS 10.14.6 and was hoping your fork would fix this, unfortunately I have the same issue as shown on:

https://github.com/Clipy/Clipy/issues/374

and

https://github.com/Clipy/Clipy/issues/375

A fix for this would be very much appreciated.

Thanks.

andrew-dixon commented 5 years ago

Update to this, it actually works ok 10.14.6, however, you need to clear everything related to Clipy from the ~/Libray first, otherwise, it will not work and just closes immediately upon launch. I used the following command to find everything:

find ./ |grep -i clipy

from inside the ~/Library directory.