I switched off Overlay Scrollbars for eclipse only using a small workaround found (link below). I then ran the executable via the command line, and when it started asked Unity to "keep in launcher" so that next time I can fire it up the same way.
http://askubuntu.com/questions/36448/is-there-a-way-to-blacklist-an- individual-application-from-using-overlay-scrollba I made a small executable file (I called it eclipse-launcher) and added the following: #!/bin/bash UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 eclipse Don't forget to make the file executable! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/769277 Title: Eclipse shows overlay scrollbar but when i hover there is no scroll handles -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
