I wanted to give launchy a try, but all I get is this:
$ launchy
Could not load platform file!
Any idea as to why?
I wanted to give launchy a try, but all I get is this:
$ launchy
Could not load platform file!
Any idea as to why?
launchy is looking for /usr/lib/launchy/whatever file
this will not exist because launchy libraries were installed in /usr/lib64/launchy
if you create a symlink at /usr/lib/launchy pointing to /usr/lib64/launchy it will work
Worked like a charm, thank you very much ^^