ssanthosh243 / semicomplete

Automatically exported from code.google.com/p/semicomplete
0 stars 0 forks source link

windowsize doesn't accept the --usehints option #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a terminal emulator (tested with gnome-terminal).
2. Run: xdotool windowsize --usehints $(xdotool getactivewindow) 80 30
3.

What is the expected output? What do you see instead?

The expected behavior would be a small increase in the height of the
currently active terminal window. Instead, I get an error message: "Usage:
windowsize wid width height".

What version of the product are you using? On what operating system?

xdotool 20091231.01 on Arch Linux.

Original issue reported on code.google.com by foutrelis@gmail.com on 1 Jan 2010 at 3:22

GoogleCodeExporter commented 9 years ago
Confirmed. This was a regression introduced by a recent change to improve the 
way we 
handle flags for xdotool commands. Looks like we "improved it" too much ;)

I'll fix. Thanks for the report!

Original comment by jls.semi...@gmail.com on 1 Jan 2010 at 3:45

GoogleCodeExporter commented 9 years ago
Checked in a change that fixes it for me and pushed a new release:

http://semicomplete.googlecode.com/files/xdotool-20091231.03.tar.gz

Original comment by jls.semi...@gmail.com on 1 Jan 2010 at 3:51

GoogleCodeExporter commented 9 years ago
It works fine now. :)

Thanks for the very quick response.

Original comment by foutrelis@gmail.com on 1 Jan 2010 at 4:10

GoogleCodeExporter commented 9 years ago
You're welcome :)

Original comment by jls.semi...@gmail.com on 1 Jan 2010 at 4:13