Save doesn't work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
relational |
Incomplete
|
Medium
|
Unassigned |
Bug Description
Trying to save never works.
The terminal o/p on hitting save:
=======
FIXME: handle dialog start.
FIXME: handle dialog end.
Traceback (most recent call last):
File "/usr/lib/
self.
AttributeError: 'NoneType' object has no attribute 'save'
=======
Also crashes while changing directory (while in the save prompt) with this:
=======
FIXME: handle dialog start.
Interface is not valid
ASSERT failure in : "Got an update for an invalid inteface. Investigate this.", file atspiadaptor.cpp, line 899
Aborted (core dumped)
=======
description: | updated |
description: | updated |
Changed in relational: | |
importance: | Undecided → Medium |
Please post the complete output on the terminal. I can't reproduce the issue here.
Also indicate exactly the sequence of action to lead to a crash, here if i try to save when no relations are loaded, it prints an exception but keeps running fine.
The 2nd crash you reported looks like an issue within QT/PyQT, since the open/save dialogs are provided by this library, there is nothing i can do about it, but i can't reproduce that one either.