jordansissel / xdotool

fake keyboard/mouse input, window management, and more
Other
3.18k stars 316 forks source link

Debian Xdotool master make install not working #96

Open bahrhein opened 8 years ago

bahrhein commented 8 years ago

Running latest Debian Unstable/Sid :I have installed the following libraries:

From Xdotool prerequired packages and more:: apt-get install libxtst-dev apt-get install libXinerama-dev ruby ruby-dev xlib dev libxkbcommon-dev libx11-dev libxtst-dev libxinerama-dev libxkbcommon-dev libxkbcommon-dev and libxkbcommon-x11-dev libxdo-dev libc6 openbox-dev

installed and not sure if necessary for Xdotool xorg-dev libgtk2.0-0 gtk+3.0* libgtk-3-dev menu-xdg gksu xbase-clients xnest libxmu6-dbg openbox-dev xutils

Still getting this error when make test:

.Warning: Tried to connect to session manager, None of the authentication protocols specified are supported

Everything else on log file shows perfect green tests.

root@debian:/home/USER/Downloads/xdotool-master# make test echo /bin/bash /bin/bash if [ "/bin/bash" = "/bin/sh" ] ; then \ echo "Shell '/bin/bash' fails on some Linux distros because it could"; \ echo "be 'dash', a poorly implemented shell with bugs that break the"; \ echo "tests. You need to use bash, zsh, or ksh to run the tests."; \ exit 1; \ fi SHELL=/bin/bash make -C t make[1]: Entering directory '/home/USER/Downloads/xdotool-master/t' WM=none make test-xvfb make[2]: Entering directory '/home/USER/Downloads/xdotool-master/t' QUIET=0 XSERVER="Xvfb -ac -screen 0 1280x768x24" make do-test make[3]: Entering directory '/home/USER/Downloads/xdotool-master/t' => Running tests on Xvfb/none make[4]: Entering directory '/home/USER/Downloads/xdotool-master' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/USER/Downloads/xdotool-master' Running test_basic.rb Warning: Tried to connect to session manager, None of the authentication protocols specified are supported Setting up keymap on new server as us Loaded suite test_basic Started Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported Skipping _NET_ACTIVE_WINDOW features (current wm does not support it) Skipping _NET_NUMBER_OF_DESKTOPS features (current wm does not support it) Skipping _NET_WM_DESKTOP features (current wm does not support it) Skipping _NET_CURRENT_DESKTOP features (current wm does not support it) .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .Warning: Tried to connect to session manager, None of the authentication protocols specified are supported .

Finished in 3.685128085 seconds.

12 tests, 100 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications

100% passed

.

bahrhein commented 8 years ago

Seems like the MAKE file has some incorrect directories, as stated in http://www.linux-pages.com/2011/08/installing-xdotool-missing-xtest/.