-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy settings are ingored #164
Comments
Doing same fix as chromium would need to build and patch electron from source which is quite hard thus unlikely to happen. |
I think electron has a |
Yeah, I realize that this might not be easy, even though it would be very convenient. |
You could try to put it in here: im.riot.Riot/im.riot.Riot.json Lines 123 to 126 in e239639
Each element in the array is a line in a shells script. We feel free to feel free to go ahead and submit a merge request :) |
Thanks for pointing me towards that. I poked at it a bit, but failed (expectedly, as I have no experience building flatpaks yet). |
Maybe Element can do the same approach as here? flathub/com.google.Chrome#77 |
This should be resolved by #488 |
This flatpak app seems to ignore my system wide proxy settings and can therefore not connect to the internet.
System: Fedora 33
DE: Gnome 3.38.4
Proxy set in Gnome settings / Network / Network Proxy
Trying to run
flatpak run im.riot.Riot
starts element, but element then only showsFailed to start
andYour Element is misconfigured
,Invalid homeserver discovery response
.Observing my network traffic with
netstat -ntpc
I see that element-deskt sents SYN_SENT to 104.20.21.236:443 and 172.217.161.46:443, whereas all other programs such as firefox and chromium connect to 172.16.20.20:8080, the address and port of our proxy server.Can I convince element somehow to use a specific proxy server or to obey the system proxy settings?
Note that the chromium flatpak had the same issue before, but that was fixed. Maybe something similar needs to be done for element?
The text was updated successfully, but these errors were encountered: