News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

codeblocks in ubuntu

Started by palmoni777, September 30, 2015, 07:52:21 PM

Previous topic - Next topic

palmoni777

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

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

palmoni777

Quote from: oBFusCATed on September 30, 2015, 08:39:17 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

oBFusCATed

What is your system/user locale?
Have you tried the internalization options in Settings -> Environment -> View?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]