Mutate icon indicating copy to clipboard operation
Mutate copied to clipboard

find xxx has no result

Open taohaoge opened this issue 9 years ago • 1 comments

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

taohaoge avatar Apr 18 '16 11:04 taohaoge

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.

kleinfreund avatar Mar 24 '17 07:03 kleinfreund