shadowsocksrr / electron-ssr

Shadowsocksr client using electron
MIT License
1.73k stars 510 forks source link

Manjaro tray图标显示为eletron通用的图标,而非小飞机图标,局域网代理没有效果 #91

Open bickman opened 4 years ago

bickman commented 4 years ago

Your os

Manjaro Gnome 20.0.2

The version of electron-ssr

electron-ssr v0.3.0-alpha.5

What's the problem

  1. tray 图标显示的不是小飞机的图标,而是electron的图标 tray_icon
  2. 局域网共享代理没有效果

    App log here

    log

xVanTuring commented 4 years ago

I've tested the share over Lan on my phone, it works. Make sure you are using http proxy (port) instead of socks5, some applications do not support socks5 protocol.

About the icon in the tray, I will try my best to provide a uniform look cross Linux.

bickman commented 4 years ago

Yes, share over lan only work using http proxy port,it is great, but it is still a little wired that normal 1080 port not working, because both windows and macos ssr works well.

bickman commented 4 years ago

By the way, the windows ssr share over lan can even use the PAC port which could share pac function for other lan devices.

identxxy commented 3 years ago

By the way, the windows ssr share over lan can even use the PAC port which could share pac function for other lan devices.

Is there any way to use share over lan with PAC on Linux?