I have written a simple bash script which does some things and then opens qgis from command line with a map which I have to make a few changes to manually, then close qgis and it is supposed to finish running the rest of the script, (and do some more things like copy some files).
When I try to close qgis it appears to close from GUI but apparently it is still not closed completely so my script just hangs and doesn't get completed. It leaves me with the error message: "Warning: QMainWindow::saveState(): 'objectName' not set for QToolBar 0x55cb68a165e0 'Freehand raster georeferencing'
True " in my terminal.
Unininstalling the plugin doesn't completely solve the problem, I'm still left with the error message ''True'.
When I shut down or reboot my operating system, (Ubuntu), I am getting a warning that QGIS is still running.
The behavior seems to be repeatable every time I open QGIS from terminal with the qgis command, and if I open qgis with the --noplugin option, it still returns 'True', and the terminal remains hanging, (process not closed I guess).
Other than that I love your plugin and thanks for writing it, it's wonderful, and thank you for any help.
An hour later: Actually, now QGIS seems to be exiting okay for some reason, I'm not sure if this will be a problem will be gone for good. I'm still getting the same warning message in terminal.
I have written a simple bash script which does some things and then opens qgis from command line with a map which I have to make a few changes to manually, then close qgis and it is supposed to finish running the rest of the script, (and do some more things like copy some files). When I try to close qgis it appears to close from GUI but apparently it is still not closed completely so my script just hangs and doesn't get completed. It leaves me with the error message: "Warning: QMainWindow::saveState(): 'objectName' not set for QToolBar 0x55cb68a165e0 'Freehand raster georeferencing' True " in my terminal. Unininstalling the plugin doesn't completely solve the problem, I'm still left with the error message ''True'. When I shut down or reboot my operating system, (Ubuntu), I am getting a warning that QGIS is still running. The behavior seems to be repeatable every time I open QGIS from terminal with the qgis command, and if I open qgis with the --noplugin option, it still returns 'True', and the terminal remains hanging, (process not closed I guess). Other than that I love your plugin and thanks for writing it, it's wonderful, and thank you for any help.
An hour later: Actually, now QGIS seems to be exiting okay for some reason, I'm not sure if this will be a problem will be gone for good. I'm still getting the same warning message in terminal.