Linux installation problems
After downloading I extracted the files and tried to start the Bibisco executable: but nothing happens.
You have to launch bibisco from the terminal with
--no-sandbox
option.This problem is fixed with version 2.4.0.
Ubuntu 19.04 missing two libraries needed by bibisco:
libgconf-2-4
and libgtk2.0-0
.So, to run bibisco on Linux 19.04 you have to install these libraries; from the terminal, you have to launch these commands:
sudo apt -y install libgconf-2-4
sudo apt -y install libgtk2.0-0
After downloading I extracted the files and tried to start the Bibisco executable: nothing happens.
Ubuntu 18.04 LTS missing a library needed by bibisco:
libgconf2-4
.So, to run bibisco on Linux 18.04 LTS you have to install this library; from the terminal, you have to launch this command:
sudo apt -y install libgconf2-4
After downloading I extracted the files and tried to start the Bibisco executable: nothing happens.
Last modified 1yr ago