[Compiz] [Bug 1047788] Re: [GLES] Regression: Screenshot selection rectangle is now solid instead of being transparent

2012-12-06 Thread nesthib
I tried the patch with quantal 
(https://launchpad.net/~nesthib/+archive/nesthib/+sourcepub/2827942/+listing-archive-extra)
 and it restores the transparency. However I still have the blue layer bug.
Additionally, the selection area is sometimes flickering in blue intensity, and 
this affects the final image (i.e. if I release the mouse at a maximum of blue 
intensity, the output image is more blue).

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

Title:
  [GLES] Regression: Screenshot selection rectangle is now solid instead
  of being transparent

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 803296] Re: [regression] Compiz Resize plugin: When "Default Resize Mode" = Normal, resizing is extremely slow and CPU intensive

2012-12-06 Thread Daniel van Vugt
This bug is marked Fix Released in 0.9.8.

If there is a regression of any sort, please log a new bug using this command:
ubuntu-bug compiz
And move the discussion there.

But if you're using the NVIDIA driver, please look to bug 1027211
instead.

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

Title:
  [regression] Compiz Resize plugin: When "Default Resize Mode" =
  Normal, resizing is extremely slow and CPU intensive

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1060327] Re: compiz crashed with SIGSEGV in compiz::opengl::bindTexImageGLX() from TfpTexture::bindTexImage() from ... from GLTexture::bindPixmapToTexture() from DecorTexture::DecorTextu

2012-12-06 Thread Daniel van Vugt
psivaa:

That .crash file shows a slightly different kind of crash to this one. I
would say please log a new bug for it. But first it is worth testing the
fix for this bug. The fix has landed in compiz 0.9.9 revision 3511,
which looks like it should be in daily12.12.07 or later (not published
yet).

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

Title:
  compiz crashed with SIGSEGV in compiz::opengl::bindTexImageGLX() from
  TfpTexture::bindTexImage() from ... from
  GLTexture::bindPixmapToTexture() from DecorTexture::DecorTexture()

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1087193] Re: Windows don't respond to input (mouse clicks) if XShape is disabled or unavailable

2012-12-06 Thread Daniel van Vugt
** Changed in: compiz (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Windows don't respond to input (mouse clicks) if XShape is disabled or
  unavailable

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1039673] Re: window resize is crazy-slow

2012-12-06 Thread Daniel van Vugt
** Changed in: compiz
   Status: Incomplete => Confirmed

** Changed in: compiz (Ubuntu)
   Status: Incomplete => Confirmed

** Summary changed:

- window resize is crazy-slow
+ window resize (rectangle mode) is crazy-slow

** Changed in: compiz
   Importance: Undecided => High

** Changed in: compiz (Ubuntu)
   Importance: Undecided => High

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

Title:
  window resize (rectangle mode) is crazy-slow

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1027211] Re: [nvidia] Moving or resizing windows freezes and stutters on nvidia (especially if some other window is redrawing).

2012-12-06 Thread Daniel van Vugt
The first, primary problem, with an expensive XSync is now fixed. But
that's not enough to solve the bug adequately. Here are my comments from
the tail end of that fix yesterday...

OK, I've tracked down the main offenders that remain _after_ this fix.

1. XSync() inside PrivateWindow::updateRegion()
2. XShapeGetRectangles() inside PrivateWindow::updateRegion()
3. XShapeGetRectangles() called from decor.

If you remove those from the equation then there is no longer a complete
freeze. But it still stutters. Further analysis then shows compiz
spending its time in one of:

(a) XSync in PixmapBinding::bind
(b) bindTexImageGLX
(c) PrivateVertexBuffer::render

I should add that reverting to the old asynchronous damage handling does
not help at all with stutters/freezing. The main issues are those listed
above.

It looks to me like our XShape support could be made more efficient
instead if synchronously querying XShapeGetRectangles all the time.

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

Title:
  [nvidia] Moving or resizing windows freezes and stutters on nvidia
  (especially if some other window is redrawing).

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1035114] Re: [Regression][Expo] Focused workspace in isn't highlighted with orange border

2012-12-06 Thread Daniel van Vugt
Incomplete. I'm not sure what fixed this in quantal, if it is fixed at
all. I know there's a similar issue if you have wobbly enabled. So
please disable wobbly and let's consider that a different bug.

Unfortunately we can't backport a fix to precise when we don't know what
the actual fix was. So it's incomplete for now.

** Changed in: compiz
 Assignee: Sam Spilsbury (smspillaz) => (unassigned)

** Changed in: compiz (Ubuntu)
 Assignee: Sam Spilsbury (smspillaz) => (unassigned)

** Changed in: compiz
   Status: Invalid => Incomplete

** Changed in: compiz (Ubuntu)
   Status: Fix Released => Incomplete

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

Title:
  [Regression][Expo] Focused workspace in isn't highlighted with orange
  border

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1035114/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1087531] [NEW] Update package failed to load, causes broken software manager program

2012-12-06 Thread Greg Russell
Public bug reported:

package compiz-plugins-default 1:0.9.8.4+bzr3407-0ubuntu1 failed to
install/upgrade: cannot copy extracted data for
'./usr/share/compiz/expo.xml' to '/usr/share/compiz/expo.xml.dpkg-new':
unexpected end of file or stream

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: compiz-plugins-default 1:0.9.8.4+bzr3412-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu6
AptOrdering:
 compiz-plugins-default: Install
 compiz-plugins-default: Configure
 compiz-gnome: Configure
 compiz: Configure
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Thu Dec  6 21:14:16 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus: virtualbox, 4.1.18: added
ErrorMessage: cannot copy extracted data for './usr/share/compiz/expo.xml' to 
'/usr/share/compiz/expo.xml.dpkg-new': unexpected end of file or stream
GraphicsCard:
 NVIDIA Corporation G86 [GeForce 8500 GT] [10de:0421] (rev a1) (prog-if 00 [VGA 
controller])
   Subsystem: XFX Pine Group Inc. Device [1682:230b]
InstallationDate: Installed on 2012-11-24 (12 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
MachineType: System manufacturer System Product Name
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic 
root=UUID=a00f9f53-32f0-45a2-a515-a96704a3dd5a ro quiet splash vt.handoff=7
SourcePackage: compiz
Title: package compiz-plugins-default 1:0.9.8.4+bzr3407-0ubuntu1 failed to 
install/upgrade: cannot copy extracted data for './usr/share/compiz/expo.xml' 
to '/usr/share/compiz/expo.xml.dpkg-new': unexpected end of file or stream
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/02/2008
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS M2N-SLI DELUXE ACPI BIOS Revision 1701
dmi.board.name: M2N-SLI DELUXE
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2N-SLIDELUXEACPIBIOSRevision1701:bd10/02/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-SLIDELUXE:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu0.1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package compiz-0.9 possible-manual-nvidia-install quantal 
ubuntu

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

Title:
  Update package failed to load, causes broken software manager program

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 803296] Re: [regression] Compiz Resize plugin: When "Default Resize Mode" = Normal, resizing is extremely slow and CPU intensive

2012-12-06 Thread JP
Same problem with an ATI Card on Ubuntu 12.10 64bits. Updated Compiz 
1:0.9.8.4+bzr3412-0ubuntu0.1.
It happens with every driver, from the open-source to the closed latest beta.

** Attachment added: "cpuinfo+lspci+glxinfo"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/803296/+attachment/3453440/+files/cpuinfo%2Blspci%2Bglxinfo

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

Title:
  [regression] Compiz Resize plugin: When "Default Resize Mode" =
  Normal, resizing is extremely slow and CPU intensive

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1039673] Re: window resize is crazy-slow

2012-12-06 Thread JP
Same problem with an ATI Card on Ubuntu 12.10 64bits. Updated Compiz 
1:0.9.8.4+bzr3412-0ubuntu0.1.
It happens with every driver, from the open-source to the closed latest beta.

** Attachment added: "cpuinfo+lspci+glxinfo"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1039673/+attachment/3453439/+files/cpuinfo%2Blspci%2Bglxinfo

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

Title:
  window resize is crazy-slow

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1039673] Re: window resize is crazy-slow

2012-12-06 Thread JP
** Attachment added: "cpuinfo"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1039673/+attachment/3453433/+files/cpuinfo

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

Title:
  window resize is crazy-slow

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1039673] Re: window resize is crazy-slow

2012-12-06 Thread JP
** Attachment added: "glxinfo"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1039673/+attachment/3453432/+files/glxinfo

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

Title:
  window resize is crazy-slow

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1039673] Re: window resize is crazy-slow

2012-12-06 Thread JP
Same problem with an ATI Card on Ubuntu 12.10 64bits. Updated Compiz
1:0.9.8.4+bzr3412-0ubuntu0.1


** Attachment added: "lspci"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1039673/+attachment/3453431/+files/lspci

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

Title:
  window resize is crazy-slow

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 986051] Re: Window management - Semi-maximized windows have 1px borders drawn on adjacent workspaces

2012-12-06 Thread sampo555
I did some digging about this issue and discovered that if a window is
semi maximized, CompWindow::border is set to values of maximized window
borders (left 0px, right 0px) but the normal border (left 1px, right
1px) is still drawn around semi-maximized windows.

So, if a window is semi-maximized, compiz will calculate the window
geometry without leaving the extra pixel for the borders. Consequently
the borders occupy the next available pixels, which happen to be in a
different workspaces.

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

Title:
  Window management - Semi-maximized windows have 1px borders drawn on
  adjacent workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/986051/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 944653] Update Released

2012-12-06 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  compiz crashed on startup with SIGSEGV in strstr() from
  GLScreen::GLScreen()

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 974242] Update Released

2012-12-06 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Compiz is moving windows against my will

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1050610] Re: gtk-window-decorator leaking window handles. Window operations become sluggish after a few days of usage

2012-12-06 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8+bzr3121-0ubuntu1

---
compiz (1:0.9.7.8+bzr3121-0ubuntu1) precise-proposed; urgency=low

  * New upstream stable branch snapshot.
- Includes all the previous cherry-picked fixes
- Fix crash when imgsvg is loaded, due to missing symbol
  (decor_apply_gravity from libdecoration). (LP: #956986)
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Fix window handle leak causing gradual degradation in desktop
  performance (LP: #1050610)
- Some decoration pixmaps get leaked on window resize, due to race
  conditions between gtk-window-decorator and the decor plugin.
  (LP: #1057263)
- Avoid a NULL dereference and give a useful error message instead.
  (LP: #944653)
- Fix leakage of destroyed_pixmaps_table, containing pointers to freed
  decor_t's which could result in a freed GHashTable being passed into
  g_hash_table_remove and causing a crash. (LP: #1060171)
  * debian/patches/compiz-package-gles2.patch:
- Drop the NEWS file, update decor.cpp part to build with new upstream
  code.
  * debian/patches/revert_fix_933776_955035.patch:
- Cherry-pick the revert from upstream since the bug fix is not
  suitable for SRU as is
  * debian/patches/revert_fix_994841.patch:
- Cherry-pick also this revert as non-SRU material, not relevant
  to users
  * debian/libdecoration0.symbols:
- Update with latest symbols
 -- Timo JyrinkiMon, 12 Nov 2012 13:56:29 +0200

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  gtk-window-decorator leaking window handles. Window operations become
  sluggish after a few days of usage

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 976032] Re: Place plugin problem with panel in fullscreen and gnome classic

2012-12-06 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8+bzr3121-0ubuntu1

---
compiz (1:0.9.7.8+bzr3121-0ubuntu1) precise-proposed; urgency=low

  * New upstream stable branch snapshot.
- Includes all the previous cherry-picked fixes
- Fix crash when imgsvg is loaded, due to missing symbol
  (decor_apply_gravity from libdecoration). (LP: #956986)
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Fix window handle leak causing gradual degradation in desktop
  performance (LP: #1050610)
- Some decoration pixmaps get leaked on window resize, due to race
  conditions between gtk-window-decorator and the decor plugin.
  (LP: #1057263)
- Avoid a NULL dereference and give a useful error message instead.
  (LP: #944653)
- Fix leakage of destroyed_pixmaps_table, containing pointers to freed
  decor_t's which could result in a freed GHashTable being passed into
  g_hash_table_remove and causing a crash. (LP: #1060171)
  * debian/patches/compiz-package-gles2.patch:
- Drop the NEWS file, update decor.cpp part to build with new upstream
  code.
  * debian/patches/revert_fix_933776_955035.patch:
- Cherry-pick the revert from upstream since the bug fix is not
  suitable for SRU as is
  * debian/patches/revert_fix_994841.patch:
- Cherry-pick also this revert as non-SRU material, not relevant
  to users
  * debian/libdecoration0.symbols:
- Update with latest symbols
 -- Timo JyrinkiMon, 12 Nov 2012 13:56:29 +0200

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  Place plugin problem with panel in fullscreen and gnome classic

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1050610] Update Released

2012-12-06 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  gtk-window-decorator leaking window handles. Window operations become
  sluggish after a few days of usage

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 976032] Update Released

2012-12-06 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Place plugin problem with panel in fullscreen and gnome classic

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


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

2012-12-06 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8+bzr3121-0ubuntu1

---
compiz (1:0.9.7.8+bzr3121-0ubuntu1) precise-proposed; urgency=low

  * New upstream stable branch snapshot.
- Includes all the previous cherry-picked fixes
- Fix crash when imgsvg is loaded, due to missing symbol
  (decor_apply_gravity from libdecoration). (LP: #956986)
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Fix window handle leak causing gradual degradation in desktop
  performance (LP: #1050610)
- Some decoration pixmaps get leaked on window resize, due to race
  conditions between gtk-window-decorator and the decor plugin.
  (LP: #1057263)
- Avoid a NULL dereference and give a useful error message instead.
  (LP: #944653)
- Fix leakage of destroyed_pixmaps_table, containing pointers to freed
  decor_t's which could result in a freed GHashTable being passed into
  g_hash_table_remove and causing a crash. (LP: #1060171)
  * debian/patches/compiz-package-gles2.patch:
- Drop the NEWS file, update decor.cpp part to build with new upstream
  code.
  * debian/patches/revert_fix_933776_955035.patch:
- Cherry-pick the revert from upstream since the bug fix is not
  suitable for SRU as is
  * debian/patches/revert_fix_994841.patch:
- Cherry-pick also this revert as non-SRU material, not relevant
  to users
  * debian/libdecoration0.symbols:
- Update with latest symbols
 -- Timo JyrinkiMon, 12 Nov 2012 13:56:29 +0200

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  Compiz is moving windows against my will

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 956986] Re: compiz crashed with SIGSEGV when imgsvg is loaded, in getCompPluginVTable20090315_imgsvg() from dlloaderLoadPlugin() from CompPlugin::load()

2012-12-06 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8+bzr3121-0ubuntu1

---
compiz (1:0.9.7.8+bzr3121-0ubuntu1) precise-proposed; urgency=low

  * New upstream stable branch snapshot.
- Includes all the previous cherry-picked fixes
- Fix crash when imgsvg is loaded, due to missing symbol
  (decor_apply_gravity from libdecoration). (LP: #956986)
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Fix window handle leak causing gradual degradation in desktop
  performance (LP: #1050610)
- Some decoration pixmaps get leaked on window resize, due to race
  conditions between gtk-window-decorator and the decor plugin.
  (LP: #1057263)
- Avoid a NULL dereference and give a useful error message instead.
  (LP: #944653)
- Fix leakage of destroyed_pixmaps_table, containing pointers to freed
  decor_t's which could result in a freed GHashTable being passed into
  g_hash_table_remove and causing a crash. (LP: #1060171)
  * debian/patches/compiz-package-gles2.patch:
- Drop the NEWS file, update decor.cpp part to build with new upstream
  code.
  * debian/patches/revert_fix_933776_955035.patch:
- Cherry-pick the revert from upstream since the bug fix is not
  suitable for SRU as is
  * debian/patches/revert_fix_994841.patch:
- Cherry-pick also this revert as non-SRU material, not relevant
  to users
  * debian/libdecoration0.symbols:
- Update with latest symbols
 -- Timo JyrinkiMon, 12 Nov 2012 13:56:29 +0200

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  compiz crashed with SIGSEGV when imgsvg is loaded, in
  getCompPluginVTable20090315_imgsvg() from dlloaderLoadPlugin() from
  CompPlugin::load()

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 944653] Re: compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()

2012-12-06 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8+bzr3121-0ubuntu1

---
compiz (1:0.9.7.8+bzr3121-0ubuntu1) precise-proposed; urgency=low

  * New upstream stable branch snapshot.
- Includes all the previous cherry-picked fixes
- Fix crash when imgsvg is loaded, due to missing symbol
  (decor_apply_gravity from libdecoration). (LP: #956986)
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Fix window handle leak causing gradual degradation in desktop
  performance (LP: #1050610)
- Some decoration pixmaps get leaked on window resize, due to race
  conditions between gtk-window-decorator and the decor plugin.
  (LP: #1057263)
- Avoid a NULL dereference and give a useful error message instead.
  (LP: #944653)
- Fix leakage of destroyed_pixmaps_table, containing pointers to freed
  decor_t's which could result in a freed GHashTable being passed into
  g_hash_table_remove and causing a crash. (LP: #1060171)
  * debian/patches/compiz-package-gles2.patch:
- Drop the NEWS file, update decor.cpp part to build with new upstream
  code.
  * debian/patches/revert_fix_933776_955035.patch:
- Cherry-pick the revert from upstream since the bug fix is not
  suitable for SRU as is
  * debian/patches/revert_fix_994841.patch:
- Cherry-pick also this revert as non-SRU material, not relevant
  to users
  * debian/libdecoration0.symbols:
- Update with latest symbols
 -- Timo JyrinkiMon, 12 Nov 2012 13:56:29 +0200

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  compiz crashed on startup with SIGSEGV in strstr() from
  GLScreen::GLScreen()

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 956986] Update Released

2012-12-06 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  compiz crashed with SIGSEGV when imgsvg is loaded, in
  getCompPluginVTable20090315_imgsvg() from dlloaderLoadPlugin() from
  CompPlugin::load()

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1057263] Re: gtk-window-decorator leaks large numbers of pixmaps and pixmap memory

2012-12-06 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8+bzr3121-0ubuntu1

---
compiz (1:0.9.7.8+bzr3121-0ubuntu1) precise-proposed; urgency=low

  * New upstream stable branch snapshot.
- Includes all the previous cherry-picked fixes
- Fix crash when imgsvg is loaded, due to missing symbol
  (decor_apply_gravity from libdecoration). (LP: #956986)
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Fix window handle leak causing gradual degradation in desktop
  performance (LP: #1050610)
- Some decoration pixmaps get leaked on window resize, due to race
  conditions between gtk-window-decorator and the decor plugin.
  (LP: #1057263)
- Avoid a NULL dereference and give a useful error message instead.
  (LP: #944653)
- Fix leakage of destroyed_pixmaps_table, containing pointers to freed
  decor_t's which could result in a freed GHashTable being passed into
  g_hash_table_remove and causing a crash. (LP: #1060171)
  * debian/patches/compiz-package-gles2.patch:
- Drop the NEWS file, update decor.cpp part to build with new upstream
  code.
  * debian/patches/revert_fix_933776_955035.patch:
- Cherry-pick the revert from upstream since the bug fix is not
  suitable for SRU as is
  * debian/patches/revert_fix_994841.patch:
- Cherry-pick also this revert as non-SRU material, not relevant
  to users
  * debian/libdecoration0.symbols:
- Update with latest symbols
 -- Timo JyrinkiMon, 12 Nov 2012 13:56:29 +0200

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  gtk-window-decorator leaks large numbers of pixmaps and pixmap memory

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1057263] Update Released

2012-12-06 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  gtk-window-decorator leaks large numbers of pixmaps and pixmap memory

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1060171] Re: gtk-window-decorator crashed with SIGSEGV in g_hash_table_lookup_node() from g_hash_table_remove_internal() from event_filter_func() from gdk_event_apply_filters()

2012-12-06 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8+bzr3121-0ubuntu1

---
compiz (1:0.9.7.8+bzr3121-0ubuntu1) precise-proposed; urgency=low

  * New upstream stable branch snapshot.
- Includes all the previous cherry-picked fixes
- Fix crash when imgsvg is loaded, due to missing symbol
  (decor_apply_gravity from libdecoration). (LP: #956986)
- Fix multiple window placement bugs (LP: #974242) (LP: #976032)
- Fix window handle leak causing gradual degradation in desktop
  performance (LP: #1050610)
- Some decoration pixmaps get leaked on window resize, due to race
  conditions between gtk-window-decorator and the decor plugin.
  (LP: #1057263)
- Avoid a NULL dereference and give a useful error message instead.
  (LP: #944653)
- Fix leakage of destroyed_pixmaps_table, containing pointers to freed
  decor_t's which could result in a freed GHashTable being passed into
  g_hash_table_remove and causing a crash. (LP: #1060171)
  * debian/patches/compiz-package-gles2.patch:
- Drop the NEWS file, update decor.cpp part to build with new upstream
  code.
  * debian/patches/revert_fix_933776_955035.patch:
- Cherry-pick the revert from upstream since the bug fix is not
  suitable for SRU as is
  * debian/patches/revert_fix_994841.patch:
- Cherry-pick also this revert as non-SRU material, not relevant
  to users
  * debian/libdecoration0.symbols:
- Update with latest symbols
 -- Timo JyrinkiMon, 12 Nov 2012 13:56:29 +0200

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed => Fix Released

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

Title:
  gtk-window-decorator crashed with SIGSEGV in
  g_hash_table_lookup_node() from g_hash_table_remove_internal() from
  event_filter_func() from gdk_event_apply_filters()

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1051595] Re: findcompiz_install doesn't work

2012-12-06 Thread Stéphane Graber
** Changed in: compiz (Ubuntu)
Milestone: ubuntu-13.04-alpha-1 => ubuntu-13.04-month-2

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

Title:
  findcompiz_install doesn't work

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1085591] Re: --replace race condition: Another window manager is already running on screen

2012-12-06 Thread Stéphane Graber
** Changed in: compiz (Ubuntu)
Milestone: ubuntu-13.04-alpha-1 => ubuntu-13.04-month-2

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

Title:
  --replace race condition: Another window manager is already running on
  screen

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 751605] Re: Multi-monitor - Windows maximize on the wrong monitor

2012-12-06 Thread Stéphane Graber
** Changed in: compiz (Ubuntu)
Milestone: ubuntu-13.04-alpha-1 => ubuntu-13.04-month-2

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

Title:
  Multi-monitor - Windows maximize on the wrong monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/751605/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1086704] Re: Build uses pyrexc without checking that it exists

2012-12-06 Thread Stéphane Graber
** Changed in: compiz (Ubuntu)
Milestone: ubuntu-13.04-alpha-1 => ubuntu-13.04-month-2

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

Title:
  Build uses pyrexc without checking that it exists

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1086779] Re: EGL/GLES compiz builds do a eglWaitGL (synchronous wait) on every frame, likely to slow things down

2012-12-06 Thread Stéphane Graber
** Changed in: compiz (Ubuntu)
Milestone: ubuntu-13.04-alpha-1 => ubuntu-13.04-month-2

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

Title:
  EGL/GLES compiz builds do a eglWaitGL (synchronous wait) on every
  frame, likely to slow things down

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1086789] Re: Build warning "multiple rules generate gtk/gnome/compiz.desktop. build will not be correct; continuing anyway"

2012-12-06 Thread Stéphane Graber
** Changed in: compiz (Ubuntu)
Milestone: ubuntu-13.04-alpha-1 => ubuntu-13.04-month-2

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

Title:
  Build warning "multiple rules generate gtk/gnome/compiz.desktop. build
  will not be correct; continuing anyway"

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1002246] Re: Window management - When a monitor is disconnected, the windows do not move to the remaining monitor and the Launcher pips do not update

2012-12-06 Thread Stephen M. Webb
** Changed in: compiz
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) => Brandon Schaefer (brandontschaefer)

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

Title:
  Window management - When a monitor is disconnected, the windows do not
  move to the remaining monitor and the Launcher pips do not update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1002246/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 874146] Re: Multimonitor: New windows open on the wrong monitor, Place Plugin settings silently ignored

2012-12-06 Thread Stephen M. Webb
** Changed in: compiz (Ubuntu)
   Status: Triaged => In Progress

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) => MC Return (mc-return)

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

Title:
  Multimonitor: New windows open on the wrong monitor, Place Plugin
  settings silently ignored

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 878516] Re: Window management - Restoring a grid-placed window by dragging the title bar downwards does not restore the original window width

2012-12-06 Thread Stephen M. Webb
** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) => Sam Spilsbury (smspillaz)

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

Title:
  Window management - Restoring a grid-placed window by dragging the
  title bar downwards does not restore the original window width

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/878516/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1087193] Re: Windows don't respond to input (mouse clicks) if XShape is disabled or unavailable

2012-12-06 Thread PS Jenkins bot
** Changed in: compiz
   Status: In Progress => Fix Committed

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

Title:
  Windows don't respond to input (mouse clicks) if XShape is disabled or
  unavailable

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1037164] Re: Clicking on semi-maximized windows in a different workspace produce unexpected results

2012-12-06 Thread Marc Deslauriers
Also, it happens even if the window isn't snapped. As long as it's
within a few pixels of the edge of the rightmost workspace, the issue
presents itself.

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

Title:
  Clicking on semi-maximized windows in a different workspace produce
  unexpected results

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1037164] Re: Clicking on semi-maximized windows in a different workspace produce unexpected results

2012-12-06 Thread Marc Deslauriers
FYI, I am seeing this with a default sized terminal, it has nothing to
do with the fact that a window is semi-maximized or not.

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

Title:
  Clicking on semi-maximized windows in a different workspace produce
  unexpected results

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1035114] Re: [Regression][Expo] Focused workspace in isn't highlighted with orange border

2012-12-06 Thread Juan Antonio Peña
vanvugt,

This bug is also present in Precise. Sometimes expo's borders appear and
sometimes not. Are you going to release a fix for Precise as well?

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

Title:
  [Regression][Expo] Focused workspace in isn't highlighted with orange
  border

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1035114/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 847967] Re: A minimized window 'remains' behind on the desktop if /apps/compiz-1/plugins/unityshell/screen0/options/show_minimized_windows is set to true

2012-12-06 Thread luxiter
i've same issue on gnome-fallback on ubuntu 12.04 
Nvidia driver Proprietary driver installed (downloaded from nvidia.com)
System is up to date but i don't use Unity.

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

Title:
  A minimized window 'remains' behind on the desktop if
  /apps/compiz-1/plugins/unityshell/screen0/options/show_minimized_windows
  is set to true

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


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

2012-12-06 Thread Kai Timmer
Hi, so sorry. Acutally it did fix the bug for me. Just one small thing
is still not working (which is the point I tested with).

When I use the Grid plugin to put a window in a corner, and than use a
shortcut to move it to the other screen, it flips back to the original
one.

All the other flipping and moving around is fixed with this patch. Sorry
for the confusion.

** Tags removed: verification-failed
** Tags added: verification-done

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

Title:
  Compiz is moving windows against my will

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1027211] Re: [nvidia] Moving or resizing windows freezes and stutters on nvidia (especially if some other window is redrawing).

2012-12-06 Thread Sam Spilsbury
@silviucc

I've got some ideas about how we can reduce the load that the driver is
choking on so that there's not such a big slowdown. The main problem is
that were sending requests that cause the driver to choke, and then
because the driver is choking, we have time to make even more of those
requests which causes it to choke even more.

I'll have something up in the next few days. Getting it under test is
tricky.

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

Title:
  [nvidia] Moving or resizing windows freezes and stutters on nvidia
  (especially if some other window is redrawing).

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1060327] Re: compiz crashed with SIGSEGV in compiz::opengl::bindTexImageGLX() from TfpTexture::bindTexImage() from ... from GLTexture::bindPixmapToTexture() from DecorTexture::DecorTextu

2012-12-06 Thread Parameswaran Sivatharman
Attached a crash file occurred with 1:0.9.9~daily12.12.05 version if it would 
help. I tried using apport to report a bug with the attached crash file to see 
if it produce the traces but apport only uploads the crash and not allowing to 
proceed further in reporting it as a bug.
Just to make sure, the crash is occurring in both VBox and KVM  and on both 
amd64 and i386. 

Just booting with the iso to the live session (do not need to do
anything, just wait till you  hear the drums sound) will produce the
crash. The result is a black blank screen with only the indicator icons
at the right corner of the top bar being present.

'sudo pkill -9 X' will bring back the live session desktop and the
installation could go ahead from there.

** Attachment added: "_usr_bin_compiz.999.crash"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1060327/+attachment/3452912/+files/_usr_bin_compiz.999.crash

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

Title:
  compiz crashed with SIGSEGV in compiz::opengl::bindTexImageGLX() from
  TfpTexture::bindTexImage() from ... from
  GLTexture::bindPixmapToTexture() from DecorTexture::DecorTexture()

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1027211] Re: [nvidia] Moving or resizing windows freezes and stutters on nvidia (especially if some other window is redrawing).

2012-12-06 Thread Daniel van Vugt
No, don't be fooled. This bug needs more proposals to land till it's
fixed properly.

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

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

Title:
  [nvidia] Moving or resizing windows freezes and stutters on nvidia
  (especially if some other window is redrawing).

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1027211] Re: [nvidia] Moving or resizing windows freezes and stutters on nvidia (especially if some other window is redrawing).

2012-12-06 Thread PS Jenkins bot
** Changed in: compiz
   Status: In Progress => Fix Committed

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

Title:
  [nvidia] Moving or resizing windows freezes and stutters on nvidia
  (especially if some other window is redrawing).

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1087193] Re: Windows don't respond to input (mouse clicks) if XShape is disabled or unavailable

2012-12-06 Thread Daniel van Vugt
See also: bug 1087198

** Description changed:

  1. Disable XShape by forcing CompScreenImpl::XShape() to return false.
- 2. Now windows don't respond to input.
+ 2. Now windows don't respond to input (mouse clicks).

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

Title:
  Windows don't respond to input (mouse clicks) if XShape is disabled or
  unavailable

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1087193] Re: Windows don't respond to input (mouse clicks) if XShape is disabled or unavailable

2012-12-06 Thread Daniel van Vugt
** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: compiz (Ubuntu)
   Status: New => In Progress

** Changed in: compiz (Ubuntu)
   Importance: Undecided => Medium

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Also affects: compiz/0.9.8
   Importance: Undecided
   Status: New

** Changed in: compiz/0.9.8
Milestone: None => 0.9.8.8

** Changed in: compiz/0.9.8
   Importance: Undecided => Medium

** Changed in: compiz/0.9.8
   Status: New => Triaged

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

Title:
  Windows don't respond to input (mouse clicks) if XShape is disabled or
  unavailable

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


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

2012-12-06 Thread Łukasz Zemczak
Hi Kai. Is the problem you're encountering really the same as the
problem here? Could you please give us more info about what is the
current package version you are using? What hardware configuration are
you using? All this info will help us find out why the patch fixed the
issue for others and not for you.

Thank you.

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

Title:
  Compiz is moving windows against my will

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1027211] Re: [nvidia] Moving or resizing windows freezes and stutters on nvidia (especially if some other window is redrawing).

2012-12-06 Thread Daniel van Vugt
** Changed in: compiz
 Assignee: Daniel van Vugt (vanvugt) => Sam Spilsbury (smspillaz)

** Changed in: compiz (Ubuntu)
 Assignee: Daniel van Vugt (vanvugt) => Sam Spilsbury (smspillaz)

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

Title:
  [nvidia] Moving or resizing windows freezes and stutters on nvidia
  (especially if some other window is redrawing).

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


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

2012-12-06 Thread Kai Timmer
Just tested the package from precise-proposed - It didn't fix the
problem for me!

** Tags removed: verification-done
** Tags added: verification-failed

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

Title:
  Compiz is moving windows against my will

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1037164] Re: Clicking on semi-maximized windows in a different workspace produce unexpected results

2012-12-06 Thread Daniel van Vugt
Sounds like the problem might be bug 986051, which is then triggering
bug 751605 putting it on the wrong monitor. A fix for either bug should
be enough to avoid the problem.

Also possibly related/duplicates: bug 769672, bug 776435.

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

Title:
  Clicking on semi-maximized windows in a different workspace produce
  unexpected results

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1037164] Re: Clicking on semi-maximixed windows in a different workspace produce unexpected results

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

- Clicking on snapped windows in a different workspace produce unexpected 
results
+ Clicking on semi-maximixed windows in a different workspace produce 
unexpected results

** Summary changed:

- Clicking on semi-maximixed windows in a different workspace produce 
unexpected results
+ Clicking on semi-maximized windows in a different workspace produce 
unexpected results

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

Title:
  Clicking on semi-maximized windows in a different workspace produce
  unexpected results

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1037164] Re: Clicking on snapped windows in a different workspace produce unexpected results

2012-12-06 Thread Didier Roche
Not completely related to snapped only window, but rather if height of a
window == height of the screen (minus decorator size and so on).

So on a setup with, 2 monitors (one above the other), the biggest one being on 
top.
1. Have a window whose height match the above rule ^ on the bottom monitor (so 
maximized, vertically semi-maximized or non maximized window but manually 
making the size fitting that).
2. switch ws
-> the window jumps on the 1st monitor.

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

Title:
  Clicking on semi-maximized windows in a different workspace produce
  unexpected results

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

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp