shadowsocksrr / electron-ssr

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

安装.pacman后普通用户无法显示界面 #81

Closed ati46 closed 4 years ago

ati46 commented 4 years ago

Archlinux + xorg + i3 使用Appimages 执行没有任何反映和报错信息。

安装pacman后,执行./electron-ssr也不会出现界面和错误日志 $ cd /opt/electron-ssr/ $ ./electron-ssr

使用xhost + 后再使用命令可以出现界面和配置,但是普通用户无法使用代理 $ xhost +
access control disabled, clients can connect from any host $ sudo ./electron-ssr --no-sandbox

是新手,不知从哪里查看appimages的日志

xVanTuring commented 4 years ago

请问使用的是app的哪个版本呢

已从 Outlook Mobilehttps://aka.ms/blhgte 发送


From: ati46 notifications@github.com Sent: Friday, April 24, 2020 4:11:46 PM To: shadowsocksrr/electron-ssr electron-ssr@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [shadowsocksrr/electron-ssr] 安装.pacman后普通用户无法显示界面 (#81)

Archlinux + xorg + i3 使用Appimages 执行没有任何反映和报错信息。

安装pacman后,执行./electron-ssr也不会出现界面和错误日志 $ cd /opt/electron-ssr/ $ ./electron-ssr

使用xhost + 后再使用命令可以出现界面和配置,但是普通用户无法使用代理 $ xhost + access control disabled, clients can connect from any host $ sudo ./electron-ssr --no-sandbox

是新手,不知从哪里查看appimages的日志

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/shadowsocksrr/electron-ssr/issues/81, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACVBICCBXWR7BVFXPK2O3PDROFCUFANCNFSM4MP4MNNA.

ati46 commented 4 years ago

我使用的appimages是 0.3版本
archlinux 5.6.6

使用sudo ./electron-ssr-0.3.0-alpha.5.pacman 也可以启动 我希望可以使用普通用户来自启动ssr

xVanTuring commented 4 years ago

了解,我会尽快处理🙂

已从 Outlook Mobilehttps://aka.ms/blhgte 发送


From: ati46 notifications@github.com Sent: Saturday, April 25, 2020 12:12:22 PM To: shadowsocksrr/electron-ssr electron-ssr@noreply.github.com Cc: xVanTuring xVanTuring@outlook.com; Comment comment@noreply.github.com Subject: Re: [shadowsocksrr/electron-ssr] 安装.pacman后普通用户无法显示界面 (#81)

我使用的appimages是 0.3版本 archlinux 5.6.6

使用sudo ./electron-ssr-0.3.0-alpha.5.pacman 也可以启动 我希望可以使用普通用户来自启动ssr

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/shadowsocksrr/electron-ssr/issues/81#issuecomment-619316968, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACVBICE4VFTBGI6YEIHDVNDROJPKNANCNFSM4MP4MNNA.

xVanTuring commented 4 years ago

@ati46 You might find electron-ssr logs file in ~/.config/electron-ssr/logs

xVanTuring commented 4 years ago

@ati46 I haven't used i3 yet, I will try to test it on gnome desktop on Archlinux to see if it's desktop related.

xVanTuring commented 4 years ago

@ati46
After testing on a virtual machine with the latest archlinux and i3wm & lightdm, the result is Appimage is ok to use with the command chmod +x electron-ssr.AppImage && ./electron-ssr.AppImage. Here is the result I get, looks fine to me. (I did get a problem with FUSE when I try to run Appimage which caused by lacking dependence of fuse.) Screenshot from 2020-04-26 14-55-05

ati46 commented 4 years ago

在我删掉~/.config/electron-ssr 可以正常使用了。 非常感谢