Vegard Landsverk

Results 15 comments of Vegard Landsverk

I'll need some debugging info if you want me to take a look at it. Your command line return indicates that there is no quarantine on that file, so the...

Take a screenshot from the outout of the [Workflow Debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/)

Might be that I accidentally removed cross compatibility in the last update. Try to replace the blueutil binary file with the one below (or install the alternative workflow, also below;...

Can you try this workflow? Make sure to delete or rename the commands of the old workflow first. [Bluetooth Controller Beta.zip](https://github.com/vegardinho/alfred_bluetooth_controller/files/12568013/Bluetooth.Controller.Beta.zip)

Can you try running the binary below directly? `cd ~/Downloads/blueutil` (or wherever you unzip the file) `./blueutil --paired` Does it run as expected? Also, if you could install blueutil with...

@JSFLJ Could you also do this? > Also, if you could install blueutil with homebrew/macports/other and send me the installed version (check where it is by running whereis blueutil), that...

Thanks, @rh10hd! And I'm glad you got it working, @JSFLJ! I've now created a new version that relies on Homebrew installation through Alfred's 'Resolve Dependencies' feature. That should therefore rid...

Thanks for the feedback, @rh10hd! Maybe you're right that allowing Alfred to manage bluetooth is sufficient! Still, I'm not comfortable ruling out the possibility of it not being enough –...

Now pushed [v4.2](https://github.com/vegardinho/alfred_bluetooth_controller/releases/tag/4.2). Closing this issue.

~~I’ll need some debug info if you want me to look into it. Also, check out the debugging section in README if you haven’t already. The most likely problem is...