Re: [Bug 862430] Re: window flicker for a short time after switching workspaces

2013-12-11 Thread Sam Spilsbury

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



-- 
Sam Spilsbury

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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

[Bug 1063617] Re: 1:0.9.8+bzr3319-0ubuntu1 regression: keeps setting gsettings keys to wrong values

2013-11-17 Thread Sam Spilsbury
(No longer working on compiz)

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

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

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

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

Title:
  1:0.9.8+bzr3319-0ubuntu1 regression: keeps setting gsettings keys to
  wrong values

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

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


[Bug 729979] Re: [nvidia] Windows appear blank white

2013-11-09 Thread Sam Spilsbury
(I am no longer working on compiz, hence the unassign)

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

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

Title:
  [nvidia] Windows appear blank white

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

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


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

2013-11-06 Thread Sam Spilsbury
** Changed in: compiz
 Assignee: Sam Spilsbury (smspillaz) = (unassigned)

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

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

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

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

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


[Bug 1163611] Re: undefined symbol in libgsettings.so and libini.so

2013-08-22 Thread Sam Spilsbury
Hi raveit65,

Initially I changed this bug to invalid, but after reading through the
comments I changed it back to fix committed, as I hadn't updated the
initial description with what the actual problem was.

The actual problem exposed in this report was that the backends were not
being installed with the correct library suffix. The undefined symbol
errors, however, are not a bug. This is because you are attempting to
load them as compiz plugins directly. Because they are not compiz
plugins, they do not contain the vtable entry point symbol that all
compiz plugins have, hence the error message.

If you wish to change the active backend, you need to adjust
/etc/compizconfig/config and change the value for [gnome_session] from
backend = gconf to backend = $backend (so long as MATE still exports
DESKTOP_SESSION_ID)

** Changed in: compiz
   Status: In Progress = Invalid

** Changed in: compiz
   Status: Invalid = Fix Released

** Description changed:

  After installing compiz-0.9.9 revision 3644 on fedora 18+
  i get those errors if itry to start compiz.
  
  [rave@mother ~]$ compiz --replace gsettings
  compiz (core) - Info: Loading plugin: core
  compiz (core) - Info: Starting plugin: core
  compiz (core) - Info: Loading plugin: gsettings
  compiz (core) - Error: dlsym: /usr/lib64/compiz/libgsettings.so: undefined 
symbol: getCompPluginVTable20090315_gsettings
  compiz (core) - Error: Failed to load plugin: gsettings
  compiz (core) - Info: Loading plugin: composite
  compiz (core) - Info: Starting plugin: composite
  compiz (core) - Info: Loading plugin: opengl
  compiz (core) - Info: Starting plugin: opengl
  compiz (core) - Info: Loading plugin: copytex
  compiz (core) - Info: Starting plugin: copytex
  compiz (core) - Info: Loading plugin: compiztoolbox
  compiz (core) - Info: Starting plugin: compiztoolbox
  compiz (core) - Info: Loading plugin: decor
  compiz (core) - Info: Starting plugin: decor
  compiz (core) - Info: Loading plugin: scale
  compiz (core) - Info: Starting plugin: scale
  compiz (core) - Info: Loading plugin: resize
  compiz (core) - Info: Starting plugin: resize
  compiz (core) - Info: Loading plugin: staticswitcher
  compiz (core) - Info: Starting plugin: staticswitcher
  compiz (core) - Info: Loading plugin: place
  compiz (core) - Info: Starting plugin: place
  compiz (core) - Info: Loading plugin: move
  compiz (core) - Info: Starting plugin: move
  compiz (core) - Info: Loading plugin: mousepoll
  compiz (core) - Info: Starting plugin: mousepoll
  compiz (core) - Info: Loading plugin: vpswitch
  compiz (core) - Info: Starting plugin: vpswitch
  compiz (core) - Info: Loading plugin: regex
  compiz (core) - Info: Starting plugin: regex
  compiz (core) - Info: Loading plugin: snap
  compiz (core) - Info: Starting plugin: snap
  compiz (core) - Info: Loading plugin: session
  compiz (core) - Info: Starting plugin: session
  compiz (core) - Info: Loading plugin: wall
  compiz (core) - Info: Starting plugin: wall
  compiz (core) - Info: Loading plugin: workarounds
  compiz (core) - Info: Starting plugin: workarounds
  compiz (core) - Info: Loading plugin: ezoom
  compiz (core) - Info: Starting plugin: ezoom
- 
  
  [rave@mother ~]$ compiz --replace ini
  compiz (core) - Info: Loading plugin: core
  compiz (core) - Info: Starting plugin: core
  compiz (core) - Info: Loading plugin: ini
  compiz (core) - Error: dlsym: /usr/lib64/compiz/libini.so: undefined symbol: 
getCompPluginVTable20090315_ini
  compiz (core) - Error: Failed to load plugin: ini
  compiz (core) - Info: Loading plugin: composite
  compiz (core) - Info: Starting plugin: composite
  compiz (core) - Info: Loading plugin: opengl
  compiz (core) - Info: Starting plugin: opengl
  compiz (core) - Info: Loading plugin: copytex
  compiz (core) - Info: Starting plugin: copytex
  compiz (core) - Info: Loading plugin: compiztoolbox
  compiz (core) - Info: Starting plugin: compiztoolbox
  compiz (core) - Info: Loading plugin: decor
  compiz (core) - Info: Starting plugin: decor
  compiz (core) - Info: Loading plugin: scale
  compiz (core) - Info: Starting plugin: scale
  compiz (core) - Info: Loading plugin: resize
  compiz (core) - Info: Starting plugin: resize
  compiz (core) - Info: Loading plugin: staticswitcher
  compiz (core) - Info: Starting plugin: staticswitcher
  compiz (core) - Info: Loading plugin: place
  compiz (core) - Info: Starting plugin: place
  compiz (core) - Info: Loading plugin: move
  compiz (core) - Info: Starting plugin: move
  compiz (core) - Info: Loading plugin: mousepoll
  compiz (core) - Info: Starting plugin: mousepoll
  compiz (core) - Info: Loading plugin: vpswitch
  compiz (core) - Info: Starting plugin: vpswitch
  compiz (core) - Info: Loading plugin: regex
  compiz (core) - Info: Starting plugin: regex
  compiz (core) - Info: Loading plugin: snap
  compiz (core) - Info: Starting plugin: snap
  compiz (core) - Info: Loading plugin: session
  compiz (core) - Info: Starting plugin: 

[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2013-07-28 Thread Sam Spilsbury
Please stop asking to revert the status of this bug. It is fine as is:

 1. This bug was fixed in compiz and Unity in 11.04 (two years ago now). The 
left, right and bottom window borders now have a ten-pixel each-way grab area.
 2. A similar grab area was added to the top border in 13.04
 3. If no such grab area exists and you are running Unity 3D, you can configure 
the borders so that they do exist:
 11.04: Open /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml and 
edit the padding tags under frame_tyle with the name normal_focused and 
normal_unfocused and add left=left_padding right=right_padding 
bottom=bottom_padding
11.10 and onwards: Install mutter (sudo apt-get install mutter) and edit 
org.gnome.mutter 'draggable-border-width' in dconf-editor
 4. No such grab area exists in Unity 2D. It will not be added to Unity 2D 
because it would entail making metacity into a non-simple compositing manager. 
Unity 2D was designed to be run without any hardware acceleration. As such, the 
Unity 2D bug status is, and will remain Invalid.
 5. This bug is only fixed in Unity 3D. Any similar issues with other desktop 
environments (gnome-classic, xfce, kde) should be reported to the relevant 
upstream.

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

Title:
  Resizing windows by grabbing window borders is difficult

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

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


[Bug 1192028] Re: Compiz refresh rate resets to 50 Hz automatically

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Compiz refresh rate resets to 50 Hz automatically

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

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


[Bug 1158161] Re: [regression] Unmaximized windows can't be closed, minimized, moved

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [regression] Unmaximized windows can't be closed, minimized, moved

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

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


[Bug 1039673] Re: window resize (rectangle mode) is crazy-slow

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

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

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

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


[Bug 1088403] Re: [fglrx] Grid overlay is only one triangle

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [fglrx] Grid overlay is only one triangle

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

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


[Bug 1177632] Re: gnome-screensaver causes jump in compiz events

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  gnome-screensaver causes jump in compiz events

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

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


[Bug 1194009] Re: [regression] CCSM Composite Refresh Rate is blank and cannot be set

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [regression] CCSM  Composite  Refresh Rate is blank and cannot be
  set

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

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


[Bug 1159324] Re: [regression-r3635] Guake window appears placed by offset non-existent decoration

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [regression-r3635] Guake window appears placed by offset non-existent
  decoration

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

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


[Bug 537703] Re: Compiz intercepts alert sound from gnome-terminal

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Compiz intercepts alert sound from gnome-terminal

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

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


[Bug 948327] Re: gtk-window-decorator crashed with SIGABRT in __assert_fail_base()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  gtk-window-decorator crashed with SIGABRT in __assert_fail_base()

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

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


[Bug 1159430] Re: Nautilus 3.7.92 breaks desktop background on Unity

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Nautilus 3.7.92 breaks desktop background on Unity

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

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


[Bug 1065657] Re: compiz leaks window handles (and pixmaps?)

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz leaks window handles (and pixmaps?)

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

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


[Bug 961202] Re: A locked screen (blank screensaver) has compiz generating ca. 40 wakeups/second

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  A locked screen (blank screensaver) has compiz generating ca. 40
  wakeups/second

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

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


[Bug 741869] Re: Unity/compiz intercepts Super and Alt keypresses from grabbed windows like VMs.

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Unity/compiz intercepts Super and Alt keypresses from grabbed windows
  like VMs.

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

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


[Bug 1034256] Re: SDL window gets erratic behavior when resizing itself under compiz

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  SDL window gets erratic behavior when resizing itself under compiz

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

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


[Bug 919437] Re: Lost window, cannot get it back.

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Lost window, cannot get it back.

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

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


[Bug 1158267] Re: Regression: Broken (click-through) window decoration on some maximized windows

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Regression: Broken (click-through) window decoration on some maximized
  windows

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

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


[Bug 878050] Re: Launcher doesn't switch to correct desktop when window spans dual screen

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Launcher doesn't switch to correct desktop when window spans dual
  screen

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

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


[Bug 1025586] Re: [0.9.8 r3110 regression] [LLVMpipe] Dragging windows around is much slower with compiz 0.9.8 than 0.9.7 (using LLVMpipe)

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [0.9.8 r3110 regression] [LLVMpipe] Dragging windows around is much
  slower with compiz 0.9.8 than 0.9.7 (using LLVMpipe)

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

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


[Bug 1162954] Re: Nvdia blank black windows

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Nvdia blank black windows

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

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


[Bug 1024208] Re: [regression-r3320][GLES] td plugin (3d Windows for the cube) has severe clipping/transformation glitches

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [regression-r3320][GLES] td plugin (3d Windows for the cube) has
  severe clipping/transformation glitches

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

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


[Bug 879237] Re: Unity does not allow citrix receiver remote desktop to open full screen

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Unity does not allow citrix receiver remote desktop to open full
  screen

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

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


[Bug 985369] Re: Some apps like glxgears -fullscreen do not use the full screen under Compiz/Unity

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Some apps like glxgears -fullscreen do not use the full screen under
  Compiz/Unity

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

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


[Bug 1044996] Re: compiz crashed with SIGSEGV in DecorWindow::glDecorate()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz crashed with SIGSEGV in DecorWindow::glDecorate()

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

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


[Bug 729979] Re: [nvidia] Windows appear blank white

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [nvidia] Windows appear blank white

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

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


[Bug 787748] Re: Selected window in scale (spread) handles click event

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Selected window in scale (spread) handles click event

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

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


[Bug 913521] Re: After using mipmaps for effects, windows stop refreshing

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  After using mipmaps for effects, windows stop refreshing

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

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


[Bug 849454] Re: compiz crashed with SIGSEGV in GridAnim::addGeometry()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz crashed with SIGSEGV in GridAnim::addGeometry()

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

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


[Bug 1011099] Re: Transparent menu, only shadow

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Transparent menu, only shadow

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

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


[Bug 347390] Re: Compiz can't resize a window vertically AND horizontally with keyboard.

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Compiz can't resize a window vertically AND horizontally with
  keyboard.

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

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


[Bug 682788] Re: Improve Unity Global Menu

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Improve Unity Global Menu

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

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


[Bug 919223] Re: Multi-monitor - Spread renders incorrectly on multi-monitor setup with same resolutions

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Multi-monitor - Spread renders incorrectly on multi-monitor setup with
  same resolutions

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

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


[Bug 981406] Re: Bottom part of maximized windows missing sometimes

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Bottom part of maximized windows missing sometimes

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

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


[Bug 973472] Re: compiz crashed with SIGSEGV in CcpScreen::initPluginForScreen() from CompScreen::initPluginForScreen() from unity::UnityScreen::initPluginForScreen()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz crashed with SIGSEGV in CcpScreen::initPluginForScreen() from
  CompScreen::initPluginForScreen() from
  unity::UnityScreen::initPluginForScreen()

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

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


[Bug 1194004] Re: [regression] Compiz wakes up 200Hz while the screen is locked

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [regression] Compiz wakes up 200Hz while the screen is locked

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

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


[Bug 785663] Re: compiz does not retain window positioning after restart

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz does not retain window positioning after restart

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

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


[Bug 1191184] Re: [regression] Can't switch to lower workspaces

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [regression] Can't switch to lower workspaces

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

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


[Bug 1045014] Re: compiz crashed with SIGSEGV in ExtensionPluginAnimation::paintShouldSkipWindow() from PrivateAnimWindow::glPaint()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz crashed with SIGSEGV in
  ExtensionPluginAnimation::paintShouldSkipWindow() from
  PrivateAnimWindow::glPaint()

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

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


[Bug 758253] Re: unity-compiz develops focus problems and sends input to minimized windows when 'Keep previews of minimized windows' is enabled

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  unity-compiz develops focus problems and sends input to minimized
  windows when 'Keep previews of minimized windows' is enabled

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

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


[Bug 940944] Re: gtk-window-decorator crashed with SIGABRT in __assert_fail_base() from _XAllocID() from XCreatePixmap() from ? from gdk_pixmap_new() from create_pixmap() from meta_draw_window_decorat

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  gtk-window-decorator crashed with SIGABRT in __assert_fail_base() from
  _XAllocID() from XCreatePixmap() from ? from gdk_pixmap_new() from
  create_pixmap() from meta_draw_window_decoration() from
  update_default_decorations()

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

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


[Bug 1021612] Re: gtk-window-decorator crashed with SIGSEGV in g_data_set_internal() from ... from g_object_unref() from remove_frame_window() from event_filter_func()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  gtk-window-decorator crashed with SIGSEGV in g_data_set_internal()
  from ... from g_object_unref() from remove_frame_window() from
  event_filter_func()

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

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


[Bug 1040209] Re: Java frame problem with UNITY only (ubuntu 12.04)

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Java frame problem with UNITY only (ubuntu 12.04)

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

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


[Bug 158855] Re: Unable to use escape in keybindings

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Unable to use escape in keybindings

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

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


[Bug 1054049] Re: compiz crashed with SIGSEGV in __normal_iterator() from begin() from functionSetEnabled() from glPaintOutputSetEnabled() from GridScreen::handleEvent()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz crashed with SIGSEGV in __normal_iterator() from begin() from
  functionSetEnabled() from glPaintOutputSetEnabled() from
  GridScreen::handleEvent()

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

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


[Bug 956515] Re: compiz crashed with SIGSEGV in CompPlugin::VTableForScreenAndWindowSwitchScreen, SwitchWindow::finiWindow()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz crashed with SIGSEGV in
  CompPlugin::VTableForScreenAndWindowSwitchScreen,
  SwitchWindow::finiWindow()

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

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


[Bug 992586] Re: Expo plugin: right click to select desktop only works on primary monitor with dual monitor setup in one expo screen per output mode

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Expo plugin: right click to select desktop only works on primary
  monitor with dual monitor setup in one expo screen per output mode

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

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


[Bug 1032276] Re: [nvidia] Graphics freeze when I close or minimize a window

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1069536] Re: Fullscreen windows at lower than native resolution only show upper left corner

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Fullscreen windows at lower than native resolution only show upper
  left corner

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

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Unity is visible on top of fullscreen apps

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

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


[Bug 723855] Re: Window management - Grid: Windows should not show the semi-maximise preview when the minimum width of the window is greater than the semi-maximise width

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Window management - Grid: Windows should not show the semi-maximise
  preview when the minimum width of the window is  greater than the
  semi-maximise width

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

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


[Bug 727903] Re: Spread, Window Management - XDnD directly to a window in the spread fails

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Spread, Window Management - XDnD directly to a window in the spread
  fails

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

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


[Bug 815996] Re: Desktop occasionally freezes/locks up when switching workspaces

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Desktop occasionally freezes/locks up when switching workspaces

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

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


[Bug 964400] Re: compiz crashed with SIGSEGV in xcb_glx_get_string_string_length() from glGetString() from GLScreen::glInitContext()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz crashed with SIGSEGV in xcb_glx_get_string_string_length() from
  glGetString() from GLScreen::glInitContext()

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

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


[Bug 284158] Re: Rotate Cube plugin eats mouse clicks on sides of screen

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Rotate Cube plugin eats mouse clicks on sides of screen

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

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


[Bug 711567] Re: Double window controls in Chromium after enabling Use System Title Bar and Borders

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Double window controls in Chromium after enabling Use System Title
  Bar and Borders

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/711567/+subscriptions

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


[Bug 1044662] Re: compiz crashed with signal 5 (SIGTRAP) in g_logv() from g_log() from g_settings_schema_get_value() from g_settings_schema_key_init() from g_settings_get_value()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  compiz crashed with signal 5 (SIGTRAP) in g_logv() from g_log() from
  g_settings_schema_get_value() from g_settings_schema_key_init() from
  g_settings_get_value()

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

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


[Bug 1037732] Re: compiz crashed with SIGSEGV in xcb_glx_gen_textures_data_length() from glGenTextures() from PrivateTexture::PrivateTexture() from GLTexture::GLTexture() from TfpTexture::TfpTexture()

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


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

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

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

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

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


[Bug 936784] Re: Window management - Semi-maximized windows should not cast shadows on to each other (as long as they don't overlap)

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Window management - Semi-maximized windows should not cast shadows on
  to each other (as long as they don't overlap)

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

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


[Bug 1164910] Re: Audacious bug in window manager in Ubuntu since 11.04 / 11.10

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Audacious bug in window manager in Ubuntu since 11.04 / 11.10

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

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


[Bug 1102649] Re: Live window updates stop during minimize animation

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Live window updates stop during minimize animation

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

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


[Bug 1130203] Re: Some applications do not snapp off correctly (wrong cursor position) from maximized state

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Some applications do not snapp off correctly (wrong cursor position)
  from maximized state

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

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


[Bug 1103875] Re: CompTimerTestCallback.TimerOrder can still fail spuriously under heavy system load

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  CompTimerTestCallback.TimerOrder can still fail spuriously under heavy
  system load

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

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


[Bug 1076838] Re: Spread/Scale (Super-W) keybinding is inconsistent

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Spread/Scale (Super-W) keybinding is inconsistent

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

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


[Bug 1176898] Re: Grid: Snap animation uses wrong window

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Grid: Snap animation uses wrong window

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

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


[Bug 1098869] Re: Showmouse plugin: Darken background setting has no visible effect

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Showmouse plugin: Darken background setting has no visible effect

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

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


[Bug 497866] Re: Compizconfig-settings-manager desktop icon says 'Opciones' instead of 'opciones'

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Compizconfig-settings-manager desktop icon says 'Opciones' instead of
  'opciones'

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

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


[Bug 1031940] Re: Compiz: window flicker when focusing new window with fade effect enabled

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Compiz: window flicker when focusing new window with fade effect
  enabled

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

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


[Bug 444624] Re: Scale should allow timestep to be set to 0

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Scale should allow timestep to be set to 0

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

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


[Bug 961518] Re: Menu rendering leaves lingering shadow outlines

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Menu rendering leaves lingering shadow outlines

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

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


[Bug 1069112] Re: [regression-r3320] Animations and modules/plugins missing in Ubuntu 12.10 and 13.04

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [regression-r3320] Animations and modules/plugins missing in Ubuntu
  12.10 and 13.04

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

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


[Bug 727290] Re: Allow enhanced zoom to follow text.

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Allow enhanced zoom to follow text.

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

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


[Bug 1019139] Re: [regression] Horizontally resizing a vertically maximized terminal is now very slow, unresponsive.

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [regression] Horizontally resizing a vertically maximized terminal is
  now very slow, unresponsive.

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

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


[Bug 1022743] Re: Hardcoded Unity shortcuts responsible for several problems

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Hardcoded Unity shortcuts responsible for several problems

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

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


[Bug 1100128] Re: Drop xig support

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Drop xig support

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

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


[Bug 1041579] Re: Aspect ratio of desktop in wall preview is wrong

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Aspect ratio of desktop in wall preview is wrong

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

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


[Bug 1045126] Re: Minimize animation only works for one window at a time

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Minimize animation only works for one window at a time

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

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


[Bug 280710] Re: Expo: Workspaces cross monitor edges, implement a One big smart wall output option, that ensures workspaces are not cut between displays

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Expo: Workspaces cross monitor edges, implement a One big smart wall
  output option, that ensures workspaces are not cut between displays

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

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


[Bug 1012197] Re: [needs-packaging] Wishlist: Missing plug-In: Screensaver

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  [needs-packaging] Wishlist: Missing plug-In: Screensaver

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

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


[Bug 981801] Re: window management, multimonitor - When a window is minimised in a multi-monitor, the minimise animation should minimise the window into the Launcher on the monitor where it resides

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  window management, multimonitor - When a window is minimised in a
  multi-monitor, the minimise animation should minimise the window into
  the Launcher on the monitor where it resides

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

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


[Bug 1017033] Re: Always on top fails when minimizing fullscreen window

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Always on top fails when minimizing fullscreen window

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

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


[Bug 924685] Re: Compiz man pages are out of date, and should really be upstream

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Compiz man pages are out of date, and should really be upstream

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

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


[Bug 769672] Re: Windows go half-maximized on wrong monitor

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Windows go half-maximized on wrong monitor

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

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


[Bug 575707] Re: Transformed windows' title bars leave a see-through gap

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Transformed windows' title bars leave a see-through gap

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

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


[Bug 1198000] Re: Regression: r3751 causes all unmaxed windows to shrink both horizontally and vertically on each subsequent opening, probably by exactly the size of the decoration

2013-07-08 Thread Sam Spilsbury
https://wiki.ubuntu.com/Bugs/Importance

Critical: A bug which has a severe impact on a large portion of Ubuntu users
Causes data corruption
Crashes the entire operating system
Renders the system temporarily or permanently unusable
Severely affects applications beyond the package responsible for the root cause

** Changed in: compiz
   Importance: Critical = High

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

Title:
  Regression: r3751 causes all unmaxed windows to shrink both
  horizontally and vertically on each subsequent opening, probably by
  exactly the size of the decoration

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

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


Re: [Bug 1158267] Re: Regression: Broken (click-through) window decoration on some maximized windows

2013-06-27 Thread Sam Spilsbury
Hi all.

Please try this ppa once packages are built (should be 6 hours):

https://code.launchpad.net/~smspillaz/+archive/compiz-fix-1195522

Let me know if that fixes it. I basically rewrote a large part of the
decoration code.

On Thu, Jun 27, 2013 at 12:01 PM, MC Return 1158...@bugs.launchpad.net wrote:
 @z-simon-l:
 No, Emerald is not dead, it is just not easily available in Ubuntu, because 
 the packagers are too lazy to package it  say it is Debian's job to do so...
 Fortunately webupd8  others care about Emerald still, see here:
 http://www.webupd8.org/2013/05/how-to-install-emerald-in-ubuntu-1304.html

 @sunrider:
 I hope a PPA with Compiz trunk will soon be available for you and others...

 --
 You received this bug notification because you are a bug assignee.
 https://bugs.launchpad.net/bugs/1158267

 Title:
   Regression: Broken (click-through) window decoration on some maximized
   windows

 Status in Compiz:
   Confirmed
 Status in “compiz” package in Ubuntu:
   Confirmed

 Bug description:
   I have an issue with compiz (compiled yesterday  from launchpad, so
   0.9.9.0) on my notebook with openSUSE 12.3 and KDE 4.10.

   The window decorations break on maximized windows. I can not click any 
 button. Instead the click goes trough to the desktop.
   The windowborder is also broken.
   On the right side of the screen I can see a thin line of my desktop. A 
 screenshot is attached.

   Funny: This is not only happening to mozilla windows but to some
   others as well: Dolphin and Filezilla for example.

   The konsole, however can be maximized without a problem!

   I've started the kde4-window-decorator from console. Here is it's
   output:

   First: About 30 times this:
   +
   QPainter::begin: Paint device returned engine == 0, type: 2
   QPainter::end: Painter not active, aborted
   +

   Window decorations are working and intact. Then: when I open Firefox 
 maximized:
   +
   X Error: BadWindow (invalid Window parameter) 3
 Major opcode: 20 (X_GetProperty)
 Resource id:  0x2000142
   +

   The resource id changes from time to time.

   Here are some hardware specs:

   Athlon Dualcore QL 64 bit
   Nvidia GeForce 8200M G (with nvidia drivers 310.40)

   OpenSUSE 12.3 with latest updates.
   Qt: 4.8.4
   KDE: 4.10.00 release 1

   The rest of compiz is working great, by the way. A crash here and
   there when activating many plugins but I could configure everything
   quite nicely.

   Thank you guys - for this wonderful project.
   I hope we can find the reason for this issue.

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


-- 
Sam Spilsbury

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

Title:
  Regression: Broken (click-through) window decoration on some maximized
  windows

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

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

[Bug 1171314] Re: Window stacking order messed up for dialogs/overlays

2013-06-26 Thread Sam Spilsbury
I've created a ppa here: 
https://code.launchpad.net/~smspillaz/+archive/compiz-fix-1171314
Should be up and running in the new few hours.

** Changed in: compiz
 Assignee: Christopher Townsend (townsend) = Sam Spilsbury (smspillaz)

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

Title:
  Window stacking order messed up for dialogs/overlays

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

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


[Bug 1171314] Re: Window stacking order messed up for dialogs/overlays

2013-06-25 Thread Sam Spilsbury
Hey Julian,

I did some investigation into this this week and have something which
may or may not fix your problem. At the moment, Amarok just sigabrt's
for me close to startup (it attempts to configure a window that doesn't
exist and does a whole bunch of other bad stuff).

Incidentally, it does quite a few things that exercise the window
tracking and reparenting system in compiz at startup, and I found a
condition that *shoudn't* happen (external ReparentNotify events being
delivered before the CreateNotify for the window frame being created)
which can cause a window to be added to the list twice. In the attached
branch I've just hardened that bit of the code a little more and added a
small test to poke the relevant side-effect of that condition happening
which could cause the same window to be added to the stack twice (and
thus messing up further stacking operations).

Unfortunately, I can't confirm that it fixes *this* bug, primarily
because I can't get Amarok to run for more than three seconds in Ubuntu
Saucy. Can you build this branch (or wait a day and I'll build a ppa) to
see if it fixes your problem?

Thanks.

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

Title:
  Window stacking order messed up for dialogs/overlays

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

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


[Bug 1171314] Re: Window stacking order messed up for dialogs/overlays

2013-06-25 Thread Sam Spilsbury
Well ... There was going to be a branch here. But thanks to some
corruption in my bazaar branch, its all gone now T_T. I'll have to
rewrite it again later tonight.

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

Title:
  Window stacking order messed up for dialogs/overlays

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

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


[Bug 1191184] Re: [regression] Can't switch to lower workspaces

2013-06-22 Thread Sam Spilsbury
Works fine on trunk compiz here. Sure the keybindings aren't disabled in
your configuration?

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

Title:
  [regression] Can't switch to lower workspaces

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

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


[Bug 1191900] Re: Compiz crashes frequently when editing in CompizConfigSettingsManager

2013-06-22 Thread Sam Spilsbury
*** This bug is a duplicate of bug 1193596 ***
https://bugs.launchpad.net/bugs/1193596

This is most likely a dupe of LP: #1193596 . Mea culpa, should have seen
that one earlier.

** This bug has been marked a duplicate of bug 1193596
   [regression r3729] Plugin classes not destructed properly on unload

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

Title:
  Compiz crashes frequently when editing in CompizConfigSettingsManager

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

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

[Bug 1171314] Re: Window stacking order messed up for dialogs/overlays

2013-06-22 Thread Sam Spilsbury
Everybody loves a stacking bug.

Chris, these are particularly difficult to work out - feel free to ping
me once you get started on this so I can give you a hand.

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

Title:
  Window stacking order messed up for dialogs/overlays

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

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


[Bug 1171314] Re: Window stacking order messed up for dialogs/overlays

2013-06-22 Thread Sam Spilsbury
@Julian: Just to get us started - can you run  compiz --replace --debug
ccp , reproduce the bug and then post the output somewhere. Also let us
know if it happens with more than just right-click or dropdown menus.

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

Title:
  Window stacking order messed up for dialogs/overlays

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

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


[Bug 1159430] Re: Nautilus 3.7.92 breaks desktop background on Unity

2013-06-21 Thread Sam Spilsbury
Linked branch handles the ARGB desktop windows both for the wallpaper
plugin and for the root window background case.

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

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

Title:
  Nautilus 3.7.92 breaks desktop background on Unity

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

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


[Bug 1158161] Re: [regression] Unmaximized windows can't be closed, minimized, moved

2013-06-08 Thread Sam Spilsbury
I suspect that the fix for this probably hasn't been backported to
0.9.9.

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

Title:
  [regression] Unmaximized windows can't be closed, minimized, moved

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

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


  1   2   3   4   5   6   7   8   9   10   >