使用代理打不开应用
Tofloor
poster avatar
russrao
deepin
2018-06-16 02:54
Author
升级了15.6以后,应用如果勾选“使用代理打开”,就无法打开,升级前正常
Reply Favorite View the author
All Replies
2 / 2
To page
avatar
yanbowen
deepin
Community Developer
2019-01-25 01:27
#21

什么应用?
Reply View the author
avatar
russrao
deepin
2019-01-25 19:21
#22

任何应用都一样,只要选择了 "用代理打开”的选项,就无法打开了。从 15.5 开始就这样了,一直没有解决
Reply View the author
avatar
electricface
deepin
2019-01-28 19:07
#23
本帖最后由 electricface 于 2019-1-28 11:08 编辑

应用代理实际上是使用 proxychains4 这个工具。

如果勾选了使用应用代理,那么启动命令时会加上  proxychains4 -f /home/tp/.config/deepin/proxychains.conf 前缀。
比如 启动 gedit 命令,实际执行的命令就是
  1. proxychains4 -f /home/tp/.config/deepin/proxychains.conf gedit
Copy the Code


我知道 proxychains4 会导致 google-chrome 运行崩溃
  1. proxychains4 -f /home/tp/.config/deepin/proxychains.conf google-chrome
  2. [proxychains] config file found: /home/tp/.config/deepin/proxychains.conf
  3. [proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
  4. fish: 'proxychains4 -f /home/tp/.confi…' terminated by signal SIGTRAP (Trace or breakpoint trap)
Copy the Code
Reply View the author
avatar
russrao
deepin
2019-02-01 05:27
#24
https://bbs.deepin.org/post/158210
应用代理实际上是使用 proxychains4 这个工具。

如果勾选了使用应用代理,那么启动命令时会加上  proxycha ...

貌似系统的proxychains4 已经废了啊,启动什么都报错哦
Reply View the author
avatar
electricface
deepin
2019-02-01 18:13
#25
你在终端以 proxychains4 -f $HOME/.config/deepin/proxychains.conf 开头执行一些命令,比如

  1. proxychains4 -f $HOME/.config/deepin/proxychains.conf  dde-file-manager
Copy the Code


然后看看具体报告了什么错误。
Reply View the author
avatar
icewater33
deepin
2019-02-01 18:47
#26
是的,我也遇到了,在启动器使用应用级别代理无效。这个功能就是个废的,我当时还折腾了好久,后来直接用火狐开代理。
Reply View the author
avatar
yanbowen
deepin
Community Developer
2019-02-01 23:24
#27
https://bbs.deepin.org/post/158210
你在终端以 proxychains4 -f $HOME/.config/deepin/proxychains.conf 开头执行一些命令,比如

https://bbs.deepin.org/user/79689 https://bbs.deepin.org/user/147663 按照方法测试下
Reply View the author
avatar
russrao
deepin
2019-02-03 04:07
#28
https://bbs.deepin.org/post/158210
@russrao @icewater33 按照方法测试下

proxychains4 -f $HOME/.config/deepin/proxychains.conf  google-chrome
[proxychains] config file found: /home/russ/.config/deepin/proxychains.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
追踪与中断点陷阱
Reply View the author
avatar
electricface
deepin
2019-02-03 17:41
#29
本帖最后由 electricface 于 2019-2-3 09:46 编辑

我发现的也是 google-chrome

已经记录 https://github.com/linuxdeepin/internal-discussion/issues/937


Reply View the author
2 / 2
To page