-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xdpyinfo and byzans-record errors on Ubuntu 14.04 #11
Comments
This indicates that the
It seems extremely likely to me that you will get an error about now receiving window properties. To fix, you would either need to find a different way of getting the dimensions of your window, or hardcode the byzanz-record call in mkcast. |
True, it returns |
Same issue for xfce4-terminal 0.6.3 |
Same issue on Mac OS X 10.10 and Fish terminal. ➜ ~ cd mkcast
➜ mkcast git:(master) ✗ newcast
/usr/local/bin/mkcast: line 55: xdpyinfo: command not found
/usr/local/bin/mkcast: line 57: wmctrl: command not found
/usr/local/bin/mkcast: line 59: /2-/2: syntax error: operand expected (error token is "/2-/2")
/usr/local/bin/mkcast: line 60: -: syntax error: operand expected (error token is "-")
/usr/local/bin/mkcast: line 61: wmctrl: command not found
readlink: illegal option -- f
usage: readlink [-n] [file ...]
➜ mkcast git:(master) ✗ kill: 6082: No such process |
same issue on arch linux with urxvt 256 colors, xterm, and gnome-terminal |
Get an error when running this on Ubuntu 14.04.
Error persists after installing missing
wmctrl
:I use Tmux from within Terminator, if that has any value.
The text was updated successfully, but these errors were encountered: