[Compiz] [Bug 1035261] Re: Port compiz to gsettings and consequently remove unity-2d

2012-08-16 Thread Didier Roche
** Description changed:

  Porting compiz and so unity to gsettings has a lot of consequences:
  - compiz:
    * remove the conffile for 2nd (autologin) fallback mechanism
    * build with gsettings support
    * add migration scripts
    * add xml files for the g-c-c integration (we used the metacity ones before)
  - unity :
    * gconf -> gsettings patches (2)
    * rebuild with the new gsettings compiz
    * add transitional packages for all unity-2d packages
    * add migration scripts
  - nux:
    * remove the X11 Xsession.d detection script
  - gnome-control-center:
   * should be ported in both the keyboard part by reverting the gsettings 
revert patch
   * in the unity background configuration panels to support gsettings
   * in the display configuration panels to support gsettings
  - gnome-settings-daemon to drop the gsettings revert patch:
  - metacity should be updated to >> 2.34.2 (gsettings integration, shared with 
compiz). Sync back with debian, demote to universe -> this forces us to drop a 
lot of patches to make unity-2d running
  - consequently, dropping unity-2d because of metacity patches won't be 
ported, and unity-2d isn't maintained to port from gconf to gsettings:. Removal 
from the archive
  - lightdm to transition people from unity-2d to unity-3d session
  - unity-greeter to drop hardware detection capability for nux
  - gnome-session to drop the unity-2d session and recommends
  - release-upgrader in precise to detect if the card can't run unity-3d, and 
if so, show a warning to tell to stay on the LTS
  - ubuntu-desktop seed to remove dep on unity-2d
  
  People forcing the upgrade or installing on a machine without hardware
  acceleration will then use unity with llvmpipe.
  
  ---
  WHAT IS REMAINING:
  
  ubuntu-release-upgrade -> we will deal that with mvo later on.
  
- all components that are fix commited (apart unity):
+ all above components that are fix commited (apart unity):
  - bzr pull the vcs, release and dput it
+ - metacity to sync with debian
  
  Unity: Take lp:~didrocks/unity/gsettings-transition as the packaging branch
- - build with latest compiz, check compiz version for build-dep (if not 
shipped in a new tarball)
- - ship the .convert script for the unity part (sil has it), in a .install
- - ensure this script migrate the HUD key as well.
- - add the dependency on compiz-gnome version shipping the script
+ - build with latest compiz, check compiz version for build-dep (already 
bumped, but check if not shipped in a new tarball)
+ - activate the gsettings switch in debian/rules. ensure that the schemas are 
installed in the same package that the gconf keys were. Remove the gconf keys 
install.
+ - check that I ship correctly the .convert script and bump if needed the dep 
from unityc-ommon to compiz-gnome (already bumped, but check if not shipped in 
a new tarball)
  
  Compiz: take lp:~didrocks/compiz/gsettings-transition as the packaging branch
  rev 3298 introduced the migration script
- - merge all the gsettings branch (create a new snapshot tarball?), ensure 
they have the xml for g-c-c ones as well. The g-c-c xml files should be 
installed and handled.
- - ship the transition script use debian/compiz-gnome.migrations (prepared) 
for that and ship the .convert files as usual (in a .install)
+ - merge all the gsettings branch (create a new snapshot tarball?), ensure 
they have the xml for g-c-c ones as well. The g-c-c xml files should be 
installed and handled by the packaging already in 
usr/share/gnome-control-center/keybindings.
+ - activate the gsettings switch in debian/rules. ensure that the schemas are 
installed in the same packages that the gconf keys were. Remove the gconf keys 
install.
+ - check that my changes ship the transition script use 
debian/compiz-gnome.migrations and the convert files.
+ 
+ MISC:
+ - branch for gsettings compiz g-c-c integration: 
lp:~compiz-team/compiz/compiz.gnome-control-center-integration
+ - branch for gsettings unity g-c-c integration: lp:
+ - Mirv has some updates .convert files for compiz for the g-c-c keys.
+ Both should be merged.
+ - lp:~didrocks/unity/gsettings-transition already contains the backport for 
removing gconf and the .convert unity files. (ber merge)
  
  TESTING THE MIGRATION:
  
  1. have the old g-c-c, change unity values in it (launcher size, hide mode…), 
change keybindings (a lot of them in different categories, launcher, 
navigation… like changing workspace keys)
  2. install new g-c-c (lp:~ubuntu-desktop/gnome-control-center/ubuntu), 
compiz, unity with all the settings migration
  3. logout/login
  4. check that the keys are transitionned to the new system: launcher 
size/hide mode are the changed values and corresponds and the values are shown 
in the new g-c-c. Same thing with the changed keybidings.

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

T

[Compiz] [Bug 1035261] Re: Port compiz to gsettings and consequently remove unity-2d

2012-08-16 Thread Didier Roche
** Description changed:

  Porting compiz and so unity to gsettings has a lot of consequences:
  - compiz:
    * remove the conffile for 2nd (autologin) fallback mechanism
    * build with gsettings support
    * add migration scripts
    * add xml files for the g-c-c integration (we used the metacity ones before)
  - unity :
    * gconf -> gsettings patches (2)
    * rebuild with the new gsettings compiz
    * add transitional packages for all unity-2d packages
    * add migration scripts
  - nux:
    * remove the X11 Xsession.d detection script
  - gnome-control-center:
   * should be ported in both the keyboard part by reverting the gsettings 
revert patch
   * in the unity background configuration panels to support gsettings
   * in the display configuration panels to support gsettings
  - gnome-settings-daemon to drop the gsettings revert patch:
  - metacity should be updated to >> 2.34.2 (gsettings integration, shared with 
compiz). Sync back with debian, demote to universe -> this forces us to drop a 
lot of patches to make unity-2d running
  - consequently, dropping unity-2d because of metacity patches won't be 
ported, and unity-2d isn't maintained to port from gconf to gsettings:. Removal 
from the archive
  - lightdm to transition people from unity-2d to unity-3d session
  - unity-greeter to drop hardware detection capability for nux
  - gnome-session to drop the unity-2d session and recommends
  - release-upgrader in precise to detect if the card can't run unity-3d, and 
if so, show a warning to tell to stay on the LTS
  - ubuntu-desktop seed to remove dep on unity-2d
  
  People forcing the upgrade or installing on a machine without hardware
  acceleration will then use unity with llvmpipe.
  
  ---
  WHAT IS REMAINING:
  
  ubuntu-release-upgrade -> we will deal that with mvo later on.
  
  all components that are fix commited (apart unity):
- - bzr pull the vcs and bzr push it
+ - bzr pull the vcs, release and dput it
  
  Unity: Take lp:~didrocks/unity/gsettings-transition as the packaging branch
  - build with latest compiz, check compiz version for build-dep (if not 
shipped in a new tarball)
  - ship the .convert script for the unity part (sil has it), in a .install
  - ensure this script migrate the HUD key as well.
  - add the dependency on compiz-gnome version shipping the script
  
  Compiz: take lp:~didrocks/compiz/gsettings-transition as the packaging branch
  rev 3298 introduced the migration script
  - merge all the gsettings branch (create a new snapshot tarball?), ensure 
they have the xml for g-c-c ones as well. The g-c-c xml files should be 
installed and handled.
  - ship the transition script use debian/compiz-gnome.migrations (prepared) 
for that and ship the .convert files as usual (in a .install)
  
- 
  TESTING THE MIGRATION:
  
  1. have the old g-c-c, change unity values in it (launcher size, hide mode…), 
change keybindings (a lot of them in different categories, launcher, 
navigation… like changing workspace keys)
  2. install new g-c-c (lp:~ubuntu-desktop/gnome-control-center/ubuntu), 
compiz, unity with all the settings migration
  3. logout/login
  4. check that the keys are transitionned to the new system: launcher 
size/hide mode are the changed values and corresponds and the values are shown 
in the new g-c-c. Same thing with the changed keybidings.

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

Title:
  Port compiz to gsettings and consequently remove unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1035261/+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 1032276] Re: [nvidia] Graphics freeze when I close or minimize a window

2012-08-16 Thread Daniel van Vugt
** 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/1032276

Title:
  [nvidia] Graphics freeze when I close or minimize a window

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1032276/+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 1004456] Re: Screen Controls are Crazy since a recent UpGrade, so a working DeskTop is now very difficult to achieve.

2012-08-16 Thread Launchpad Bug Tracker
[Expired for compiz (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Screen Controls are Crazy since a recent UpGrade, so a working DeskTop
  is now very difficult to achieve.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1004456/+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 964788] Re: bad gaming performance when running compiz (nvida gt-240)

2012-08-16 Thread Daniel van Vugt
*** This bug is a duplicate of bug 988079 ***
https://bugs.launchpad.net/bugs/988079

I think this should be solved by bug 988079, so will make it a duplicate
of that. A fix is coming in Unity 5.16.

If performance is still inadequate then consider using the unredirect
fullscreen windows setting. But beware it is broken right now and
requires a workaround. See bug 980663 for details.

** This bug has been marked a duplicate of bug 988079
   Much slower OpenGL frame rates with unityshell loaded, than plain compiz

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

Title:
  bad gaming performance when running compiz (nvida gt-240)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/964788/+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 964818] Re: Unity works slow on not top computers (needs optimization)

2012-08-16 Thread Daniel van Vugt
Ravi, your comments are not relevant to this bug. Please log a new bug using 
the command:
ubuntu-bug compiz

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

Title:
  Unity works slow on not top computers (needs optimization)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/964818/+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 973971] Re: vsync is not enabled, despite what CCSM tells me

2012-08-16 Thread Daniel van Vugt
Are you using multiple monitors? If so, then that's a different bug but
the fix will be the same as bug 1037710.

** Package changed: xserver-xorg-video-intel (Ubuntu) => compiz (Ubuntu)

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

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

** Changed in: compiz (Ubuntu)
   Status: Confirmed => 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/973971

Title:
  vsync is not enabled, despite what CCSM tells me

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/973971/+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 973971] [NEW] vsync is not enabled, despite what CCSM tells me

2012-08-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

from 'lspci':
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)

Was using DOSBox earlier and I noticed that vsync was not enabled.  I
can also see vsync is not enabled while I type at the terminal wrapped
by gnome-shell (visible tearing in the cursor block as I type).

I installed CCSM and verified that "Sync to VBlank" was already enabled.

Am I missing something, or is this a bug?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
CompositorRunning: None
Date: Wed Apr  4 22:10:31 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120403)
MachineType: Hewlett-Packard HP EliteBook 2760p
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-22-generic 
root=UUID=7d96300d-f789-4651-83e3-ae71f17143a7 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/18/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68SOU Ver. F.01
dmi.board.name: 162A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 05.31
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SOUVer.F.01:bd04/18/2011:svnHewlett-Packard:pnHPEliteBook2760p:pvrA0005F02:rvnHewlett-Packard:rn162A:rvrKBCVersion05.31:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 2760p
dmi.product.version: A0005F02
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.7.4-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu9
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: compiz (Ubuntu)
 Importance: Low
 Status: Confirmed


** Tags: amd64 apport-bug precise reproducible single-occurrence ubuntu
-- 
vsync is not enabled, despite what CCSM tells me
https://bugs.launchpad.net/bugs/973971
You received this bug notification because you are a member of compiz 
packagers, which is subscribed to compiz in Ubuntu.

___
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 1037732] Re: compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length() from glGenTextures() from PrivateTexture::PrivateTexture() from GLTexture::GLTexture() from TfpTexture::Tfp

2012-08-16 Thread Daniel van Vugt
Hmm, we're crashing inside:
glGenTextures (1, &name);

So it looks like a Mesa bug.


** Summary changed:

- compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()
+ compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length() from 
glGenTextures() from PrivateTexture::PrivateTexture() from 
GLTexture::GLTexture() from TfpTexture::TfpTexture()

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

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

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

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

** Also affects: mesa (Ubuntu)
   Importance: Undecided
   Status: New

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

** Description changed:

- compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()
+ compiz crashed with SIGSEGV in:
+ xcb_glx_gen_textures_data_length()
+ from glGenTextures()
+ from PrivateTexture::PrivateTexture()
+ from GLTexture::GLTexture()
+ from TfpTexture::TfpTexture()
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: compiz-core 1:0.9.8+bzr3249-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-10.10-generic 3.5.1
  Uname: Linux 3.5.0-10-generic x86_64
  ApportVersion: 2.4-0ubuntu8
  Architecture: amd64
  Date: Thu Aug 16 20:59:08 2012
  ExecutablePath: /usr/bin/compiz
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
  ProcCmdline: compiz
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=es_ES.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=es_ES.UTF-8
+  SHELL=/bin/bash
  SegvAnalysis:
-  Segfault happened at: 0x7fed5a2c9bd0 : 
mov0x4(%rdi),%eax
-  PC (0x7fed5a2c9bd0) ok
-  source "0x4(%rdi)" (0x0004) not located in a known VMA region (needed 
readable region)!
-  destination "%eax" ok
+  Segfault happened at: 0x7fed5a2c9bd0 : 
mov0x4(%rdi),%eax
+  PC (0x7fed5a2c9bd0) ok
+  source "0x4(%rdi)" (0x0004) not located in a known VMA region (needed 
readable region)!
+  destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: compiz
  StacktraceTop:
-  xcb_glx_gen_textures_data_length () from 
/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0
-  ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
-  GLTexture::GLTexture() () from /usr/lib/compiz/libopengl.so
-  TfpTexture::TfpTexture() () from /usr/lib/compiz/libopengl.so
-  TfpTexture::bindPixmapToTexture(unsigned long, int, int, int) () from 
/usr/lib/compiz/libopengl.so
+  xcb_glx_gen_textures_data_length () from 
/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0
+  ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
+  GLTexture::GLTexture() () from /usr/lib/compiz/libopengl.so
+  TfpTexture::TfpTexture() () from /usr/lib/compiz/libopengl.so
+  TfpTexture::bindPixmapToTexture(unsigned long, int, int, int) () from 
/usr/lib/compiz/libopengl.so
  Title: compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip disk lpadmin plugdev sambashare sudo

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

Title:
  compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length() from
  glGenTextures() from PrivateTexture::PrivateTexture() from
  GLTexture::GLTexture() from TfpTexture::TfpTexture()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037732/+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 1037710] Re: Tearing at top of laptop screen

2012-08-16 Thread Daniel van Vugt
This will be fixed by the fix for bug 901097, which is the gles2 branch.

But until then, there is a simple workaround. In CCSM, Workarounds,
enable "Force full screen redraw (buffer swap) on repaint".

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

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

** Changed in: compiz
 Assignee: (unassigned) => Compiz Linaro Team (compiz-linaro-team)

** Branch linked: lp:~compiz-linaro-team/compiz/gles2

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

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

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

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

Title:
  Tearing at top of laptop screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037710/+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 1037710] Re: Tearing at top of laptop screen

2012-08-16 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 compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1037710

Title:
  Tearing at top of laptop screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037710/+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 92599] Re: Incorrect (low/stuttering) refresh rate with NVIDIA driver

2012-08-16 Thread Daniel van Vugt
** Description changed:

  The problem here is that incorrect information from the NVIDIA driver is
  tricking some software like Compiz into using an incorrect refresh rate,
  which makes the whole desktop look choppy.
  
  The cause of this framerate problem is the DynamicTwinView feature of
  the NVIDIA graphics driver. It appears to be a documented "feature" of
  the driver, and has been for several years:
  
  --- Quote from the NVIDIA documentation ---
  Option "DynamicTwinView" "boolean"
  Enable or disable support for dynamically configuring TwinView on this X 
screen. When DynamicTwinView is enabled (the default), the refresh rate of a 
mode (reported through XF86VidMode or XRandR) does not correctly report the 
refresh rate, but instead is a unique number such that each MetaMode has a 
different value. This is to guarantee that MetaModes can be uniquely identified 
by XRandR.
  When DynamicTwinView is disabled, the refresh rate reported through XRandR 
will be accurate, but NV-CONTROL clients such as nvidia-settings will not be 
able to dynamically manipulate the X screen's MetaModes. TwinView can still be 
configured from the X config file when DynamicTwinView is disabled.
  Default: DynamicTwinView is enabled.
  --- End quote ---
  
[http://us.download.nvidia.com/XFree86/Linux-x86/280.13/README/xconfigoptions.html]
  
- WORKAROUND:
+ WORKAROUND (1)
  
  (in /etc/X11/xorg.conf)
  Section "Device"
    Option "DynamicTwinView" "False"
  EndSection
  
  If the workaround doesn't work for you and you still see
  stuttering/jerkiness then you probably have bug 888039, which is caused
  by other performance regressions in the Ubuntu 11.10 release.
+ 
+ WORKAROUND (2)
+ 
+ CCSM > Composite >
+   Detect Refresh Rate = OFF
+   Refresh Rate = 60 (or whatever is correct for you monitor)
  
  ORIGINAL DESCRIPTION:
  
  Binary package hint: xorg
  
  My Samsung SyncMaster 931BF does actually support 75 hz screen refresh
  rate, but xorg lets me choose only between 50 Hz and 54 Hz. Modification
  of /etc/X11/xorg.conf does not help. xorg worked ok on edgy.
  
  Here's some info:
  
  $ uname -a
  Linux Xel-Naga 2.6.20-10-generic #2 SMP Mon Mar 12 00:02:49 UTC 2007 i686 
GNU/Linux
  
  $ apt-cache show xorg | grep Version
  Version: 1:7.2-0ubuntu7
  
  The video card is Nvidia GeForce 7300GS.
  
  ProblemType: Bug
  Architecture: i386
  Date: Thu Mar 15 21:08:22 2007
  DistroRelease: Ubuntu 7.04
  Uname: Linux Xel-Naga 2.6.20-10-generic #2 SMP Mon Mar 12 00:02:49 UTC 2007 
i686 GNU/Linux

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

Title:
  Incorrect (low/stuttering) refresh rate with NVIDIA driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/92599/+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 1037453] Re: compiz 1:0.9.7.8-0ubuntu1.4, performance regression

2012-08-16 Thread Daniel van Vugt
Silviu,

Firstly, please make sure you have the workaround for NVIDIA bug 92599
set up. There are two possible workarounds described here --> bug 92599

If the problem persists, please try downloading and installing the previous 
compiz release:
https://launchpad.net/ubuntu/+source/compiz/1:0.9.7.8-0ubuntu1.2/+build/3646196

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

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

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

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

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

** Also affects: ubutter
   Importance: Undecided
   Status: New

** Changed in: ubutter
   Status: New => 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/1037453

Title:
  compiz 1:0.9.7.8-0ubuntu1.4, performance regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037453/+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 1037453] Re: compiz 1:0.9.7.8-0ubuntu1.4, performance regression

2012-08-16 Thread Daniel van Vugt
** Summary changed:

- compiz, performance regression
+ compiz 1:0.9.7.8-0ubuntu1.4, performance regression

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

Title:
  compiz 1:0.9.7.8-0ubuntu1.4, performance regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037453/+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 1019407] Re: compiz "glXCreatePixmap failed" makes computer look hardlocked

2012-08-16 Thread Daniel van Vugt
Clearly compiz is hung. But we need a stack to know exactly where and
why.

Please download the attached dstack script to your home directory. Then
when the hang happens next:

1. Switch to a VT (CTrl+Alt+F1)
2. Run: sudo -s
3. Run: ./dstack compiz > compizhang.txt
4. Run: chmod 644 compizhang.txt
5. Run: restart lightdm
6. Attach compizhang.txt to this bug.

** Attachment added: "dstack"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1019407/+attachment/3264736/+files/dstack

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

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

** Changed in: compiz (Ubuntu)
   Status: Confirmed => 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/1019407

Title:
  compiz "glXCreatePixmap failed" makes computer look hardlocked

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019407/+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 1037842] [NEW] tearing in video when composite enabled in xorg

2012-08-16 Thread mirak
Public bug reported:

There is tearing in video playback when composite enabled in xorg.
This happens even for fullscreen playback

Now that desktops managers like unity or gnome are using gpu
acceleration by default, this have to be fixed.

** Affects: gnome-shell
 Importance: Undecided
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Affects: unity-linux
 Importance: Undecided
 Status: New


** Tags: acceleration composite gpu tearing video

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

** Also affects: unity-linux
   Importance: Undecided
   Status: New

** Also affects: gnome-shell
   Importance: Undecided
   Status: New

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

Title:
  tearing in video when composite enabled in xorg

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1037842/+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 151674] Re: compiz+nvidia: tearing in xvideo (totem/mplayer/VLC/XINE)

2012-08-16 Thread mirak
the problem is not only on compiz, it's more about using the composite 
extension in Xorg
and now that Unity as gone gpu accelerated and that it's just bad without it, 
and that  gnome-shell also requires gpu acceleration, this bug needs to be 
fixed.

we are in 2012 there is still no good video playback when gpu
accelleration is on, that's really bad for linux.

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

Title:
  compiz+nvidia: tearing in xvideo (totem/mplayer/VLC/XINE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/151674/+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 201681] Re: Cursor position changes relative to window while dragging windows

2012-08-16 Thread gidantribal
same problem here

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

Title:
  Cursor position changes relative to window while dragging windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/201681/+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 1025013] Re: Resize scratch window, it doesn't update, goes black, and shrinks to a vertical strip in Unity-3D.

2012-08-16 Thread Greemod
** Also affects: squeak
   Importance: Undecided
   Status: New

** Changed in: squeak
   Status: New => Confirmed

** Also affects: squeak-vm (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: squeak-vm (Ubuntu)
   Status: New => Confirmed

** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New => Confirmed

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

Title:
  Resize scratch window, it doesn't update, goes black, and shrinks to a
  vertical strip in Unity-3D.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1025013/+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 1025013] Re: Resize scratch window, it doesn't update, goes black, and shrinks to a vertical strip in Unity-3D.

2012-08-16 Thread Greemod
When will a new version with this fixed be 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/1025013

Title:
  Resize scratch window, it doesn't update, goes black, and shrinks to a
  vertical strip in Unity-3D.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1025013/+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 1037710] Re: Tearing at top of laptop screen

2012-08-16 Thread Ben Frania
** Package changed: ubuntu => compiz (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/1037710

Title:
  Tearing at top of laptop screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037710/+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 1037710] [NEW] Tearing at top of laptop screen

2012-08-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This tearing occurs only at the very top of my laptop's panel within
about a two centimeter margin. It is usually produced in the title bar
of a fully extended window moved side to side. Also occurs in this spot
with Youtube videos when positioned between the first and third
workspace. Had the same problem with a lower resolution panel that I
recently replaced with my current one. Also see it running Mint and Arch
with Compiz Fusion or Cairo Compmgr.

The laptop is a Clevo W251ESQ. System76 currently sells two nearly
indentical laptops from the series, they likely have the same screens as
mine. The panels I have used are the LG LP156WH4(TL)(A1) and
LP156WF1(TL)(B2). Rendering with an i3-2350M as the Nvidia card must be
run via Bumblebee. My Ubuntu version is 12.04 fully upgraded as of
August 16th.

Same issue posted but unsolved in February:
http://ubuntuforums.org/showthread.php?t=1921773

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


** Tags: bot-comment
-- 
Tearing at top of laptop screen
https://bugs.launchpad.net/bugs/1037710
You received this bug notification because you are a member of compiz 
packagers, which is subscribed to compiz in Ubuntu.

___
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 862430] Re: window flicker for a short time after switching workspaces

2012-08-16 Thread Gregory M. Kapfhammer
I am writing back to confirm that, after some additional effort, downgrading 
compiz to the PPA
version has completely resolved the screen flicker behavior for me.  Right now, 
 I have locked 
compiz to this version in order to ensure that future upgrades do not cause 
problems.  If a 
full fix is ever available for Ubuntu 12.04 LTS, can you please post an 
announcement to this
bug report log?  When it is available, then I will try it out as well.  Thanks 
again for your hard
working in releasing the PPA and substantially improving my experience with 
Ubuntu 12.04.

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

Title:
  window flicker for a short time after switching workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/862430/+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 1037732] Re: compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()

2012-08-16 Thread Ubuntu Foundation's Bug Bot
** Tags added: compiz-0.9

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

Title:
  compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037732/+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 1037732] ThreadStacktrace.txt

2012-08-16 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037732/+attachment/3264335/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1037732/+attachment/3264307/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037732/+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 1037732] StacktraceSource.txt

2012-08-16 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1037732/+attachment/3264334/+files/StacktraceSource.txt

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

Title:
  compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037732/+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 1037732]

2012-08-16 Thread Apport retracing service
StacktraceTop:
 xcb_glx_gen_textures_data_length (R=R@entry=0x0) at glx.c:11582
 __indirect_glGenTextures (n=1, textures=0x19df8b8) at indirect.c:5250
 GLTexture::GLTexture (this=this@entry=0x19e2140) at 
/build/buildd/compiz-0.9.8+bzr3249/plugins/opengl/src/texture.cpp:99
 TfpTexture::TfpTexture (this=0x19e2140) at 
/build/buildd/compiz-0.9.8+bzr3249/plugins/opengl/src/texture.cpp:420
 TfpTexture::bindPixmapToTexture (pixmap=14680260, width=281, height=183, 
depth=) at 
/build/buildd/compiz-0.9.8+bzr3249/plugins/opengl/src/texture.cpp:566

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

Title:
  compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037732/+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 1037732] Stacktrace.txt

2012-08-16 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037732/+attachment/3264333/+files/Stacktrace.txt

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

Title:
  compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037732/+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 1037732] Re: compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()

2012-08-16 Thread RubenxParra
** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037732/+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 964818] Re: Unity works slow on not top computers (needs optimization)

2012-08-16 Thread Ravi Kumar
Hi, compiz is eating my RAM as a hungry lion. When I first start the
computer it is around 50-55 MB but after 1-2 hours it goes to 200 -300
MB! Why this is happening?! Any idea? I am using ubuntu 12.04 LTS

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

Title:
  Unity works slow on not top computers (needs optimization)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/964818/+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 862430] Re: window flicker for a short time after switching workspaces

2012-08-16 Thread cement_head
@Mikael

I agree - if this is a long term release, this should be addressed.

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

Title:
  window flicker for a short time after switching workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/862430/+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 1019407] Re: compiz "glXCreatePixmap failed" makes computer look hardlocked

2012-08-16 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 compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1019407

Title:
  compiz "glXCreatePixmap failed" makes computer look hardlocked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1019407/+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 964788] Re: bad gaming performance when running compiz (nvida gt-240)

2012-08-16 Thread LostinSpacetime
The bug is very much present in 12.10 and now that Ubuntu dropped
Unity2D in 12.10 there is no sane way for me to play any games.

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

Title:
  bad gaming performance when running compiz (nvida gt-240)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/964788/+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 1035261] Re: Port compiz to gsettings and consequently remove unity-2d

2012-08-16 Thread Didier Roche
** Description changed:

  Porting compiz and so unity to gsettings has a lot of consequences:
  - compiz:
-   * remove the conffile for 2nd (autologin) fallback mechanism
+   * remove the conffile for 2nd (autologin) fallback mechanism
    * build with gsettings support
    * add migration scripts
    * add xml files for the g-c-c integration (we used the metacity ones before)
  - unity :
    * gconf -> gsettings patches (2)
    * rebuild with the new gsettings compiz
    * add transitional packages for all unity-2d packages
    * add migration scripts
  - nux:
    * remove the X11 Xsession.d detection script
  - gnome-control-center:
   * should be ported in both the keyboard part by reverting the gsettings 
revert patch
   * in the unity background configuration panels to support gsettings
   * in the display configuration panels to support gsettings
  - gnome-settings-daemon to drop the gsettings revert patch:
  - metacity should be updated to >> 2.34.2 (gsettings integration, shared with 
compiz). Sync back with debian, demote to universe -> this forces us to drop a 
lot of patches to make unity-2d running
  - consequently, dropping unity-2d because of metacity patches won't be 
ported, and unity-2d isn't maintained to port from gconf to gsettings:. Removal 
from the archive
  - lightdm to transition people from unity-2d to unity-3d session
  - unity-greeter to drop hardware detection capability for nux
  - gnome-session to drop the unity-2d session and recommends
  - release-upgrader in precise to detect if the card can't run unity-3d, and 
if so, show a warning to tell to stay on the LTS
  - ubuntu-desktop seed to remove dep on unity-2d
  
  People forcing the upgrade or installing on a machine without hardware
  acceleration will then use unity with llvmpipe.
  
  ---
  WHAT IS REMAINING:
  
  ubuntu-release-upgrade -> we will deal that with mvo later on.
  
  all components that are fix commited (apart unity):
  - bzr pull the vcs and bzr push it
  
  Unity: Take lp:~didrocks/unity/gsettings-transition as the packaging branch
  - build with latest compiz, check compiz version for build-dep (if not 
shipped in a new tarball)
  - ship the .convert script for the unity part (sil has it), in a .install
  - ensure this script migrate the HUD key as well.
  - add the dependency on compiz-gnome version shipping the script
  
  Compiz: take lp:~didrocks/compiz/gsettings-transition as the packaging branch
  rev 3298 introduced the migration script
  - merge all the gsettings branch (create a new snapshot tarball?), ensure 
they have the xml for g-c-c ones as well. The g-c-c xml files should be 
installed and handled.
  - ship the transition script use debian/compiz-gnome.migrations (prepared) 
for that and ship the .convert files as usual (in a .install)
+ 
+ 
+ TESTING THE MIGRATION:
+ 
+ 1. have the old g-c-c, change unity values in it (launcher size, hide mode…), 
change keybindings (a lot of them in different categories, launcher, 
navigation… like changing workspace keys)
+ 2. install new g-c-c (lp:~ubuntu-desktop/gnome-control-center/ubuntu), 
compiz, unity with all the settings migration
+ 3. logout/login
+ 4. check that the keys are transitionned to the new system: launcher 
size/hide mode are the changed values and corresponds and the values are shown 
in the new g-c-c. Same thing with the changed keybidings.

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

Title:
  Port compiz to gsettings and consequently remove unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1035261/+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 1035624] Re: Emacs' menubar is blocked by the top panel

2012-08-16 Thread Lee
Ok, Video has been uploaded.


** Attachment added: "The vedio to reproduce to bug"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1035624/+attachment/3263967/+files/Video.rar

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

Title:
  Emacs' menubar is blocked by the top panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1035624/+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 1037109] UdevLog.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263916/+files/UdevLog.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] Re: CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

2012-08-16 Thread Eric Casteleijn
@Omer: What I'm saying is, the windows placed near the left or right
edge of the workspace seem to end up on both workspaces, which is why
they *do* show up in the alt-tab choices. I have not changed any
settings.

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] xdpyinfo.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263922/+files/xdpyinfo.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] Xrandr.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1037109/+attachment/3263921/+files/Xrandr.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] XorgLogOld.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263920/+files/XorgLogOld.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] XorgLog.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263919/+files/XorgLog.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] XorgConf.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "XorgConf.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263918/+files/XorgConf.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] UnitySupportTest.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263917/+files/UnitySupportTest.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] UdevDb.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1037109/+attachment/3263915/+files/UdevDb.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] ProcModules.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263914/+files/ProcModules.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] ProcEnviron.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263912/+files/ProcEnviron.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] ProcInterrupts.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263913/+files/ProcInterrupts.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] MonitorsUser.xml.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263910/+files/MonitorsUser.xml.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] ProcCpuinfo.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263911/+files/ProcCpuinfo.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] Lsusb.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1037109/+attachment/3263909/+files/Lsusb.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] LightdmLog.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "LightdmLog.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263907/+files/LightdmLog.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] Lspci.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1037109/+attachment/3263908/+files/Lspci.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] DpkgLog.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263905/+files/DpkgLog.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] GconfCompiz.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "GconfCompiz.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263906/+files/GconfCompiz.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] Dependencies.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263904/+files/Dependencies.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] CurrentDmesg.txt

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263903/+files/CurrentDmesg.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] Re: CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

2012-08-16 Thread Eric Casteleijn
apport information

** Tags added: apport-collected compiz-0.9 precise referred-by-support
running-unity ubuntu

** Description changed:

  To reproduce:
  
  1. open a terminal (though it's definitely not just terminals)
  2. half screen "maximize" it with CTRL+SUPER+right arrow
  3. go to the workspace to the right with CTRL+ALT+right arrow
  4. hit and hold ALT+TAB
  
  this will show the window just opened on the other workspace. Alt
  tabbing to it will sometimes yank the viewport to the other workspace
  and sometimes yank the window to the currently viewed workspace. This
  makes it very hard to work in the way I am accustomed to.
  
- It may also be related to bug #926359 (my intuition is that they have
- the same root cause: windows being placed in two workspaces)
+ It may also be related to bug #926359 (my intuition is that they have the 
same root cause: windows being placed in two workspaces)
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.0.1-0ubuntu12
+ Architecture: amd64
+ CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
+ CompositorRunning: compiz
+ DistUpgraded: 2012-01-05 13:59:00,548 DEBUG enabling apt cron job
+ DistroCodename: precise
+ DistroRelease: Ubuntu 12.04
+ DistroVariant: ubuntu
+ DkmsStatus:
+  fglrx, 8.960, 3.2.0-27-generic, x86_64: installed
+  fglrx, 8.960, 3.2.0-29-generic, x86_64: installed
+ GraphicsCard:
+  Advanced Micro Devices [AMD] nee ATI Redwood [Radeon HD 5670] [1002:68d8] 
(prog-if 00 [VGA controller])
+Subsystem: Dell Device [1028:68e0]
+ InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
+ JockeyStatus:
+  xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
+  xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, 
Enabled, In use)
+ MachineType: Dell Inc. Studio XPS 9100
+ NonfreeKernelModules: fglrx
+ Package: unity 5.14.0-0ubuntu1
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic 
root=UUID=9d92d81a-3264-4e5b-a401-af2631dd2d9c ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
+ Tags:  precise running-unity precise running-unity precise running-unity 
precise running-unity ubuntu referred-by-support compiz-0.9
+ Uname: Linux 3.2.0-29-generic x86_64
+ UpgradeStatus: Upgraded to precise on 2012-01-05 (223 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev pulse pulse-access 
sambashare
+ dmi.bios.date: 05/26/2010
+ dmi.bios.vendor: Dell Computer Corporation
+ dmi.bios.version: A02
+ dmi.board.name: 05DN3X
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: Not Specified
+ dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA02:bd05/26/2010:svnDellInc.:pnStudioXPS9100:pvr00:rvnDellInc.:rn05DN3X:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
+ dmi.product.name: Studio XPS 9100
+ dmi.product.version: 00
+ dmi.sys.vendor: Dell Inc.
+ version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
+ version.fglrx-installer: fglrx-installer N/A
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.32-1ubuntu1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
+ version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.7
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1037109/+attachment/3263901/+files/BootDmesg.txt

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037109] BootLog.gz

2012-08-16 Thread Eric Casteleijn
apport information

** Attachment added: "BootLog.gz"
   https://bugs.launchpad.net/bugs/1037109/+attachment/3263902/+files/BootLog.gz

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1037598] Re: compiz crashed with SIGSEGV in TfpTexture::enable()

2012-08-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1019834 ***
https://bugs.launchpad.net/bugs/1019834

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1019834, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1037598/+attachment/3263858/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1037598/+attachment/3263860/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1037598/+attachment/3263861/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1037598/+attachment/3263862/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1037598/+attachment/3263863/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037598/+attachment/3263864/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037598/+attachment/3263865/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1019834
   compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from 
dri_set_tex_buffer2() from TfpTexture::enable() from GLWindow::glDrawTexture()

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in TfpTexture::enable()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037598/+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 1037598] Re: compiz crashed with SIGSEGV in TfpTexture::enable()

2012-08-16 Thread Xavier Fung
** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in TfpTexture::enable()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037598/+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 782758] Re: Liferea opens other windows in the foreground and loses focus - regression from Gnome 2/3

2012-08-16 Thread Omer Akram
** Project changed: unity => compiz

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

Title:
  Liferea opens other windows in the foreground and loses focus -
  regression from Gnome 2/3

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/782758/+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 1035261] Re: Port compiz to gsettings and consequently remove unity-2d

2012-08-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/unity/webapps_quantal

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

Title:
  Port compiz to gsettings and consequently remove unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1035261/+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 1037501] Re: compiz crashed with SIGSEGV in __strstr_ia32()

2012-08-16 Thread Daniel van Vugt
*** This bug is a duplicate of bug 944653 ***
https://bugs.launchpad.net/bugs/944653

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 944653, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 944653
   compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+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 1037522] Re: compiz crashed with SIGSEGV in __strstr_ia32()

2012-08-16 Thread Daniel van Vugt
*** This bug is a duplicate of bug 944653 ***
https://bugs.launchpad.net/bugs/944653

** This bug is no longer a duplicate of bug 1037501
   compiz crashed with SIGSEGV in __strstr_ia32()
** This bug has been marked a duplicate of bug 944653
   compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037522/+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 1037522] Re: compiz crashed with SIGSEGV in __strstr_ia32()

2012-08-16 Thread Apport retracing service
*** This bug is a duplicate of bug 1037501 ***
https://bugs.launchpad.net/bugs/1037501

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1037501, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1037522/+attachment/3263687/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1037522/+attachment/3263689/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1037522/+attachment/3263690/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1037522/+attachment/3263691/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1037522/+attachment/3263692/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037522/+attachment/3263693/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037522/+attachment/3263694/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1037501
   compiz crashed with SIGSEGV in __strstr_ia32()

** Tags removed: need-i386-retrace

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037522/+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 1035624] Re: Emacs' menubar is blocked by the top panel

2012-08-16 Thread Omer Akram
Thanks for the bug report. I have tried to reproduce this bug on both
Quantal and Ubuntu 12.04 but have not been able to reproduce it. Can you
please make a video of the issue so that it would become easy for me to
try to recreate the issue. There might be something wrong with the way I
am trying to recreate this issue.

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

Title:
  Emacs' menubar is blocked by the top panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1035624/+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 1037522] Re: compiz crashed with SIGSEGV in __strstr_ia32()

2012-08-16 Thread Blair Chasteen
*** This bug is a duplicate of bug 1037501 ***
https://bugs.launchpad.net/bugs/1037501


** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037522/+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 892012] Re: Window management - When a semi-maximised a window is maximised and then restored, the window position jumps and window size changes so the the window title bar is sometimes

2012-08-16 Thread Omer Akram
Now in Quantal we have bzr 3249 should we close this bug as fixed now?

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

Title:
  Window management - When a  semi-maximised a window is maximised and
  then restored, the window position jumps and window size changes so
  the the window title bar is sometimes hidden underneath the top bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/892012/+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 1037501] Re: compiz crashed with SIGSEGV in __strstr_ia32()

2012-08-16 Thread Blair Chasteen
logged out of my session and the same happened so I tried to manually
start unity

darkrain@rain:~$ unity
compiz (core) - Info: Loading plugin: core
compiz (core) - Info: Starting plugin: core
unity-panel-service: no process found
compiz (core) - Warn: Attempted to restack relative to 0x5400093 which is not a 
child of the root window or a window compiz owns
compiz (core) - Warn: Attempted to restack relative to 0x5400096 which is not a 
child of the root window or a window compiz owns
compiz (core) - Info: Loading plugin: ccp
compiz (core) - Info: Starting plugin: ccp
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Initializing core options...done
compiz (core) - Info: Loading plugin: composite
compiz (core) - Info: Starting plugin: composite
Initializing composite options...done
compiz (core) - Info: Loading plugin: opengl
compiz (core) - Info: Starting plugin: opengl
Segmentation fault (core dumped)
darkrain@rain:~$

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+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 892012] Re: Window management - When a semi-maximised a window is maximised and then restored, the window position jumps and window size changes so the the window title bar is sometimes

2012-08-16 Thread Omer Akram
(upstream one)

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

Title:
  Window management - When a  semi-maximised a window is maximised and
  then restored, the window position jumps and window size changes so
  the the window title bar is sometimes hidden underneath the top bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/892012/+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 892012] Re: Window management - When a semi-maximised a window is maximised and then restored, the window position jumps and window size changes so the the window title bar is sometimes

2012-08-16 Thread Omer Akram
Would have been nice to see this as SRU but the change looks non trivial
for an SRU. Also wondering should unity be removed as affects now?

** No longer affects: unity (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/892012

Title:
  Window management - When a  semi-maximised a window is maximised and
  then restored, the window position jumps and window size changes so
  the the window title bar is sometimes hidden underneath the top bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/892012/+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 1037501] Re: compiz crashed with SIGSEGV in __strstr_ia32()

2012-08-16 Thread Blair Chasteen
** Attachment added: "this is some a system information file I made"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+attachment/3263629/+files/logs.txt

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+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 1037501] StacktraceSource.txt

2012-08-16 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1037501/+attachment/3263613/+files/StacktraceSource.txt

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+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 1037501] ThreadStacktrace.txt

2012-08-16 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037501/+attachment/3263614/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1037501/+attachment/3263602/+files/CoreDump.gz

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

** Tags removed: need-i386-retrace

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+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 1037501] Stacktrace.txt

2012-08-16 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037501/+attachment/3263612/+files/Stacktrace.txt

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+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 1037501]

2012-08-16 Thread Apport retracing service
StacktraceTop:
 __strstr_ia32 (haystack_start=0x0, needle_start=0xb60e032f 
"GLX_SGIX_fbconfig") at ../string/strstr.c:63
 strstr (__needle=0xb60e032f "GLX_SGIX_fbconfig", __haystack=0x0) at 
/usr/include/string.h:337
 GLScreen::GLScreen (this=0x95d3820, s=0x956b458) at 
/build/buildd/compiz-0.9.8+bzr3249/plugins/opengl/src/screen.cpp:380
 getInstance (base=) at 
/build/buildd/compiz-0.9.8+bzr3249/plugins/../src/pluginclasshandler/include/core/pluginclasshandler.h:225
 PluginClassHandler::get (base=0x956b458) at 
/build/buildd/compiz-0.9.8+bzr3249/plugins/../src/pluginclasshandler/include/core/pluginclasshandler.h:269

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+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 1037501] Re: compiz crashed with SIGSEGV in __strstr_ia32()

2012-08-16 Thread Blair Chasteen
** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in __strstr_ia32()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037501/+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 1036944] Re: Expo on multiple monitors of different resolutions is partially missing

2012-08-16 Thread Omer Akram
** No longer affects: compiz-core

** Tags added: multimonitor

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

Title:
  Expo on multiple monitors of different resolutions is partially
  missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1036944/+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 1036739] Re: Window management - decouple window minimise and restore/maximise animation timeings

2012-08-16 Thread Ugo Riboni
** Changed in: compiz (Ubuntu)
   Status: Triaged => 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/1036739

Title:
  Window management - decouple window minimise and restore/maximise
  animation timeings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1036739/+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 1036739] Re: Window management - decouple window minimise and restore/maximise animation timeings

2012-08-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~uriboni/compiz/unminimize-configurable-
independently

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

Title:
  Window management - decouple window minimise and restore/maximise
  animation timeings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1036739/+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 1037468] Re: compiz crashed with SIGSEGV in g_main_dispatch()

2012-08-16 Thread Apport retracing service
*** This bug is a duplicate of bug 962581 ***
https://bugs.launchpad.net/bugs/962581

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #962581, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1037468/+attachment/3263538/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1037468/+attachment/3263540/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1037468/+attachment/3263541/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1037468/+attachment/3263542/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1037468/+attachment/3263543/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037468/+attachment/3263544/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1037468/+attachment/3263545/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 962581
   compiz crashed with SIGSEGV in empty() from check_selection() 
[unity-rvgrid-accessible.cpp:171]

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in g_main_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037468/+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 874862] Re: screen flashes on rotate cube

2012-08-16 Thread FatTony
*** This bug is a duplicate of bug 862430 ***
https://bugs.launchpad.net/bugs/862430

i just updated compiz to 1:0.9.7.8-0ubuntu1.4...
it's so annoying - still no fix! i'm, btw, running ubuntu without graphics chip 
(gpu's on my sandy bridge processor). it most likely has nothing at all to do 
with drivers but with compiz itself.
i installed compiz 0.8.x once and screen rotation worked nicely.
somebody PLEASE find a solution!

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

Title:
  screen flashes on rotate cube

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/874862/+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 862430] Re: window flicker for a short time after switching workspaces

2012-08-16 Thread Soos Gergely
I can confirm that the blank terminal is not related to this ppa, or to
compiz for that matter. I think it's an nVidia driver issue which
appeared a long time ago (maybe 2 or 3 years). I used to have a laptop
with nVidia card back then. Then after a while I got another laptop with
an ATI card and the problem did not appear using the same ubuntu version
so that's why I'm guessing it's an nVidia issue.

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

Title:
  window flicker for a short time after switching workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/862430/+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 1037109] Re: CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

2012-08-16 Thread Omer Akram
@Eric with the default configuration you should not be able to alt tab
to terminal window if you are on other workspace. Since the alt-tab
switcher by default is specific to single workspace. did you change that
setting in CCSM?

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

Title:
  CTRL+SUPER+[LEFT ARROW|RIGHT ARROW] put windows on two workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037109/+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 1034055] Re: Week 32: Number of wakeups per second for compiz is more than 50

2012-08-16 Thread Omer Akram
** No longer affects: 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/1034055

Title:
  Week 32: Number of wakeups per second for compiz is more than 50

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1034055/+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 1037142] Re: Week33 - Grid highlight window appears while switching between workspaces

2012-08-16 Thread Omer Akram
I reported that last night on IRC to Renato, I believe it started with
bzr3307

** Project changed: compiz-core => compiz

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

Title:
  Week33 - Grid highlight window appears while switching between
  workspaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037142/+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 1037200] Re: Week 33-Blank grey window-gnome power statistics

2012-08-16 Thread Omer Akram
I can confirm the issue here. When starting from dash first time the
window appears fine, the next time its just the frame. I switched to
metacity and the issue have not happened for a several tries from the
terminal

** Changed in: compiz
   Status: New => Confirmed

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

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

Title:
  Week 33-Blank grey window-gnome power statistics

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037200/+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 1037458] Re: unity launcher labels rendering incorrectly after compiz update

2012-08-16 Thread Evan Bullock-Morales
** Attachment added: "screenshot of unity label render corruption"
   
https://bugs.launchpad.net/bugs/1037458/+attachment/3263517/+files/unity_launcher_08_15_2012.jpg

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

Title:
  unity launcher labels  rendering incorrectly after compiz update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037458/+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 1037458] [NEW] unity launcher labels rendering incorrectly after compiz update

2012-08-16 Thread Evan Bullock-Morales
Public bug reported:

ubuntu 12.04:

after compiz 0.9.7.8 update, unity launcher labels are not rendering
correctly.

mousing over the unity icon stack produces intermittently corrupted
label renders.

labels are appearing as fully rendered, partially rendered, to not
rendered at all.

this behavior appears the same on at least two 12.04 laptops, using all of
nVidia, AMD  fglrx, and open source xorg drivers.  so, this does not appear to 
be related to
a specific driver.

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

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

Title:
  unity launcher labels  rendering incorrectly after compiz update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037458/+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 1037453] Re: compiz, performance regression

2012-08-16 Thread Silviu C.
-- 
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/1037453

Title:
  compiz, performance regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037453/+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 1037453] [NEW] compiz, performance regression

2012-08-16 Thread Silviu C.
Public bug reported:

The latest update, received today, for compiz seems to have a regression
in regards to performance. Before the update, dragging windows was
smooth, now they lag when dragged.

silviu@silviu-pangolin:~$ apt-cache policy compiz
compiz:
  Installed: 1:0.9.7.8-0ubuntu1.4
  Candidate: 1:0.9.7.8-0ubuntu1.4
  Version table:
 *** 1:0.9.7.8-0ubuntu1.4 0
500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:0.9.7.6-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: compiz 1:0.9.7.8-0ubuntu1.4
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.49  Mon Apr 30 23:46:33 
PDT 2012
 GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Thu Aug 16 10:51:47 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation GT200 [GeForce GTX 260] [10de:05e2] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Giga-byte Technology Device [1458:34ca]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
JockeyStatus:
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Enabled, In use)
MachineType: System manufacturer System Product Name
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-29-generic 
root=UUID=30aa33df-cc67-449b-83d8-bbc33f2a3e36 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/27/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1104
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8P67 LE
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0X
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1104:bd10/27/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8P67LE:rvrRevX.0X: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.7.8-0ubuntu1.4
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise running-unity 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/1037453

Title:
  compiz, performance regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1037453/+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-08-16 Thread knoxg
This patch had been fixing issues I was seeing with the placement of
fullscreen remmina windows ( BUG https://bugs.launchpad.net/compiz-
core/+bug/976032 ), but the latest update from ubuntu appears to have
reverted the patch out from my system:

knoxg@bnehyp02:/var/log$ sudo apt-cache policy compiz-plugins-default
compiz-plugins-default:
  Installed: 1:0.9.7.8-0ubuntu1.4
  Candidate: 1:0.9.7.8-0ubuntu1.4
  Version table:
 *** 1:0.9.7.8-0ubuntu1.4 0
500 http://au.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:0.9.7.8-0ubuntu1.4 0
500 http://ppa.launchpad.net/oli/compiz-place-patch/ubuntu/ 
precise/main amd64 Packages
 1:0.9.7.6-0ubuntu1 0
500 http://au.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages


To enforce the source of the compiz plugins to Oli's PPA, I created a pinning 
preferences file under /etc/apt/preferences.d/compiz-place-patch.pref 
containing the following:

Package: compiz-plugins
Pin: origin ppa.launchpad.net
Pin-Priority: 600

Package: compiz-plugins-default
Pin: origin ppa.launchpad.net
Pin-Priority: 600

and then performed an apt-get upgrade; the patches were then returned to
my system:

knoxg@bnehyp02:/var/log$ sudo apt-cache policy compiz-plugins-default
compiz-plugins-default:
  Installed: 1:0.9.7.8-0ubuntu1.4
  Candidate: 1:0.9.7.8-0ubuntu1.4
  Package pin: 1:0.9.7.8-0ubuntu1.4
  Version table:
 1:0.9.7.8-0ubuntu1.4 600
500 http://au.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
 *** 1:0.9.7.8-0ubuntu1.4 600
500 http://ppa.launchpad.net/oli/compiz-place-patch/ubuntu/ 
precise/main amd64 Packages
100 /var/lib/dpkg/status
 1:0.9.7.6-0ubuntu1 600
500 http://au.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

-- 
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 884648] Re: unity launcher wrong behaviour with _NET_WM_STRUT in another app

2012-08-16 Thread Omer Akram
I have attached your code here for ease. I have been able to create the
issue here as well. I believe compiz people would know better.

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

** Also affects: compiz-core
   Importance: Undecided
   Status: New

** Project changed: compiz-core => compiz

** Changed in: compiz
   Status: New => Confirmed

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

** Changed in: unity
   Status: New => Confirmed

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

** Changed in: unity
   Importance: Undecided => Low

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

** Attachment added: "test.py"
   
https://bugs.launchpad.net/unity/+bug/884648/+attachment/3263456/+files/test.py

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

Title:
  unity launcher wrong behaviour with _NET_WM_STRUT in another app

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/884648/+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 884648] [NEW] unity launcher wrong behaviour with _NET_WM_STRUT in another app

2012-08-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi
i wrote a little panel for my touchpad. this a hack but did reveal a bug in 
unity:
https://gist.github.com/1329168
this script creates a panel at the bottom of the screen and injects onboard 
(the onscreen keyboard) into it. now the keyboard is always visible even when 
windows are maximized because windows do not go over or under this panel.

this works fine in unity-2d and all the windows and the launcher stays
above this area. But in unity-3d, the launcher does not react to this
"resize" event and the launcher still uses the complete space even if it
should resize. unity-2d does this correct.

** Affects: unity
 Importance: Undecided
 Status: New

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

-- 
unity launcher wrong behaviour with _NET_WM_STRUT in another app
https://bugs.launchpad.net/bugs/884648
You received this bug notification because you are a member of compiz 
packagers, which is subscribed to compiz in Ubuntu.

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