zquestz / s

Open a web search in your terminal.
MIT License
2.34k stars 114 forks source link

Cant specify binary using snap #141

Closed Julioevm closed 5 years ago

Julioevm commented 5 years ago

Hey, I'm trying to use s-search -b w3m but I get the message: executable "w3m" not found in $PATH which it is. I've also tried to set the config file in .config/s/config with "binary: /usr/bin/w3m" With no luck, so far. Is this a problem of the snap packaged version or am I doing something wrong?

Btw, I've also tried to use firefox instead with no luck, I get the same issue if I try -b with any browser. Thanks,

zquestz commented 5 years ago

Unfortunately snap packages are isolated and can't see your normal path or binaries. This is unsupported at this time. =(