telegramdesktop / tdesktop

Telegram Desktop messaging app
https://desktop.telegram.org/
Other
26.23k stars 5.2k forks source link

System Proxy Not working #27328

Closed lucairr closed 9 months ago

lucairr commented 9 months ago

Steps to reproduce

  1. Open Telegram Desktop
  2. Choose System Proxy

Expected behaviour

Telegram Desktop should automatically detect System proxy and get connected on selecting the System proxy based on a PAC script file.

Actual behaviour

Telegram unable to connect.

Operating system

Windows 10

Version of Telegram Desktop

4.14.3 x64

Installation source

Static binary from official website

Crash ID

No response

Logs

No response

ilya-fedin commented 9 months ago

tdesktop couldn't do so because the underlying toolkit (Qt) doesn't support this. As far as I'm aware, only web browsers support this because this requires executing javascript.