Comment #15 on issue 25938 by [email protected]: no proxy settings dialog on kde http://code.google.com/p/chromium/issues/detail?id=25938
Aha, I am just dumb. I see the problem. Thanks for all the detailed information! Apparently on newer systems like Kubuntu 9.04, $DESKTOP_SESSION=kde can mean KDE 4, while previously it used to mean KDE 3 and $DESKTOP_SESSION=kde4 was used for KDE 4. We were thus detecting KDE 3, and were trying to run the KDE 3 proxy configuration panel. I've made a simple fix; it should solve the problem. http://codereview.chromium.org/427013 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
