Closed tresf closed 9 years ago
Currently, locator.sh on Mac will find an application that is found by lsregister regardless of its location.
locator.sh
lsregister
Per https://github.com/qzind/qz-print/commit/bb144fc5f2c9374dbd9ffa0a6e9bec0166f6e073 I filtered out /Volume and .Trash versions of Firefox.app, but it still finds miscellaneous ones (user's Desktops, etc.)
/Volume
.Trash
Firefox.app
We need to enhance locator.sh to return the best match. First, in /Application, next in user applications, last in weird places.
/Application
Assigning to @Vzor-
Related #81
Currently,
locator.sh
on Mac will find an application that is found bylsregister
regardless of its location.Per https://github.com/qzind/qz-print/commit/bb144fc5f2c9374dbd9ffa0a6e9bec0166f6e073 I filtered out
/Volume
and.Trash
versions ofFirefox.app
, but it still finds miscellaneous ones (user's Desktops, etc.)We need to enhance locator.sh to return the best match. First, in
/Application
, next in user applications, last in weird places.Assigning to @Vzor-
Related #81