Code::Blocks Forums
User forums => Help => Topic started by: palmoni777 on September 30, 2015, 07:52:21 pm
-
Anyone who display problems such as Ubuntu, can not display the text editor, you can fix it edited file codeblocks.desktop edit this section Exec:
Exec=bash -c "LANG=en_US codeblocks %F"
The file is located or in /usr/share/applications/
or in ~/local/share/applications/codeblocks.desktop
-
What?
-
What?
You can not use codeBlocks on ubuntu. Need to add a command to run
Exec=bash -c "LANG=en_US codeblocks %F
or
env LANG=en_US.UTF-8 codeblocks %F
in codeblocks.desktop file
The problem especially if the operating system language is written from right to left
Apologies for the English. Translated via Google Translate
-
What is your system/user locale?
Have you tried the internalization options in Settings -> Environment -> View?