Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
1146627
Regression
No
Cannot launch Editor due to "libgconf-2.so.4: cannot open shared object file: No such file or directory"
Repro:
Install Unity using any method: the Hub or Linux Download Assistant or unpack from Unity.tar.xz
Attempt to launch it from command line: ~/Unity-2019.1.0f2/Editor/Unity
Result is the "error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory"
The editor is missing libgconf-2-4 package that's not installed by default. If it does not repro try `sudo apt remove libgconf-2-4`
Known workarounds:
- Install missing dependency: `sudo apt install libgconf-2-4`
- Launch the editor through the Hub
Tested on Ubuntu 18.04
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment