[Bug 260875] Re: Minimize option is broken or non-existant

2011-04-06 Thread Mathieu Girard
Please ignore my previous comment I did not read all the comments...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/260875

Title:
  Minimize option is broken or non-existant

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 260875] Re: Minimize option is broken or non-existant

2011-04-06 Thread Mathieu Girard
Hum,
For me its works without problems:

wmctrl -i -r 0x0303 -b add,hidden

Hides the window with id 0x0303...

To show the window I use:

wmctrl -i -r 0x0303 -b remove,hidden

PS:
The code seems to suggest that we can toggle, add or remove any property that 
starts with "_NET_WM_STATE_", since it adds the second argument "hidden" in 
upper case to that string.

See the _NET_WM_STATE section at "http://standards.freedesktop.org/wm-
spec/1.3/ar01s05.html".

Cheers,
Mathieu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/260875

Title:
  Minimize option is broken or non-existant

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs