Author Topic: codeblocks in ubuntu  (Read 2755 times)

Offline palmoni777

  • Single posting newcomer
  • *
  • Posts: 5
codeblocks in ubuntu
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: codeblocks in ubuntu
« Reply #1 on: September 30, 2015, 08:39:17 pm »
What?
(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!]

Offline palmoni777

  • Single posting newcomer
  • *
  • Posts: 5
Re: codeblocks in ubuntu
« Reply #2 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: codeblocks in ubuntu
« Reply #3 on: October 03, 2015, 04:01:06 pm »
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!]