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

dependency on libXScrnSaver #182

Closed
gbarwis opened this issue Feb 18, 2017 · 12 comments
Closed

dependency on libXScrnSaver #182

gbarwis opened this issue Feb 18, 2017 · 12 comments

Comments

@gbarwis
Copy link

gbarwis commented Feb 18, 2017

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.

@jlord jlord added the Linux ☃ label Nov 1, 2017
@jlord
Copy link
Owner

jlord commented Nov 1, 2017

Thank you! I will add a note about this to the readme 👍

@jlord jlord closed this as completed in 3dd99e0 Nov 1, 2017
nedseb pushed a commit to IUTInfoAix-M2105/git-it-electron that referenced this issue Mar 20, 2018
@garybot
Copy link

garybot commented Sep 3, 2018

A ran into a similar issue on Ubuntu.
Git-it-Linux-x64/Git-it: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
Installing libgconf2-4 seems to have solved the issue.

@rhxelj
Copy link

rhxelj commented Jul 4, 2019

A ran into a similar issue on Ubuntu.
Git-it-Linux-x64/Git-it: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
Installing libgconf2-4 seems to have solved the issue.

you have to install apt-get install libgconf-2-4

@SKManojKumar96
Copy link

A ran into a similar issue on Ubuntu.
Git-it-Linux-x64/Git-it: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
Installing libgconf2-4 seems to have solved the issue.

you have to install apt-get install libgconf-2-4

This works fine, Thank you

@bonnebulle
Copy link

Me, I have :
/Git-it-Linux-x64/blink_image_resources_200_percent.pak : commande introuvable
= "commande not found"
(and libgconf-2-4 is installed, am on Debian 10)
have a good day

@gonzalezjc
Copy link

Hi guys, new web development student here, like literally new, I am having the same error Git-it-linux-x64/Git-it
-bash: Git-it-linux-x64/Git-it: No such file or directory
and libgconf-2-4 is installed, if double-clicking does not work after this what else can I do? I have a pixelbook with Linux web developer environment. Thanks in advance

@JhonWilderParionaVilca
Copy link

JhonWilderParionaVilca commented Nov 18, 2021

In Fedora 34 (Workstation Edition) this works
sudo dnf install -y libgconf-2.so.4

if you have this problem ./Git-it: error while loading shared libraries: libgconf-2.so.4: wrong ELF class: ELFCLASS32 , execute sudo dnf install -y GConf2-3.2.6-30.fc34.x86_64

@angelgr-com
Copy link

In Ubuntu 22.04 it's possible to open Git-it after installing gconf2:

sudo apt install gconf2

@sciencehope
Copy link

In Ubuntu 22.04 it's possible to open Git-it after installing gconf2:

sudo apt install gconf2

This work fine on ubuntu 22.04

@AnnaFYZ
Copy link

AnnaFYZ commented Mar 21, 2023

I have Ubuntu 22.04 and installing gconf2 did not solve the problem, what else i could do?

@KristinaDudnyk
Copy link

Linux mint
sudo apt install gconf2
works for me

@Liluter
Copy link

Liluter commented Feb 17, 2024

https://www.quora.com/How-do-I-run-an-Ubuntu-executable
For me help this article

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests