Open vibaiher opened 4 years ago
First time user here on Ubuntu 20.04.1 LTS
with KDE Plasma, trying to start the x64 version:
$ ./turtl
Segmentation fault (core dumped)
Trying to install the above mentioned packed did nothing:
$ sudo apt install libgconf-2-4
libgconf-2-4 is already the newest version (3.2.6-6ubuntu1).
The x86 version did not work as well:
$ ./turtl
./turtl: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Even though the lib should be present:
$ sudo apt install libgtk2.0-0
libgtk2.0-0 is already the newest version (2.24.32-4ubuntu4).
Had interest in the premium plan, not so much anymore. Hope you get it deployed in a depdency-less manner, maybe AppImage/Snap/Website?
Did you try installing the libgconf-2-4-dev libraries? I think there may be headers there that are required. Sorry for the inconvenience.
On Oct 17, 2020, at 1:00 PM, Adrian Rudnik notifications@github.com wrote:
First time user here on Ubuntu 20.04.1 LTS with KDE Plasma, trying to start the x64 version:
$ ./turtl Segmentation fault (core dumped) Trying to install the above mentioned packed did nothing:
$ sudo apt install libgconf-2-4 libgconf-2-4 is already the newest version (3.2.6-6ubuntu1). The x86 version did not work as well:
$ ./turtl ./turtl: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory Even though the lib should be present:
$ sudo apt install libgtk2.0-0 libgtk2.0-0 is already the newest version (2.24.32-4ubuntu4). Had interest in the premium plan, not so much anymore. Hope you get it deployed in a depdency-less manner, maybe AppImage/Snap/Website?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@rubbingalcoholic Hi, sorry for the delay, just tried again.
Just tried to find a related package for the dependency you mentioned:
$ apt search libgconf
libgconf-2-4/focal,now 3.2.6-6ubuntu1 amd64 [installed]
GNOME configuration database system (shared libraries)
libgconf2-dev/focal 3.2.6-6ubuntu1 amd64
GNOME configuration database system (development)
libgconf2-doc/focal,focal 3.2.6-6ubuntu1 all
GNOME configuration database system (API reference)
After the installation of libgconf2-dev
I still get:
~/Downloads/turtl-linux64/turtl $ ./turtl
Segmentation fault (core dumped)
For Debian 10:
$ sudo apt install libgconf-2-4
Hello!
A super-happy turtl user here. I'm just opening this issue since it's the second time I find myself having problems when installing turtl on a clean-up ubuntu installation.
After installing it, when I run the installed executable, I find this error:
If this error happens, you just need to install
libgconf-2-4
:Maybe can be useful to include this tip in the download page, or including a README or something like this to include it.