-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux 纯终端模式下如何运行? #715
Comments
跟替换没有关系, 是找不到xset, xset是Xwindows的一个工具, 没有装xwindows,就没有这个工具,这里的自动检测好要再完善。 后面再修复这个问题 2015-07-24 9:35 GMT+08:00 Will Winters notifications@github.com:
|
注释掉了检测,直接用 non_tray 分支可以执行了,但是又遇到新的问题 进入后居然直接打开了一个 w3m 浏览器, 如果使用其代理的话,就会出现如下错误 Traceback (most recent call last): |
试试注释掉下面两行,可以不弹出w3m浏览器。 你试试直接启动: 2015-07-24 20:03 GMT+08:00 Will Winters notifications@github.com:
|
一直都是在一个局域网中部署一台 goagent/xxnet 的服务器, 给其他所有的设备做代理,这样非常方便,
没有 x 的情况下运行 xxnet
在 2.0 之前的版本, 用 non_tray.py 替换 gtk_tray.py 就可以了
现在替换之后还是会报如下问题
Traceback (most recent call last):
File "launcher/start.py", line 23, in
if X_is_running():
File "launcher/start.py", line 19, in X_is_running
p = Popen(["xset", "-q"], stdout=PIPE, stderr=PIPE)
File "/usr/lib/python2.7/subprocess.py", line 679, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: