jlord/git-it-electron

dependency on libXScrnSaver

gbarwis opened this issue ยท 12 comments

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 commented

Thank you! I will add a note about this to the readme ๐Ÿ‘

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.

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

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

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

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

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

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

sudo apt install gconf2

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

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

Linux mint
sudo apt install gconf2
works for me