One question. If I want that Application correctly show my extra characters (Croatian chars), I must before calling apps set LANG variable on this way: Code: LANG=hr_HR.UTF-8 wine app_name or, I must add env LANG=hr_HR.UTF-8 as prefix in Launcher. Can I somewhere set this variable as default, so I can call my apps without adding this text before.