vegardinho / alfred_bluetooth_controller

Alfred workflow for managing bluetooth settings and -connections
MIT License
95 stars 7 forks source link

blueutil path is potentially different on 12.4 #25

Closed abondarev84 closed 1 year ago

abondarev84 commented 1 year ago

my path on 12.4 is /Users/<username>/.config/alfred/Alfred.alfredpreferences/workflows/user.workflow.*/blueutil

consider using $HOME/.config/alfred/Alfred.alfredpreferences/workflows/user.workflow.*/blueutil in your instructions to be a bit more generalized?

vegardinho commented 1 year ago

Are you having issues with this as of now? Could you in that case post some debugging info? Currently I use relative paths, i.e. './blueutil', so I am a little surprised if if does not work for you, even with a different workflow path.

abondarev84 commented 1 year ago

once I adjusted the path it was smooth scrolling from there.

vegardinho commented 1 year ago

Where did you adjust the path?

vegardinho commented 1 year ago

Never mind, I understood what you meant now. Your path does not work for me, so for now I propose to point to whatever the alfred gui spits out: bd8a8cb5ff46ac8666f523c4ed2395d9dba748b3

abondarev84 commented 1 year ago

I'm on 12.4 on a managed laptop if that helps. but I totally agree, my path might be completely different to others.

I'm not sure if it's possible but maybe the path can be populated during "install" based on pwd of the workflow?

vegardinho commented 1 year ago

Unless you have a concrete suggestion, I'll go ahead and merge #26.