I’m getting errors about Fluent/Gambit lock files, what can I do?

Both Gambit and Fluent create lock files with the extension .lok. To find and remove your lock files run the following in a Terminal:
‘find ~/ -name “*.lok” -exec rm {} \;’

Posted in: Software