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