AdamWagner / stackline

Visualize yabai window stacks on macOS. Works with yabai & hammerspoon.
944 stars 47 forks source link

Unable to launch hs.task process #117

Closed Makukuu closed 1 year ago

Makukuu commented 1 year ago

I followed the instructions on installing the stackline without success. The following message is displayed in Hammerspoon console: Warning: LuaSkin: hs.task:launch() Unable to launch hs.task process: launch path not accessible

Notes: 1) Firstly, I didn't install in ~/.hammerspoon, but in ~/.config/hammerspoon Afterwards I uninstalled and performed a clean installation in the according directory.

2) This works for me in regards to getting the true output https://github.com/Hammerspoon/hammerspoon/issues/2930#issuecomment-899092002

But doesn't fix my stackline issue

thomascrha commented 1 year ago

Yeah I'm seeing the same issue with that warning and nothing is being rendered Ok after actually reading the tutorial and noting that I install yabai via homebrew - I needed to make sure the yabai path was correct in the conf.lua - This issue is what helped me the most https://github.com/AdamWagner/stackline/issues/115

Makukuu commented 1 year ago

Yes!! It was the same issue for me, only I had it installed at two places because of some tutorial I watched - so I used the wrong "right" path Working now, Thanks!!