https://bugs.kde.org/show_bug.cgi?id=340221 Bug ID: 340221 Summary: konqueror 4.14.0 on 10.6.8 homebrew file browser scroll is unresponsive Product: konqueror Version: unspecified Platform: Homebrew (Mac OS X) OS: OS X Status: UNCONFIRMED Severity: normal Priority: NOR Component: file list view Assignee: konq-bugs@kde.org Reporter: petep0p@aim.com Sorry, but the exact version number was not available in the selection above. I'm using konqueror 4.14.0 installed as part of the kde-baseapps package through a modified homebrew formula based on the one from the gbaty/kde tap (that one is for 4.13.0, but the same issue occurred with that one). this is installed with kde-runtime (and dependencies) from the adymo/kde tap. I'm using MacOS X 10.6.8, and have Qt 4.8.6 installed from homebrew as well. The issue is that the scrolling is unresponsive/laggy in any file view in konqueror. I saw some bugs mentioned online for a similar issue with the web browsing function in konqueror, but those appear to have been fixed. the issue there was that apple trackpad scroll events seemed to arrive too quickly for the application to handle, so the solution was to collect the events and pass them on to the application at a set interval. i don't know if what i installed includes those fixes, but it appears to be so, because scrolling is flawless in the web view. it's just in the file browser that it's at issue. other than this issue, everything is great! konqueror is so much better than the Finder. Reproducible: Always Steps to Reproduce: 1. install homebrew on MacOS X 10.6.8 2. $ brew tap adymo/kde 3. $ brew install kde-runtime 4. jump through a few hoops to get all the dependencies to build 5. manually add kde-baseapps formula (see additional info below for the formula) 6. $ brew install path/to/kde-baseapps 7. run konqueror, observe the scrolling behavior in the file browser veiws Actual Results: scrolling behavior in the file browser is laggy/unresponsive Expected Results: scrolling behavior should be as smooth and flawless as in the web browser view ######################################################## require File.join(File.dirname(__FILE__), 'base_kde_formula') class KdeBaseapps < BaseKdeFormula homepage 'http://www.kde.org/' url 'http://download.kde.org/stable/4.14.0/src/kde-baseapps-4.14.0.tar.xz' sha1 '9f0c7cda0ec0ca6fbe41696a753679f3e158fec2' depends_on 'kdelibs' depends_on 'kde-runtime' kde_build_deps end ######################################################## -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Konq-bugs mailing list Konq-bugs@kde.org https://mail.kde.org/mailman/listinfo/konq-bugs