QBlocker icon indicating copy to clipboard operation
QBlocker copied to clipboard

QBlocker not working on macOS 10.15.2

Open zrabin opened this issue 5 years ago • 5 comments

After updating to macOS 10.15.2, QBlocker has stopped working.

zrabin avatar Dec 15 '19 23:12 zrabin

I found https://github.com/yasuaki0521/QBlocker which has been updated much more recently, I'm gonna try to compile it and see if it works.

EDIT: That version works (and even fixes some bugs), but it's somewhat complicated to build and there is a relatively trivial error preventing it from starting up (it uses a very old method to try and add itself to Login Items for startup which was removed) that has to be bypassed before it will work. I would recommend getting in touch with that developer because with a couple small changes they could easily release this project again.

ersan avatar Dec 17 '19 02:12 ersan

Here's that version compiled with the Login Items bypassed (you'll have to manually add QBlocker to Login Items if you want it to run on startup)

https://ersan.us/QBlocker.zip

I'm not really a macOS developer and I'm not sure how signing works with it so it may not start? Let me know.

ersan avatar Dec 17 '19 03:12 ersan

Hey @ersan, thanks for compiling. Unfortunately, when trying to open the file you compiled macOS tells me that the file is damaged and needs to be moved to the trash. Any tips on compiling my own version of the source code?

3raxton avatar Feb 29 '20 08:02 3raxton

Honestly it was months ago, and all I remember is it being a bit of a pain. I've since switched to CommandQ. You can fix the error you're seeing by allowing apps downloaded from "Anywhere" in your security & privacy settings though.

ersan avatar Mar 08 '20 13:03 ersan

Hey @ersan, thanks for compiling. Unfortunately, when trying to open the file you compiled macOS tells me that the file is damaged and needs to be moved to the trash. Any tips on compiling my own version of the source code?

sudo xattr -rd com.apple.quarantine /Applications/QBlocker.app

p3P4 avatar Sep 27 '20 09:09 p3P4