python icon indicating copy to clipboard operation
python copied to clipboard

[locate] database update

Open martinengelke opened this issue 1 year ago • 4 comments

Package source

Github

App logs

macOS

Current Behavior

it's not updating the locate database

Expected Behavior

should update the locate database

Anything else?

change lambda: runTerminal("sudo updatedb") into lambda: runTerminal("/usr/libexec/locate.updatedb")

workaround: sudo ln -s /usr/libexec/locate.updatedb /usr/local/bin/updatedb

martinengelke avatar Oct 09 '24 00:10 martinengelke