Hello, any idea on how to install Bibisco on Solus?
Installing bibisco
Looking at github page it doesn't seem difficult.
Installation
Download bibisco from bibisco website www.bibisco.com
Windows and Linuxbibisco doesn't need to be installed. After download:
unzip downloaded file if your operating system is windows launch bibisco.exe; if your operating system is linux launch bibisco write your novel
Thanks I didn't even think of the github page! Noob mistake lol
there's a folder after unzipping download, and inside there is an executable file but it doesn't launch.
Indeed, same for me: it won't lauch. I've downloaded it from the website.
Did you set it to executable (ie chmod)?
This is popping up:
(bibisco:16260): Pango-ERROR **: 18:46:55.793: Harfbuzz version too old (1.3.1)
Trace/breakpoint trap
The current version of Harfbuzz in Solus is 2.6.1. Is your system up to date?
I am up to date. I checked in the software center and it says I have 2.6.1. Not sure why the error.
linny I don't know what you have downloaded, but I just tried version 1.5.0 and it is running.
but I don't know how to use it.
- Edited
I was downloading linux community edition, I guess I didn't click the one ending in tar.gz though. The link you provided works on my machine! thanks!
Seems to me that there is a gap between version 1.5.0 and 2.6.1...it would be interesting to know why the oldest version works, and not the latest.
- Edited
I suggest to move bibisco
folder to $HOME/.local/share
Download this icon and save it in the folder where the bibisco executable file is.
Then make a file with this content:
[Desktop Entry]
Name=Bibisco
Comment=Novel writing software
Exec=/home/<username>/.local/share/bibisco/bibisco
Icon=/home/<username>/.local/share/bibisco/bibisco-circle-hr.png
Terminal=false
Type=Application
Categories=Office;
Here <username>
should be replaced with your username.
save it as bibisco.desktop
.
Then move bibisco.desktop
to $HOME/.local/share/applications
If you want to run it from terminal then there some are other steps.
- Edited
I downloaded the oldest 2.0 version, it doesn't work. Version 1.XX uses Java, version 2.XX uses Node.js...I don't know whether it's important.
root@x200 /home/jeanste/Téléchargements/bibisco-linux-x64-2.0.0-CE # ./bibisco
(bibisco:22246): Pango-ERROR **: 20:59:03.247: Harfbuzz version too old (1.3.1)
Got it! thanks for all of your very patient help.