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
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
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
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