-
Notifications
You must be signed in to change notification settings - Fork 7.6k
File tree doesn't open #15135
Comments
I installed the library canberra-gtk-module manually and that error has disappeared. |
I tried using apt to install libatk-adaptor - supposed to contain above item but it said I already had the latest version (2.34.1-3). I even tried libatk-adaptor:i386 as a comment on a support forum mentioned it - but it makes no difference, in a terminal I still get the 'Failed to load module 'atk-bridge' error and in Brackets I still can't expand the file tree. Hope this all helps. |
In the issue report itself, section "Actual Behaviour" please ignore the locale bit - the actual behaviour is, as mentioned, that you just get the Open Folder option. The locale is mentioned again in the section of errors that can be seen when starting Brackets from a terminal... where it is one of the more minor errors I think. |
This turned out - on more investigation - to be about the libcurl3 versus libcurl4 issue discussed in #14171. I used the editing of .deb file workaround and it worked for me too. |
Prerequisites
Debug -> Reload Without Extensions
?For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
Brand new system box, fresh install of Ubuntu 20.4, fresh install of Brackets 1.14 (build 1.14.1-17752 (release-1.14.1 959fed1) build timestamp: Thu Nov 28 2019 08:58:11 GMT+0000. If I load via Activities to start Brackets and then use File, Open Folder and select a folder containing development version of my website the name of the top level folder appears in the tree view at the left side of the screen. But, it cannot be expanded. I have used Brackets for a long time - my entire web site was developed on it! But now, when I click on the folder name in tree view I just get the 'Open Folder' option again.
Steps to Reproduce
Expected behavior: [What you expected to happen]
The tree view should expand and show the sub folders and the individual files
Actual behavior: [What actually happened]Gtk: Locale not supported by C library.
Using the fallback 'C' locale.
You just get the "Open Folder" option
Versions
OS version: 20.04
Brackets version: 1.14
There is a clue perhaps in what happens if I run Brackets from a terminal:
There are long list of errors and other comments, the second of which is:
Failed to load module "canberra-gtk-module"
(The first is "Gtk: Locale not supported by C library. Using the fallback 'C' locale." which doesn't sound quite as serious.)
I would suspect missing dependencies on my machine but I installed by running:
sudo snap install brackets --classic
which I thought would include all needed dependencies?
Thanks for any help you can offer and I hope that it is of some help that I posted the issue.
The text was updated successfully, but these errors were encountered: