qzind / qz-print

Archive for legacy qz-print versions (1.8, 1.9). See https://github.com/qzind/tray for modern versions.
Other
141 stars 101 forks source link

Enhance locator.sh on Mac #85

Closed tresf closed 9 years ago

tresf commented 9 years ago

Currently, locator.sh on Mac will find an application that is found by lsregister regardless of its location.

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.)

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