Skip to content

Commit

Permalink
Fix for some apps not displaying i18n messages correctly (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarbat authored Feb 27, 2017
1 parent b2548f9 commit fc7cc2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/kano-ui-autostart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export NO_AT_BRIDGE=1
export XKB_DEFAULT_RULES=evdev
export XKB_DEFAULT_LAYOUT=`setxkbmap -query | grep layout | awk '{print $2}'`

# Tell python modules to use UTF-8 on the console for i18n messages to display accurately.
export PYTHONIOENCODING=UTF-8

systemctl --user import-environment

function track_startup
Expand Down

0 comments on commit fc7cc2e

Please sign in to comment.