-
Hi there,
I am seeing this:
```
==50542== 7,416 bytes in 103 blocks are definitely lost in loss record 1,328 of 1,388
==50542== at 0x4C31B25: calloc (in /usr/lib/valgrind/vgpreload_memcheck…
-
I tried a simple click and move example [http://pastebin.com/raw/hexCUKxM], but the script fails with:
```
from xdo import Xdo
File "/usr/lib/python3.4/site-packages/xdo/__init__.py", line 10, …
-
So I ran Eject on my .xib and got this output:
```
document.objects.view.subviews.view: insetsLayoutMarginsFromSafeArea='NO' …
-
X errors don't get caught when calling activate_window, like they do for other commands as mentioned in https://github.com/rshk/python-libxdo/issues/6.
Here's how to reproduce the issue:
```
$ py…
-
use
xdo hide -d
but
xdo show -d
can't use
I am using awesomewm and
> xprop -id $(xdo id) _NET_WM_DESKTOP
_NET_WM_DESKTOP(CARDINAL) = 8
`xdo show id` can use…
-
"xdotool key" gives me the following error :
Error: Can't open display: (null)
Failed creating new xdo instance
I downloaded:
brew cask install xquartz
brew insta…
-
Hey. I'm no X11 guru, so this is possibly an issue with Xtightvnc. Is it?
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7bd7e8f in _xdo_populate_charcode_map (xdo=0x61ba80) at xdo.c…
-
I'm currently using the following code inside my panel, which is the same as found in [`bspwm/examples/panel/panel`](https://github.com/baskerville/bspwm/blob/44c5084/examples/panel/panel).
``` bash
…
-
Tested on Ubuntu 16.04, gcc version 5.4.0., libxdo version 3.20150503.1.
`xdo_get_focused_window_sane`, `xdo_get_active_window` and `xdo_get_window_name` calls leak memory. Seems to be down to call…
ghost updated
3 years ago
-
$ bash install
Installing binaries ...
In file included from ./comfortable-swipe-main.cpp:32:
./comfortable-swipe-gesture-swipe-xdokey.cpp:27:10: fatal error: xdo.h: No such file or directory
…