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

Missing libgconf2-4 on Ubuntu 18.04 #319

Open astaruch opened 5 years ago

astaruch commented 5 years ago

Hi, on a fresh install of Ubuntu 18.04, there is a missing dependency of libgconf2-4. Workaround of this is:

sudo apt -y install libgconf2-4

Preffered solution would be bundling the dependency.