Bibledit won't start anymore

Try starting it from a terminal, and see what happens. In the terminal type:

bibledit

If it gives a segmentation fault, then 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.

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.

If the problem is not a segmentation fault, but it shows nothing at all, then the bibledit.log file might give a clue. It is in the temporal directory. View the logfile to see what went wrong.