Advertisement
qq88

Untitled

Jul 25th, 2020
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.34 KB | None | 0 0
  1. [qq88@qq88-pc ~]$ LANG=en autokey-gtk --verbose
  2.  
  3. (autokey-gtk:53136): Gtk-WARNING **: 08:39:27.807: Locale not supported by C library.
  4.         Using the fallback 'C' locale.
  5.  
  6. (autokey-gtk:53136): Gtk-WARNING **: 08:39:27.815: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
  7.  
  8. (autokey-gtk:53136): Gtk-WARNING **: 08:39:27.815: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
  9.  
  10. (autokey-gtk:53136): Gtk-WARNING **: 08:39:27.816: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
  11. Traceback (most recent call last):
  12.  File "/usr/bin/autokey-gtk", line 33, in <module>
  13.    sys.exit(load_entry_point('autokey==0.95.10', 'console_scripts', 'autokey-gtk')())
  14.  File "/usr/bin/autokey-gtk", line 25, in importlib_load_entry_point
  15.    return next(matches).load()
  16.  File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
  17.    module = import_module(match.group('module'))
  18.  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  19.    return _bootstrap._gcd_import(name[level:], package, level)
  20.  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  21.  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  22.  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  23.  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  24.  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  25.  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  26.  File "/usr/lib/python3.8/site-packages/autokey/gtkui/__main__.py", line 4, in <module>
  27.    from autokey.gtkapp import Application
  28.  File "/usr/lib/python3.8/site-packages/autokey/gtkapp.py", line 47, in <module>
  29.    from autokey.gtkui.configwindow import ConfigWindow
  30.  File "/usr/lib/python3.8/site-packages/autokey/gtkui/configwindow.py", line 31, in <module>
  31.    locale.setlocale(locale.LC_ALL, '')
  32.  File "/usr/lib/python3.8/locale.py", line 608, in setlocale
  33.    return _setlocale(category, locale)
  34. locale.Error: unsupported locale setting
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement