[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-11-11 Thread mikel
*** This bug is a duplicate of bug 769277 *** https://bugs.launchpad.net/bugs/769277 In ubuntu 11.10 I started getting the problem once I got rid of openjdk and began working with sun-java6. To solve the problem and have the new scrollingbars I just had to comment the following line: export

[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-11-04 Thread Sérgio Faria
*** This bug is a duplicate of bug 769277 *** https://bugs.launchpad.net/bugs/769277 ** This bug has been marked a duplicate of bug 769277 Buggy scrollbars when using GDK_NATIVE_WINDOWS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-11-02 Thread Morlok8k
editing /usr/share/applications/eclipse.desktop to change the following line was a lifesaver! Exec=bash -c LIBOVERLAY_SCROLLBAR=0 eclipse Just using the scroll wheel in eclipse was torture in long files! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-10-18 Thread Staline Joseph
Hello, I changed my /usr/share/applications/eclipse.desktop file ; now Eclipse works fine when launched from the main menu. ** Attachment added: The new eclipse.desktop file https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/874238/+attachment/2557969/+files/eclipse.desktop -- You

[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-10-17 Thread Mingming Ren
Strange. It works perfectly with eclipse in my system. ** Attachment added: Screenshot at 2011-10-17 10:20:29.png https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/874238/+attachment/2553097/+files/Screenshot%20at%202011-10-17%2010%3A20%3A29.png -- You received this bug notification

[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-10-17 Thread Pascal Schwarz
I do also have this problem, it occurs on a system where i updated ubuntu from a previous version. On the other system, where i did a fresh install (but kept my home), the problem doesnt occur (i get the old style scrollbars there) -- You received this bug notification because you are a member

[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-10-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: eclipse (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874238 Title: New

[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-10-14 Thread Philippe GASSMANN
** Attachment added: screen shot of what I call new scrollbars https://bugs.launchpad.net/bugs/874238/+attachment/2543620/+files/new-scollbars.png ** Description changed: Since 11.04, when using Unity, scrollbars are rendered with a orange line, when the mouse is over the line two arrows

[Bug 874238] Re: New scrollbars do not work in Eclipse

2011-10-14 Thread oupablo
same issue here. i had to create a custom launcher that doesn't use the overlay. try this script #!/bin/bash UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 eclipse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.