siefkenj / gnome-shell-windowlist

Displays a list of open windows in gnome-shell
GNU General Public License v2.0
34 stars 18 forks source link

Close button behavior #3

Open nagisa opened 12 years ago

nagisa commented 12 years ago

Clicking on close button in context menu closes all application (f.ex. Chromium) windows, not just one.

l300lvl commented 12 years ago

I can confirm this. I had no idea as I don't use those entries, but I suspect it will be worked out.

sorny commented 12 years ago

Hmm, i've used the windowlist extensions for 2 weeks now, haven't seen the problem yet.

System: Linux Mint 12, Gnome 3.2

nagisa commented 12 years ago

Here's video http://ge.tt/9uiZ4IC/v/0

First of all, sorry for small resolution. Explanation: There's three open windows - Chromium, Empathy and Chromium(second one). As you see, I click close on third icon (Chromium) but somehow first Chromium window gets closed too. That is the bug this issue is addressing.

siefkenj commented 12 years ago

This issue is caused because the close in a menu sends a close request to the app, and not the window :-/. The git version has removed the menu option, rendering the issue moot. The close option should return as a little X icon in the corner of the thumbnail preview (much like the X in the overview).