Code::Blocks Forums

User forums => Help => Topic started by: palmoni777 on September 30, 2015, 07:52:21 pm

Title: codeblocks in ubuntu
Post 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
Title: Re: codeblocks in ubuntu
Post by: oBFusCATed on September 30, 2015, 08:39:17 pm
What?
Title: Re: codeblocks in ubuntu
Post by: palmoni777 on October 03, 2015, 03:09:10 pm
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
Title: Re: codeblocks in ubuntu
Post by: oBFusCATed on October 03, 2015, 04:01:06 pm
What is your system/user locale?
Have you tried the internalization options in Settings -> Environment -> View?