Instant crash except as root: ApplicationWindow.qml Cannot read property '__contentItem' of null #169
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I run
./cool-retro-term
as a non-root user I get this:The cool-retro-term window flashes up for a split second and then closes again, exiting. Here are seemingly the most important lines, word wrapped so they're more readable:
Running as root seems to work perfectly, this only happens on non-root. However, the output as root has the same TypeError. It just doesn't crash.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5537508-instant-crash-except-as-root-applicationwindow-qml-cannot-read-property-__contentitem-of-null?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).Sorry for the late response. The print you are mentioning is harmless. To avoid the ugly margins in the menubar I'm forced to unset it (instead of just making it not visible) and this causes the print you are reading. Can you run it in a debugger to understand where the issue really is?