Further to my own comment #212: If you want to automagically solve this for apps you run from the command line and not just apps run from menus, drop this line into /etc/bash.bashrc or your own ~/.bashrc as well:
export GDK_NATIVE_WINDOWS=1 WLB -- just do this from a terminal as an admin user (or the user you set up during the Ubuntu install): sudo su -l <probably have to enter your password then> echo "export GDK_NATIVE_WINDOWS=1" >> /etc/profile echo "export GDK_NATIVE_WINDOWS=1" >> /etc/bash.bashrc exit You should be good to go. Of course, its not a bug fix, its a workaround. JP -- 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 [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
