[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-13 Thread Exüberance
I believe patch supervisors are the ones who nominate a patch for
release, but that hasn't happened in this case for some reason.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-09 Thread everflux
Great, thanks a lot!
The patch fixes the issue of self-moving windows indeed. One exception: When 
moving a window from one display to another display (multi head setup), the 
window moves stubbornly. But I can live with that.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-09 Thread Dàrent
Just want to confirm that is working perfectly here, I wasn't able to patch it 
myself so I'm using the provided ppa.
This solves the fullscreen video issue (not only flash, any fullscreen app like 
video players), and also the problems with fullscreen applications running 
under wine with a dualhead (two monitors, nvidia, twinview). Also, it solves 
the problem of some applications with the fixed position plugin changing 
randomly from one desktop to another (vviewport).
I'm using gnome-session-fallback with a little tweaking to make it load compiz 
directly  from lightdm (skipping metacity wich is the default window manager 
for the fallback mode in gnome3).

Thank you a lot for your work!

P.D. Excuse my poor English xD

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-08 Thread Oli
Seeing how easy it is to create a PPA, I have just done this:
https://launchpad.net/~oli/+archive/compiz-place-patch

It has built for 32bit Precise but there's a 4-hour wait for 64bit
Precise. When it's ready you can install the PPA and just upgrade to the
package like so:

sudo add-apt-repository ppa:oli/compiz-place-patch
sudo apt-get update
sudo apt-get upgrade

I'll try to keep up with the releases as they come in but this should do
for initial testing.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-07 Thread monjurul@88
guys, recently i switched from gnome fallback to XFCE4 and in XFCE4 i am
using compiz without having this issue. place windows is working without
this bug.so either u  guys can wait for the fix or switch to XFCE4 as
compiz is running nicely in with my nvidia card.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-07 Thread Owen Williams
Patch definitely fixes the problem for me, as well as fixing
https://bugs.launchpad.net/compiz-core/+bug/976032

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-07 Thread monjurul@88
@Owen Williams (ywwg)

can u explain how can i apply the patch..

it would be a great help for me

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-07 Thread Oli
Just to echo the others: an hour of testing in, and I've nothing but joy
to report. This patch makes Compiz/Gnome-Fallback usable. Things behave
as you would expect: windows aren't jumping all over the place or
getting stuck, and, per the other bug, the panel isn't getting in the
way of fullscreen applications.

@monjurul@88 it's a bit hectic:

sudo apt-get build-dep compiz
sudo apt-get install devscripts
wget 
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/974242/+attachment/3141645/+files/fix-974242.patch
apt-get source compiz
cd compiz* # you might want to replace the *
patch -p1  ~/Desktop/fix-974242.patch
dpkg-source --commit
debuild -us -uc

That should dump a whole collection of debs in `..`. After that just
install the ones you need with `dpkg -i`.

If you're using nvidia (pointedly the xorg-edgers PPA version) you might
have problems compiling things that link to /usr/lib/libGL.so* so I just
moved those files to my desktop, ran the `debuild -us -uc` command again
and after that, moved the libGL files back.

The bigger question is, how do we go about nominating this patch for
immediate inclusion in Ubuntu so people aren't forced to download half a
gig just to compile this in?

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-06-07 Thread Oli
Urgh, obviously the line `patch -p1  ~/Desktop/fix-974242.patch` isn't
supposed to look for your desktop - If you're following my instructions
to the letter, just use `patch -p1  ../fix-974242.patch` (or fix the
path yourself).

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-24 Thread Eggsome
Confirmed as a bug on my T61 Lenovo Thinkpad.
Will this be fixed in 12.04 because it's an LTS, or will we have to switch to 
12.10 when it comes out?

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-21 Thread Morlok8k
I have the same bug, although my symptoms are slightly different than
explained here.  I had created bug #986063, but it was marked as a
duplicate of this one.

See Bug #986063 for a description of what happens to me. 
It only happens to me after a few days of my computer being on.

And I'll wait for an official patch as well...

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-21 Thread Daniel van Vugt
** Changed in: compiz
Milestone: None = 0.9.8.0

** Changed in: compiz-core
Milestone: 0.9.8.0 = None

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-18 Thread Sam Spilsbury
** Changed in: compiz
   Status: New = Confirmed

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-18 Thread Dàrent
Thanks Daniel for your answer. You're right, I better don't dig more since I 
have now an stable system and this bug doesn't bothers me that  much to broke 
it. I'll wait until it gets patched officially or somebody build a patched .deb.
I also have that other bug 755842 witch I though it was unrelated so I  just 
subscribed.

Salut.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-18 Thread Dàrent
Thanks Daniel for your answer. You're right, I better don't dig more since I 
have now an stable system and this bug doesn't bothers me that  much to broke 
it. I'll wait until it gets patched officially or somebody build a patched .deb.
I also have that other bug 755842 witch I though it was unrelated so I  just 
subscribed.

Salut.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-18 Thread Dàrent
Thanks Daniel for your answer. You're right, I better don't dig more since I 
have now an stable system and this bug doesn't bothers me that  much to broke 
it. I'll wait until it gets patched officially or somebody build a patched .deb.
I also have that other bug 755842 witch I though it was unrelated so I  just 
subscribed.

Salut.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-18 Thread monjurul@88
guys i m having the same problem with my nvidia gt220 so i m using the
panel in the bottom and disabled place windows but i m really waiting
for the fix...hope u guys will work to find a way

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) = monjurul@88 (monjurul1988)

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-17 Thread Sebastien Bacher
@Rock: thanks for your work, do you think you could do a merge request
with your fix?

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-17 Thread Dàrent
I'm sorry because this is going to sound like a really silly question,
but... can somebody explain how to apply the patch? Do I need the compiz
source or can I modify the installed files directly? Thanks!

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-17 Thread Daniel van Vugt
Dàrent, yes you need the source code and knowledge of how to patch and
compile code. You also need enough knowledge to be able to recover your
system if you break anything. So I do not recommend digging further if
you don't already know. It's too risky.

Many people will also see bug 755842, which sounds very similar to this
one. I haven not looked at this bug in detail but it sounds different
simply because the place plugin is a factor.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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

[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-15 Thread Daniel van Vugt
** Also affects: compiz-core
   Importance: Undecided
   Status: New

** Changed in: compiz-core
   Status: New = Confirmed

** Changed in: compiz-core
Milestone: None = 0.9.8.0

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-12 Thread Nicholas Taylor
I can confirm that the patch seems to fix the bug

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-11 Thread Rock
The attached patch seems to fix the problem.

** Patch added: fix-974242.patch
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/974242/+attachment/3141645/+files/fix-974242.patch

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-11 Thread Ubuntu Foundation's Bug Bot
The attachment fix-974242.patch of this bug report has been identified
as being a patch.  The ubuntu-reviewers team has been subscribed to the
bug report so that they can review the patch.  In the event that this is
in fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-05-02 Thread Nicholas Taylor
I just wanted to confirm that this is happening on both by Nvidia
TwinView desktop and my Intel 945GM laptop.  Both of these systems are
ubuntu 12.04 - amd64.  Problematic behavior disappears after disabling
the place plugin within compiz.  After disabling this plugin remember
that holding the alt key will allow you to move a window even if you
can't grab the bar along the top.

The worst impact of this bug for me is windows getting stuck to the top
and bottom of the screen.  After a window has touched either the bottom
or top of the screen it will permanently be stuck there.  I can drag the
window away from the edge but the moment I release the mouse button the
window will return to the edge.  Moving a window to the left or right
causes the mouse cursor to no longer match up with the windowThis
causes a certain degree of desktop flipping and window management havoc.
I use a 4x1 (4 columns x 1 row) workspace layout so moving windows off
the workspace left or right is different than moving them up or down.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-04-30 Thread Oli
I have tracked this down to the Place Window plugin. Disabling the
plugin releases a window from its edge-captivity and while it's turned
off future border clashes don't ensnare windows. That would be great if
it wasn't so necessary. Compiz is near-unusable without it so that's
only ever a temporary fix.

And this is testing with the precise-proposed version, 0.9.7.6-0ubuntu1.
It was the same before trying -proposed.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-04-30 Thread Exüberance
Yes, turning off the Place Window plugin worked for me. Windows no
longer spazz out when in-between workspaces, in-between monitors, or
just not stritcly contained in one viewport in general.

The downside is that now all programs that don't exlplicitly state a
location to map the window at are placed at (0,0), which is annoying if
you want to open multiple programs at once.

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

Title:
  Compiz edge detection code is moving windows against my will

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

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


[Bug 974242] Re: Compiz edge detection code is moving windows against my will

2012-04-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

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

Title:
  Compiz edge detection code is moving windows against my will

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

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