September
29
Software: Libre Office – Fixing the Restore Windows Bug in OSX
When using Libre Office it appears that if you “force” quite Libre, you can also plan on seeing a “Restore Windows” pop-up that will not go away.
To fix this:
- Got to “Finder”
- Click Go
- Press your “option” key and the word “Library” will appear
- Click on Library
- Scroll down to “Saved Application state” and Click Double Click
- Find “org.libreoffice.script.savedState” and move it to the Trash Can
Also, you can write an applet in Apple Script to do this for you by replacing “IDENTIFER” with the identifier of the application:
do shell script “rm ‘~/Library/Saved Application State/”IDENTIFER”.savedState'”