Mutate
Mutate copied to clipboard
find xxx has no result
you should edit the file: ~/.config/Mutate/scripts/find/find.py 1-2line to :
1 #!/usr/bin/python2.7
2 # -- coding: utf-8 --
my os version is ubuntu.15.10
The correct way to set Python encoding would be
# -*- coding: utf-8 -*-
Not sure whether the version needs to be changed from python2 to python2.7.