Comment 204 for bug 410407

Revision history for this message
Serious (cs071007) wrote : Re: Flash does not work correctly [READ DESCRIPTION]

as for a workaround for opera: it basically works the same as with firefox (exporting GDK_NATIVE_WINDOWS=1). The file to do this is /usr/lib/opera/operapluginwrapper. I added it right before the "exec" (last line) and that seems to work. So, the end of the file looks like this now:

export GDK_NATIVE_WINDOWS=1;
exec "$wrapper" "$@"

I also tried to export this when executing opera through a script in ~/bin/opera, but that didn't work (I still use the script to add the "-systemstyle" property though for my qt4 build ;))