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

2015-12-07 Thread kenn
I'm on 14.04 and above mentioned fix not working.

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875/+subscriptions

-- 
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

2014-07-28 Thread Ben Stanley
When will there be a release containing the -Y minimize active window
fix? It seems there has been no activity on github for for 2 years now.

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875/+subscriptions

-- 
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

2013-04-11 Thread Anton
** Changed in: wmctrl (Ubuntu)
 Assignee: (unassigned) = Anton (a3d)

** Changed in: wmctrl (Ubuntu)
 Assignee: Anton (a3d) = (unassigned)

** Changed in: wmctrl (Ubuntu)
 Assignee: (unassigned) = Anton (a3d)

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875/+subscriptions

-- 
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

2013-04-11 Thread Anton
In this source ( https://github.com/geekless/wmctrl ) , bug fixed. Add
action -Y (iconify).

wmctrl -Y :ACTIVE:  - minimize active window

All work good!

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875/+subscriptions

-- 
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

2012-04-14 Thread Dario-shanghai
Doesn't work for me.

This problem is caused by wmctrl, because it should use XIconifyWindow
(http://tronche.com/gui/x/xlib/ICC/client-to-window-
manager/XIconifyWindow.html)

and not   _NET_WM_STATE_HIDDEN for this purpose.

see
http://lists.freedesktop.org/archives/xdg/2009-October/011101.html

** Changed in: wmctrl (Ubuntu)
   Status: Invalid = Confirmed

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wmctrl/+bug/260875/+subscriptions

-- 
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-05-12 Thread gsiliceo
This does not work for me
wmctrl -i -r 0x0303 -b add,hidden

I used it, this way in compiz
wmctrl -i -r :ACTIVE: -b add,hidden

And it doesnt work, should i report a new bug?
Because all th other commands in 
http://standards.freedesktop.org/wm-spec/1.3/ar01s05.html work as described.

-- 
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-05-12 Thread gsiliceo
Its definetly not a compiz bug because replacing :ACTIVE: with the
window number it does work for other commands, fullscreen works, shaded
works, just hidden doesnt.

-- 
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-05-12 Thread gsiliceo
Mathieu what version of ubuntu do you run in 10.10 doesnt work.

-- 
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


[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

2008-08-24 Thread Alan Pope
** Changed in: wmctrl (Ubuntu)
   Status: New = Confirmed

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

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