-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to unlock mutex that was not locked #39
Comments
i'm using arch, too and i cannot reproduce this. |
Thank you for your prompt response Mikar. |
I've tested the software and it's actually blocking ads unlike some other scripts I tried earlier. |
Fixed 3 issues: #36,#38, #39 New options: substring_search (boolean, set to True if you want to be able to block "Bloodhound Gang - Ivan Eth Nioj" with "Ivan". Risk for fals e positives) pacmd_muted_value (string, the localized value for "yes", needed to parse the pacmd list-sink-inputs output correctly)
When running blockify installed from AUR on Arch Linux I encounter the following error before the process ends:
Attempt to unlock mutex that was not locked
Apparently the problem is triggered by the upgrade from glib2 and can be resolved by removing the line gtk.gdk.threads_init() from some packages but I have been unable to find it in any of the files from this package.
The text was updated successfully, but these errors were encountered: