liri-project / liri-browser

📕 Archive - Development has moved to https://github.com/lirios/browser.
GNU General Public License v3.0
301 stars 42 forks source link

Browsing behind a proxy doesn't work #94

Open dcfranca opened 9 years ago

dcfranca commented 9 years ago

Mac OS X 10.10 Trying to browse behind a proxy doesn't work. Even if I set http_proxy and https_proxy env vars.

M4SSD35TRUCT10N commented 9 years ago

@danielfranca Must be specific to Mac OS X 10.10 since I don't have any problems with that under Windows 7.

dcfranca commented 9 years ago

@M4SSD35TRUCT10N That's possible, I'll test it under Linux/Windows later.

dcfranca commented 9 years ago

Maybe it's related to this thing? https://forum.qt.io/topic/58225/webengineview-and-network-proxy Solution: Wait until Qt5.6? =|

dcfranca commented 9 years ago

Maybe this information can ring the bell for someone :) After call QNetworkProxyFactory::setUseSystemConfiguration in main.cpp I can see the "new tab" recent visited thumbs and the omni auto suggestion works... but I still can't browse to any website.

dcfranca commented 9 years ago

It seems that the web view loader is never ready :(

timsueberkrueb commented 9 years ago

Yeah, looks like we'll have to wait for Qt 5.6. But it will be released in December, so it's not that long away.