cbourbou
unread,Feb 9, 2012, 12:27:28 AM2/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to autokey-users
Hi all
I see that the method to solve the "unsupported locale setting"
problem is to "go into AutoKey's preferences, and on the Interface tab
change the setting to "XRecord"".
But I cannot enter the Autokey preferences, since the application
doesn't start. However, I've found that I already seem to use XRecord,
as in [Home]/.config/Autokey/autokey.json it says "interfaceType":
"XRecord"
Running
Ubuntu 11.10
Autokey 0.71.2-1
Python: 2.7.2-7ubuntu2
Autokey crashes with:
$ autokey
(process:14187): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/autokey", line 20, in <module>
from autokey.gtkapp import Application
File "/usr/lib/python2.7/dist-packages/autokey/gtkapp.py", line 27,
in <module>
from gtkui.notifier import Notifier
File "/usr/lib/python2.7/dist-packages/autokey/gtkui/notifier.py",
line 19, in <module>
import popupmenu, abbrselector
File "/usr/lib/python2.7/dist-packages/autokey/gtkui/
abbrselector.py", line 21, in <module>
import configwindow
File "/usr/lib/python2.7/dist-packages/autokey/gtkui/
configwindow.py", line 26, in <module>
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python2.7/locale.py", line 540, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
Anything else I can do?
Many thanks