-
Notifications
You must be signed in to change notification settings - Fork 938
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
libgconf-2.so.4 not included #653
Comments
I wonder if it's an issue with Ubuntu not including this library by default 🤔
Well I remember including libraries with GD4 and it was generally a bad idea for compatibility on Linux. I would rather try to find why an Electron app (GD5) is not running as is without installing extra libraries on Ubuntu 18.04, which seems strange! |
I think thats a gnome library. Didn't ubuntu recently move back to using gnome-shell? |
The user reporting it confirms that installing the missing lib solves the problem :) |
Yeah that's the issue of this missing library. I wonder if other software got the same issue? |
@4ian it's very common on linux :) |
I think I could add some help maybe about this on the website? What do you think? |
Yeah, an advice and the command to install the lib in the download section should be enough. |
Closing as this should be enough to inform new Linux users about this! :) |
Please provide an AppImage, and please bundle libgconf2-4 inside it. Thank you very much. Providing an AppImage would have, among others, these advantages:
|
If you want to try it by yourself, you can give it a go by following the setup instructions from the README (https://github.com/4ian/GDevelop/blob/master/newIDE/README.md#installation) and then building the app package: https://github.com/4ian/GDevelop/blob/master/newIDE/README.md#desktop-version The packaging is done using
I don't have much time to test this on Linux, so any help if welcome :) EDIT: Also created https://trello.com/c/ySX0iU8t/172-package-gdevelop-5-as-an-appimage-for-linux |
libgconf-2.so.4 definitely needs to be bundled inside the AppImage so that users won't have to install it. |
Also, the AppImage seems to be missing from https://gdevelop-app.com/download/? |
It was never distributed ;) I still distribute a .tar.gz for now. https://trello.com/c/ySX0iU8t/172-package-gdevelop-5-as-an-appimage-for-linux is the feature request. Any help is welcome to test that this works on a variety of distributiosn. |
Describe the bug
Ubuntu 18.04 (I think 17.04+) doesn't include
libgconf-2.so.4
library by default, making it impossible to launch GD5. Reported here: http://forum.compilgames.net/viewtopic.php?f=18&t=10678#p68148Other details
It can be fixed installing it with
sudo apt-get install libgconf-2-4
(confirmed).Maybe it should be included with the AppImage?
The text was updated successfully, but these errors were encountered: