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 ;))

-- 
Flash does not work correctly [READ DESCRIPTION]
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~compiz
Post to     : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp

Reply via email to