Comment 119 for bug 727064

Revision history for this message
In , n.underwood78 (n.underwood78-redhat-bugs) wrote :

(In reply to comment #71)
> Add:
>
> export LD_PRELOAD=$HOME/Downloads/linusmemcpy.so
>
> to the Opera shell script so it looks like:
>
> #!/bin/sh
> export OPERA_DIR=${OPERA_DIR:-/usr/share/opera}
> export LD_PRELOAD=$HOME/Downloads/linusmemcpy.so
> exec /usr/lib/opera/opera "$@"
>
> That should do the trick.

THAT DID IT! Thank you so much. I should have thought to try that. I shall share this wealth of knowledge.