Can't get Turtl running on Ubuntu 18.04


#1

I’ve gone through the motions of installing Turtl a couple of separate times, allegedly successfully, but as soon as I try to run, the app just closes without any dialogue.

It’d be great if someone has a solution. I really want to keep using turtl


#2

I had a problem on Ubuntu as well. Have you tried running it in a terminal? I had this:

libgconf-2.so.4: cannot open shared object file: No such file or directory

The solution was this:
sudo apt-get install libgconf-2-4


#3

There was another post like that.

Installing gconf2 did it for me. It will install all the library files you need. No need for specifics.

sudo apt install gconf2 -y