-
Compiling...input.c:5:17: fatal error: xdo.h: No such file or directory
#include
solved by: sudo apt-get install libxdo-dev
Compiling...input.c:6:34: fatal error: X11/extensions/XTest.h: No such f…
-
While doing other things, I noticed crater is testing multiple versions of 1300+ crates. Is this something we want? I remember during a beta triage that an old version of a crate was tested reporting …
-
I don't understand how the X input system works, so perhaps my question does not make since, but here is my basic problem. I have a tool that reads scripts and runs them interactively (https://github.…
-
Seems that this depends on xdotool and maybe some other packages.
As such I have not quite been able to get it working or been able to work out all dependencies needed.
Could you update the readme?
…
-
I was trying to query and reposition the pointer but I could not find any implementation in the `xlib-objects` gem. Did I miss it?
What I want to do, I achieved using `xlib` but I'd prefer to use t…
-
Hi mate,
Sorry for rising issue, but hove no idea how to ask you anywhere else.
I found this issue https://github.com/christoomey/vim-tmux-navigator/issues/45
You mentioned i3-focus script there and…
-
I am getting this error during make
```
./libxdo.so: undefined reference to `xkb_keysym_to_utf32'
```
[Here](http://files.progarm.org/xdotool.log) is a full log.
Both libxkbcommon-dev and libxkbcom…
-
9bc31403b95826d9fd8d6540c459ee862b2ac127 added a definition of `clock_gettime` for OS X. However, OS X 10.12 now includes a native `clock_gettime`, and so the redefinition causes the build to fail.
O…
-
I am running on fedora, GlowEsp work fine, but F6,F7,F8 do nothing. My bindkey to.
log: `Hack loaded...`
- Num lock off ;)
- libXext-devel installed (without it don't compile: "XTest.h: File or Direc…
-
If you go to pypi and download the latest (0.1.2a0) archive you'll see that CHANGELOG.rst is missing. This is strange because when running `make package` locally and checking the contents of the pack…