View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#1027
Originally Posted by int_ua View Post
QML variant 0.31.11 segfaults after a while with hundreds of

Style.qml:46 is

and theme variable isn't defined in it.
I finally tracked down the cause af all those error messages - I have declared a new string property called theme in the main.qml file. But it looks like there already is property/object with the same name. So it tried to assign a string property in place of the object-property a generated a whole lot of errors.

After i renamed the string property, the errors don't show up anymore. The fix is in V0.31.12, does it help with your segfaults ?

BTW, make sure to start the QML GUI with the /usr/bin/modrana-qml startup script, otherwise it would segfault during startup because of a bug in Python bindings for Qt mobility 12 (this is how the startup script works around it).

Originally Posted by droll View Post
reinstalling modrana didn't help
i wiped out the config folder and re-ran modrana. no help.

still doesn't work...
Try this (as root):
Code:
apt-get update
apt-get remove modrana
rm -rf /home/user/.modrana/
rm -rf /opt/modrana/
apt-get install modrana
It should unistall modRana, remove the config folder (if present), remove any possible remains of modRana program files and then do a clean modRana install.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 3 Users Say Thank You to MartinK For This Useful Post: