This is symptom of not being able to write updates to the settings (.ini) files for the affected view.
This usually indicates a corruption in those files.
Un-installing and re-installing Gramps will NOT resolve corrupted settings files. You have to go into the Gramps User Directory and clean those manually.
If the problem lies in corrupted .ini files, it would be very helpful to save the current settings by copying to another location or if it’s just a few files, rename them individually. If the issue is resolved by the application regenerating the settings, then it comparing the old and new may lead us to figuring out what might be going wrong.
Hi,
I was the one posting it on FB.
After some tries I got to this conclusion:
it seems that Gramps writes the Ancestry_graphview.ini file on closing, but it does not read it on opening. … may be …
Looked up the contact info in the Addon List. That contributor does not seem to have an account here on Discourse. So sent an eMail pointing to this thread. Perhaps he can suggest something.
@ommrianxo’s finding about the capitalization of “ID” in ‘interface.graphview-show-ID’ prompted me to take a quick look at some of the config/preference code. Nothing jumped out immediately that indicated that there’s case sensitivity, but several other users reporting this behavior seems to indicate that there might be something to it.
The code that introduced this setting seems to be very recent and reviewing names of other settings in addons-source and gramps code, I don’t see any with capitalized letters so far, so I wonder if it is exposing unknown behavior?