in what would do u mean "just removed all of the cellular info functions"
as in just uninstall it?
Sorry - i just removed the ceullar functions from the code - to see if that will fix the bug
Trying to locate where it is crashing, so stripping out all code that could be doing it. I'm aware that it then has less functionality - but will re-build it back in
This might sound confusing at first, but do you have object you're not the owner of ? I.e. a Qt object that you use from Python, but which is created/owned/destroyed by a native Qt object ? Most of the times I oops myself with PyQt is when an object implicitly gets destroyed behind the scenes and I call upon it not realizing it's gone. It would be great if you could strace the app (or get a traceback) to see where exactly is it crashing.
No one fancy testing it? - dont fancy removing all the dbus stuff and possibly gtk stuff - just confused as to why it runs ok with warnings locally, but must be erroring out from the utilities menu...
Tis odd (It does save a file during the run though - so it could be that erroring out?
Also, can you paste the .desktop file you're using ?
.desktop code as follows
[Desktop Entry]
Version=1.0.0
Encoding=UTF-8
Name=HealthCheck
Comment=N900 Health Check, test the front camera, GPS, battery and more
Exec=/opt/healthcheck/healthcheck.py
Icon=healthcheck
X-Icon-path=/usr/share/icons Path to the icon
X-Window-Icon=healthcheck
Type=Application
X-Osso-Service=com.nokia.healthcheck
X-Osso-Type=application/x-executable
StartupWMClass=HealthCheck