SpiderOak / Encryptr

Encryptr is a zero-knowledge cloud-based password manager / e-wallet powered by Crypton
GNU General Public License v3.0
1.58k stars 138 forks source link

Encryptr is not opening in Ubuntu 17 #314

Open fabiobatalha opened 6 years ago

fabiobatalha commented 6 years ago

the tool do not launch in Ubuntu 17, neither with Wayland, neither with XORG.

ciphermenial commented 6 years ago

I had this issue. I ended up starting it from the command line and discovered it was after a library that wasn't installed. I installed that and it started working. I think it was something like libsdl.

michaelhochleitner commented 6 years ago

Had the same problem in Ubuntu 18.04. The missing library is libgconf-2-4. I clicked on the red "APT INSTALL" button on the following page to install libgconf-2-4: https://www.ubuntuupdates.org/package/core/bionic/universe/base/libgconf-2-4 . I was able to start Encryptr after that.

bdanchilla commented 6 years ago

Also had this issue.

› /opt/Encryptr/encryptr-bin 
/opt/Encryptr/encryptr-bin: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
sudo apt install libgconf-2-4
dloret commented 5 years ago

Same issue here. I found that this library was needed immediately after installing Encryptr, then it worked. Today, after months of good use, it just stopped working. It seems the library was uninstalled after my last Ubuntu upgrade because reinstalling libgconf-2-4 fixed the issue again. I'm on Ubuntu 18.10 ==> Linked to issue #319

Also, good occasion to say it, I love Encryptr. You did a very good job.