| Summary: | Log viewer crashes when tp-logger is not installed | ||
|---|---|---|---|
| Product: | [Unmaintained] telepathy | Reporter: | Martin Klapetek <mklapetek> |
| Component: | log-viewer | Assignee: | Telepathy Bugs <kde-telepathy-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | afiestas, dvratil |
| Priority: | NOR | ||
| Version First Reported In: | git-latest | ||
| Target Milestone: | Future | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Martin Klapetek
2012-02-15 18:52:25 UTC
In my case I had tp-logger installed but I kept getting this crash. After installing empathy and its dependencies it worked, then I uninstalled all dependencies one by one trying to find which one was the culprit but I couldn't :/ Now I don't have empathy or any of its dependencies installed and logger is working. Some more info, what I was missing due to a bug in archlinux packages was: glib-compile-schemas usr/share/glib-2.0/schemas Be sure that is executed once you install telepathy-logger GLib always crashes when GSettings schemas are not available. This is a packaging issue and it's up to distributions packagers to properly set dependencies on TelepathyLogger and TelepathyLoggerQt and ensure that GSettings schemas are compiled after installation. |