flathub / org.signal.Signal

https://flathub.org/apps/details/org.signal.Signal
59 stars 34 forks source link

Signal does not get proxy settings from Gnome #638

Open KonstantinHirsch opened 3 months ago

KonstantinHirsch commented 3 months ago

Version: 7.3.1, flatpak Flatpak version: 1.15.6 Operating System: OpenSuse Tumbleweed Desktop Environment: Gnome 46

Signal cannot connect as it seems not be able to retrieve the correct proxy settings, which are set up using NetworkManager. It seems that this is supposed to be handled by the proxy resolver portal as described here: https://discussion.fedoraproject.org/t/flatpak-apps-not-automatically-using-system-proxy-set-from-gnome-settings/107860/7

Thanks in advance.

bermeitinger-b commented 3 months ago

From your linked thread (https://discussion.fedoraproject.org/t/107860/8)

This will be handled transparently if you use GProxyResolver, which basically all GNOME applications will do. Third-party applications might need code changes for that to work, though.

Signal is not a GNOME application, so it will not use the portal. This should be done on the Electron side of things. How do others do this?

KonstantinHirsch commented 3 months ago

I am no developer, so I do not know. But as I understand it, this here is the flatpak version of signal, and therefore the network proxy information should be retrieved by the appropriate portal, in this case the proxy resolver protal. But again, I am no developer, but have the issue that the proxy settings are not retrieved correctly for the signal flatpak app.

KonstantinHirsch commented 1 month ago

Is there anything I can help with to resolve this issue?