View Single Post
  #4   (View Single Post)  
Old 19th July 2019
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by brudan View Post
Thank you, jggimi. I changed my ~/.xsession to this...

Code:
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
fluxbox
Fluxbox should be started this way when run from .xsession:
Code:
exec startfluxbox
Reply With Quote