-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
dependency on libXScrnSaver #182
Comments
Thank you! I will add a note about this to the readme 👍 |
A ran into a similar issue on Ubuntu. |
you have to install apt-get install libgconf-2-4 |
This works fine, Thank you |
Me, I have : |
Hi guys, new web development student here, like literally new, I am having the same error Git-it-linux-x64/Git-it |
In Fedora 34 (Workstation Edition) this works if you have this problem |
In Ubuntu 22.04 it's possible to open Git-it after installing gconf2:
|
This work fine on ubuntu 22.04 |
I have Ubuntu 22.04 and installing gconf2 did not solve the problem, what else i could do? |
Linux mint |
https://www.quora.com/How-do-I-run-an-Ubuntu-executable |
Git-it 4.2.3 appears to have a dependency on libXScrnSaver.
Clean minimal install of CentOS 7 (plus GNOME, Python 3.6, PyCharm, and a few related packages), unzipping 4.2.3 and running Git-it in a terminal gives this error:
Git-it-linux-x64/Git-it: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
installing libXScrnSaver fixes the issue, but if users follow the instructions on the main page (double-clicking on the executable in Linux GUI), that error is masked, the application just doesn't appear to launch.
The text was updated successfully, but these errors were encountered: