Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Not able to change the language to english #11533

Open
core-ai-bot opened this issue Aug 30, 2021 · 7 comments
Open

[CLOSED] Not able to change the language to english #11533

core-ai-bot opened this issue Aug 30, 2021 · 7 comments

Comments

@core-ai-bot
Copy link
Member

Issue by imrahul81
Monday Nov 06, 2017 at 17:27 GMT
Originally opened as adobe/brackets#13815


I installed Brackets 1.11 build 1.11.0-17524 (release 86b5e2d4e) 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!

@core-ai-bot
Copy link
Member Author

Comment by kiroma
Monday Nov 06, 2017 at 18:53 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by imrahul81
Monday Nov 06, 2017 at 19:46 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by kiroma
Monday Nov 06, 2017 at 20:14 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by imrahul81
Monday Nov 06, 2017 at 20:44 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by kiroma
Monday Nov 06, 2017 at 21:00 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by ficristo
Thursday Nov 09, 2017 at 19:37 GMT


Duplicate of #13738

@core-ai-bot
Copy link
Member Author

Comment by mf9940
Thursday Aug 29, 2019 at 01:45 GMT


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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant