Silaty
Silaty copied to clipboard
start up doesn't recognize locale setting
silaty-indicator.py did not recognize locale setting on first run. Debian Jessie, gnome 3.14.1.
fayad@debianJessie:~/Silaty-master$ ./silaty-indicator.py
Traceback (most recent call last):
File "./silaty-indicator.py", line 13, in
Adding locale setting that's available with dpkg-reconfigure locale
to line 13 cleared it.
locale.setlocale(locale.LC_ALL, 'en_IN.UTF-8')
class SilatyIndicator(): def init(self):
Hope the script is suppose to check for the setting. Thanks.