Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Not able to change the language to english #13815

Closed
imrahul81 opened this issue Nov 6, 2017 · 7 comments
Closed

Not able to change the language to english #13815

imrahul81 opened this issue Nov 6, 2017 · 7 comments

Comments

@imrahul81
Copy link

I installed Brackets 1.11 build 1.11.0-17524 (release 86b5e2d) and the language was some gibberish.
I tried changing the language from debug menu as pointed out by others but no luck.
OS - Ubuntu 17.10
screenshot from 2017-11-06 22-55-57
Please help!

@kiroma
Copy link

kiroma commented Nov 6, 2017

Known issue at #13738, please look at #13731 for resolution.
In essence, to solve it please install libpangoft2-1.0-0 <= 1.40.5 or unpack the libs from the package to path of Brackets installation.

@imrahul81
Copy link
Author

Installing the package isn't helping. Its already a new version.
Even the threads #13738 and #13731 couldn't help.
screenshot from 2017-11-07 01-14-10

@kiroma
Copy link

kiroma commented Nov 6, 2017

Whoops, typo.
What I meant is you need to downgrade the package to be at least version 1.40.5 or older, because the newer versions remove a function which CEF uses for rendering the menus.

@imrahul81
Copy link
Author

Well!
Sorry to bother.
But how do I downgrade the libpangoft2-1.0.1 (1.40.12-1) to earlier version.
OS- Ubuntu 17.10

@kiroma
Copy link

kiroma commented Nov 6, 2017

Ubuntu unfortunately deletes old versions of packages from its repositories, so you'll need to either find an old package, wait for brackets 1.12 where a workaround is going to be implemented, or compile from source.
If you choose to compile from source, run the following commands:

sudo apt-get install build-essential git
sudo apt-get build-dep libpangoft2-1.0-0
git clone git://git.gnome.org/pango
cd pango
./configure --prefix=<PATH_TO_BRACKETS (i.e. /opt/brackets/)>
make
make install

Last step may require using sudo, depending on method and path of your installation.

@ficristo
Copy link
Collaborator

ficristo commented Nov 9, 2017

Duplicate of #13738

@ficristo ficristo marked this as a duplicate of #13738 Nov 9, 2017
@ficristo ficristo closed this as completed Nov 9, 2017
@mf9940
Copy link

mf9940 commented Aug 29, 2019

So I was messing around with my Brackets settings and changed my lang from English to Italian, any idea how to switch it back?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants