我可以通过sh /etc/rc.local成功地运行达阵蛋,但它不会在启动时自动启动。
我的rc.local的内容:
#!/bin/sh -e
exec 2> /tmp/rc.local.log
nohup touchegg &
exit 0rc.local在启动时记录:
nohup: appending output to 'nohup.out'
touchegg: cannot connect to X server我在运行ubuntu 14.04.2
发布于 2015-11-23 19:32:20
我忘记了这篇文章,但是我找到了解决方案,我只需要等待lubuntu初始化X服务器。刚开始的时候我加了个睡眠。
https://stackoverflow.com/questions/30353423
复制相似问题