git-it-electron icon indicating copy to clipboard operation
git-it-electron copied to clipboard

Error running Git-it electron: error while loading shared libraries: libgtk-x11-2.0.so.0

Open myrasika opened this issue 6 years ago • 1 comments

I ran into some issue installing git-it on linux. It doesn't run when you click on the executable binary or when you run it from the terminal.

When I ran the binary from the terminal, I came across the following error error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file

I tried installing sudo apt-get install libglib2.0 as a possible solution but it didn't work.

Solution Running sudo apt-get install libgtk2.0-0 as suggested by this community https://askubuntu.com/questions/836142/error-while-loading-shared-libraries-libgtk-x11-2-0-so-0-no-such-file-or-direc worked.

Just wanted to post this for anyone who comes across the same issue

myrasika avatar Jul 05 '19 07:07 myrasika

Muchas gracias bro!

Yonwein21 avatar Aug 10 '23 15:08 Yonwein21