I'm not sure about Word, I'll download a copy and give it a try sometime soon-ish.
As for Siri, I got it working with a three byte patch to the following file:
Code:
/System/Library/PrivateFrameworks/SiriUI.framework/Versions/A/SiriUI
However, the pretty Siri animation does not work.
If anyone wants to try it, the replacement is attached.
Make a backup copy first.
All I did was change one line of assembler:
This effectively jumps over the entire initialization of the "flames view", part of which was causing a crash. A better patch, that only removes some of this, is likely possible. I'll investigate further soon.
View attachment 846718