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 Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to