abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.
MIT License
263 stars 12 forks source link

Command mode misses most of $PATH #22

Closed outfoxxed closed 4 months ago

outfoxxed commented 4 months ago

Command mode misses a large amount of programs in $PATH. Example below running in non-daemon mode. image

abenz1267 commented 4 months ago

most likely a symlink issue, fixed once https://github.com/golang/go/issues/49580 hits Go.