Comment 33 for bug 769277

Revision history for this message
mbelos (mbelos) wrote : Re: Eclipse shows overlay scrollbar but when i hover there is no scroll handles

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!