Bibledit won't start anymore
From Bibledit
Try starting it from a terminal, and see what happens. In the terminal type:
bibledit
If it gives
Segmentation fault
there is a problem in your configuration.
A simple way to get Bibledit running again is to delete the file
./bibledit/settings
and
./bibledit/configuration/configuration.xml
You will loose all your settings, but not your data, and Bibledit should start again after that.
If you wish to have this problem solved, before deleting your configuration files, make a bug report, pack all your data in a gzipped tarball, and attach this file to the bug report. See Development.
To go to the home directory, type
cd
To pack everything in a tarball, type
tar -cvf bibledit.tar .bibledit
Then compress the tarball:
gzip bibledit.tar
The resulting file is named
bibledit.tar.gz
and can be attached to the bug report.