Get Internet Explorer 7 to work under Crossover Office in Ubuntu 12.10
If IE7 just keeps opening the runonce3.aspx, you can use this to make it forget about it:
Disable ptrace security (please don't do this on a multi-user machine - see the codeweavers support wiki instructions regarding security):
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
To make it permanent …