[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be
fixed for that release

** Changed in: compiz (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions


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

[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2015-06-09 Thread Łukasz Zemczak
** Changed in: compiz-core
   Status: Confirmed => Fix Released

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2013-01-10 Thread Margarita Manterola
Timo, thanks for the reply, I've been reading the discussion in the
other bug, and I had a look at the code and the reverted patch.

I'm not sure how the other patch actually fixed this issue.  The code
for "layoutThumbsAll" looks much simpler than the current
"layoutThumbs", and nothing seems to be explicitly done to prevent this
problem.  I'm guessing that the problem that causes this bug is in this
piece of complex code, which is not present at all in the other one:

for (std::map::iterator it = slotWindows.begin ();
 it != slotWindows.end (); it++)
{
slots.push_back (it->second);
windows.push_back (it->first);
it->first->priv->slot = &slots.back ();
it->first->priv->slot->setX (it->first->priv->slot->x () + 
(it->first->priv->window->defaultViewport ().x () - screen->vp ().x ()) * 
screen->width ());
it->first->priv->slot->setY (it->first->priv->slot->y () + 
(it->first->priv->window->defaultViewport ().y () - screen->vp ().y ()) * 
screen->height ());
}

But I don't see where exactly the problem lies.

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-12-29 Thread Nekhelesh Ramananthan
@Timo, that said can I just install compiz from your ppa despite it
being an older version than what is currently offered as an update?

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-12-29 Thread Nekhelesh Ramananthan
Timo, I think the issue in this bug is definitely different from bug
#933776 since irrespective of the keyboard shortcut used, the vanishing
window appears. I seriously hope this bug is dealt separately and
becomes available as a SRU. This vanishing window has been present on
precise for almost 9 months now. Please let it land as an SRU
considering the fix is already available in code.

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-12-29 Thread Timo Jyrinki
Margarita: you can read on the problematics of the fix in the lenghty
discussion of bug #933776. If this bug could be fixed separately from
that bug, it'd be acceptable for a SRU even if the #933776 would remain
unfixed for a longer time than this.

Marked the upstream bug as unfixed, since the patch was also reverted
there.

** Changed in: compiz-core
   Status: Fix Released => Confirmed

** Changed in: compiz-core
Milestone: 0.9.7.10 => 0.9.7.14

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-12-18 Thread Margarita Manterola
Hi, the package has been uploaded to quantal-proposed, but the fix was
manually excluded from the precise-proposed upload because:

  * debian/patches/revert_fix_933776_955035.patch:
- Cherry-pick the revert from upstream since the bug fix is not
  suitable for SRU as is

Is there any extra information about this not being "suitable as is",
and how to make it suitable?

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-11-19 Thread Daniel van Vugt
** Changed in: compiz-core
   Status: Fix Committed => Fix Released

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-11-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~timo-jyrinki/compiz/ubuntu_1204sru

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-09-16 Thread ethanay
I think Nick Moffitt has either lost his marbles or his account has been
hijacked...

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-08-27 Thread Daniel van Vugt
** Changed in: compiz
   Status: Fix Committed => Fix Released

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-08-23 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.8+bzr3319-0ubuntu1

---
compiz (1:0.9.8+bzr3319-0ubuntu1) quantal-proposed; urgency=low

  [ Didier Roche ]
  * debian/patches/ubuntu-config.patch:
- refresh with latest trunk
  * debian/*docs:
- remove the TODO copy now removed upstream
  * debian/compiz-plugins.install:
- install stackswitch, trip plugins
  * debian/rules, debian/control:
- remove the compiz gnome-control-center key sedding through metacity.
  Compiz now directly ships them.
- we do not need metacity-common anymore as a build-dep then
  * debian/compiz-gnome.migrations, debian/control:
- build-dep on dh-migrations and ship gconf -> gsettings migration file

  [ Matthieu Baerts (matttbe) ]
  * Update apport hook for python3 ; thanks to Edward Donovan (LP: #1013171)

  [ Timo Jyrinki ]
  * New upstream snapshot.
- Fix Compiz crash in movementWindowOnScreen (LP: #1015151)
- Start window decorator when decor plugin starts (LP: #1014461)
- Fixed: Crash in compiz::wall::movementWindowOnScreen (LP: #1015151)
- Don't waste memory leaving /bin/sh running (LP: #1015422)
- Add reliable detection of the compiz bin directory (LP: #1015898)
- Check if the window would actually paint before painting the shadow,
  since it is possible that another plugin could be inhibiting paint of
  the dock   window. (LP: #1012956)
- Don't insert the window into the server list above the window it was
  created above. (LP: #1008020) (LP: #886605)
- makes compiz enhanced zoom and show mouse plugins considerably
  smoother to use (LP: #930783)
- Don't set decoration contexts on undecorated windows, since that
  might be read later and code will assume the window is decorated when
  it isn't. (LP: #1015593)
- Fix potentially unterminated string leading to an uninitialized memory
  read (LP: #1018302)
- Lift the 31/32 character restriction on key names that was causing so
  many warnings. It's now 1024 characters according to glib. (LP: #1018730)
- Don't print the result of BUILD_DEB. It prevents ccsm et al from
  installing. (LP: #1018916)
- Use the XDamage extension more efficiently (the way it was designed to be
  used). This dramatically reduces CPU usage, reduces wakeups, and
  increases frame rates. It also solves at least one observed performance
  bug (LP: #1007299) and probably several more.
- Do the initial work to get libcompizconfig under test. (LP: #990690)
- Add support for initiating window picker in other than nomal mode. For
  now added only the additional 'All windows' picker (LP: #933776)
  (LP: #955035)
- Fixes (LP: #1018602) : An invalid read when using g_variant_iter_loop.
- Don't allow unbinds of textures kept around for animations in any case,
  not just resizing. (LP: #1016366)
- Wait for the server to finish processing requests before doing a bind
  (LP: #1016367)
- Using the next/previous bindings the wall plugin didn't calculate
  correctly the next workspace when it reaches the begin or the end of a
  row of workspaces, so it didn't jump to the next line. (LP: #904205).
- Added the plug-in "Stack Window Switcher" converted from git to bzr
  (including full history) to Compiz. (LP: #1012205)
- Added the unsupported, but fully working plug-in "workspacenames"
- Added the plug-in "Trip" (LP: #1012213)
- Add extra checks to avoid passing an invalid xid to XGetWindowProperty
  which would result in fatal error: BadWindow (invalid Window parameter).
  (LP: #1019337)
- Fix crash LP: #1019337 properly this time.
- Added .convert files (for gsettings-data-convert) and a migration python
  script (best for usage with session-migrations) for migrating some compiz
  settings from gconf to gsettings
- Fix CMake error when USER environment variable is not set (LP: #1023772)
- Avoid severe artifacts and flickering when using LLVMpipe (LP: #1021104)
- Fix build failure due to invalid sed expression (LP: #1023738)
- Generate the CTestFile.cmake using cmake itself (LP: #1024214)
- Avoid random build failures "_intltool_update-NOTFOUND: not found"
  by verifying intltool-update exists. If not, then fail cmake more
  cleanly with a nice error message telling the user how to install
  it. (LP: #1023742)
- Fixed CompTimerTestCallback.TimerOrder failure on slow
  systems (like valgrind) (LP: #1021139)
- Fix incorrect shell expansion, leading to invalid "sed" syntax
  (LP: #1029383)
- Install the cmake helper macros and check for them in
  COMPIZ_CMAKE_MODULE_PATH (LP: #1024179)
- Fixed: schemas were getting installed to ${DESTDIR} twice
- Reduced combined filesizes of Compiz' .png resources from 2.2MB to
  1.5MB by re compression of those with Trimage Image Compressor.
- Added test module for the migration script creat

[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/compiz/ubuntu_gsettings

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


Re: [Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-12 Thread Nick Moffitt
Alan Pope:
> Tested Timo's PPA and all looks good. I don't get the flying windows
> problem anymore.

This is all well and good, but did the otters look like Benedict
Cumberbatch?

-- 
Nick Moffitt

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-12 Thread Miklos Juhasz
Using Timo's ppa Super+W for spreading all windows works fine here.

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-12 Thread Alan Pope
Tested Timo's PPA and all looks good. I don't get the flying windows
problem anymore.

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-12 Thread Timo Jyrinki
12.04 LTS packages for testing at https://launchpad.net/~timo-
jyrinki/+archive/compiz-precise-sru - please give feedback.

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~timo-jyrinki/compiz/ubuntu

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-01 Thread Daniel van Vugt
Fix committed into lp:compiz-core/0.9.7 at revision 3110

** Changed in: compiz-core
   Status: In Progress => Fix Committed

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-01 Thread Launchpad Bug Tracker
** Branch linked: lp:compiz-core/0.9.7

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-01 Thread Daniel van Vugt
Fix committed into lp:compiz at revision 3271

** Changed in: compiz
   Status: In Progress => Fix Committed

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-01 Thread Launchpad Bug Tracker
** Branch linked: lp:compiz

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-01 Thread Daniel van Vugt
** Tags added: scale

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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


[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-07-01 Thread Daniel van Vugt
** Branch linked: lp:~sil2100/compiz/scale_all

** Changed in: compiz
   Status: Confirmed => In Progress

** Changed in: compiz
 Assignee: (unassigned) => Łukasz Zemczak (sil2100)

** Changed in: compiz-core
   Status: Confirmed => In Progress

** Changed in: compiz-core
 Assignee: (unassigned) => Łukasz Zemczak (sil2100)

** Changed in: compiz-core
Milestone: None => 0.9.7.10

** Branch linked: lp:~sil2100/compiz-core/scale_all-0.9.7

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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

[Bug 955035] Re: Super-W shows vanishing windows the first time you hit it. Windows fly off the screen instead of spreading.

2012-06-05 Thread Daniel van Vugt
** Summary changed:

- Super-W shows vanishing windows the first time you hit it
+ Super-W shows vanishing windows the first time you hit it. Windows fly off 
the screen instead of spreading.

** Changed in: compiz
Milestone: None => 0.9.8.0

** Package changed: unity (Ubuntu) => compiz (Ubuntu)

** No longer affects: unity

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

Title:
  Super-W shows vanishing windows the first time you hit it. Windows fly
  off the screen instead of spreading.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/955035/+subscriptions

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