| Summary: | kate crashes during start | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Ales Seifert <seifert> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | christoph, mail |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ales Seifert
2011-06-26 13:04:31 UTC
Looks like Kate cant find its part. in git already a better check + error message is there. Sorry, that is a distro/installation issue. New code in git:
// Constructed the beloved editor ;)
m_editor = KTextEditor::EditorChooser::editor();
if ( !m_editor )
{
KMessageBox::error(0, i18n("A KDE text-editor component could not be found.\n"
"Please check your KDE installation."));
exit(1);
}
The issue exists for me too, but with the new errormessage and openSUSE packages for RC1. How to install the text-editor component for kate? |