| Summary: | Welcome screen hangs KEXI | ||
|---|---|---|---|
| Product: | [Applications] KEXI | Reporter: | Jarosław Staniek <staniek> |
| Component: | General | Assignee: | Kexi Bugs <kexi-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | adam, inksi |
| Priority: | NOR | ||
| Version First Reported In: | 3.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jarosław Staniek
2018-07-03 21:35:52 UTC
There can be various reasons for the plugin hangs. In my case it was using ASAN (address sanitizer) for a test version of KEXI. In this case building KEXI without ASAN helps. Second workaround: run KEXI with project filename (or .kexis connection file) as an argument so the Welcome screen is not displayed. Third workaround: remove PREFIX/share/kexi/3.2/status/status.ui file before running KEXI.. If KEXI was compiled by you, also remove the src/main/status/status.ui file from the source code before running KEXI. In this workaround KEXI won't find the file so it will not hang before trying to load it. |