我xdotool
在 Ubuntu 上安装了。但是segmentation fault (core dumped)
当我输入命令时它说xdotool getmouselocation
。如何解决?
答案1
答案2
我必须使用以下命令安装 X Window System:
# apt-get install xserver-xorg
# apt-get install x-window-system-core
# dpkg-reconfigure xserver-xorg
# apt-get install gnome-core
# apt-get install gdm xscreensaver
# apt-get install ttf-arphic*
# startx
现在输入命令export DISPLAY=:0
.xdotool
就可以工作了。