-
when i use setuptools on debian testing (18.8-1), it complains about the python-libxdo version number 0.1.1a:
```
/usr/lib/python2.7/dist-packages/setuptools/dist.py:285: UserWarning: Normalizing '…
-
When trying to build keynav I'm receiving a fatal error, **glib.h** can't be found on my system:
```
xxx@yyy:~/Downloads/keynav-0.20101014.3067$ make
sh version.sh --header > keynav_version.h
cc -I/u…
-
-
```
What steps will reproduce the problem?
1. Try compiling with: `LDFLAGS="-Wl,--as-needed" make'
What is the expected output? What do you see instead?
The expected outcome is a successful compila…
-
```
xdotool's Makefile has some Linux-isms hardcoded into it which make it not
work on Mac OS X. When I added xdotool to MacPorts a few days ago, I had to
patch the Makefile, mostly to fix the name of…
-
```
What steps will reproduce the problem?
1. Try compiling with: `LDFLAGS="-Wl,--as-needed" make'
What is the expected output? What do you see instead?
The expected outcome is a successful compila…
-
```
xdotool's Makefile has some Linux-isms hardcoded into it which make it not
work on Mac OS X. When I added xdotool to MacPorts a few days ago, I had to
patch the Makefile, mostly to fix the name of…
-
```
As you know, xdotool 1.20100416.2809 built fine on Mac OS X, but
2.20100524.2886 has this
error:
/usr/bin/gcc-4.2 -o xdotool xdotool.o cmd_click.o cmd_mousemove.o
cmd_mousemove_relative.o
cm…
-
```
This is more of a feature request than an issue but searching by process id
would be nice.
There is no guarantee a window has the _atomPID property set, nor what
machine the process valid on, if …
-
Hello again @xaizek,
could you please correct me if I'm wrong but following command should work, right?
``` bash
:execute '!script.sh' layoutis('split')
```
I'm sure that couple of days back, when I…