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

2012-12-13 Thread Sam Spilsbury
The fix for this (and other performance problems) is available from ppa:smspillaz/compiz-experimental . Please test it and file bugs tagged compiz-experimental-ppa if there are problems. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2012-12-13 Thread Sam Spilsbury
** Summary changed: - [nvidia] Moving or resizing windows freezes and stutters on nvidia (especially if some other window is redrawing). + [nvidia] Moving windows freezes and stutters on nvidia (especially if some other window is redrawing). ** Description changed: Using the NVIDIA driver,

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

2012-12-10 Thread Sam Spilsbury
Would it be better to unlink the progress branches from the actual fix then? Seems like we're fighting the merge bot here for no reason. -- 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:

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

2012-12-07 Thread Sam Spilsbury
I've reintroduced lazy positioning in the move plugin for the attached branch, which causes us not to send any ConfigureWindow requests to the driver unless we absolutely have to, or the the window is later ungrabbed. That pretty much causes the massive slowdown when dragging stuff while

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

2012-12-06 Thread Sam Spilsbury
@silviucc I've got some ideas about how we can reduce the load that the driver is choking on so that there's not such a big slowdown. The main problem is that were sending requests that cause the driver to choke, and then because the driver is choking, we have time to make even more of those

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

2012-12-05 Thread Sam Spilsbury
Since bug 1049214 was marked as a dupe of this one, I'll continue the discussion here. The problem I was describing was not merely the usage of XSync, but the way in which we use the synchronous parts of the X11 protocol. Especially with moving windows you have a call to sendConfigureNotify

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

2012-12-05 Thread Sam Spilsbury
Can I reopen bug 1049214 ? Overuse of the synchronous functions in any case is bad, we shouldn't keep it closed for that reason. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027211 Title:

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

2012-12-05 Thread Sam Spilsbury
I've linked lp:~compiz-team/compiz/compiz.performance_1027211 . Its not a fix for this bug per-se, because its very difficult to tell when you've fixed a performance problem which has multiple causes, but it does help somewhat (if I'm right about the requirements of the ICCCM) ** Branch linked:

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

2012-12-05 Thread Sam Spilsbury
OK, so I've found the underlying cause of the extremely bad performance when moving OpenGL windows around (or moving anything around while OpenGL is running). It seems the the NVIDIA driver completely chokes when you send any geometry change request (eg X_ConfigureWindow) to the server while its

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

2012-12-05 Thread Sam Spilsbury
I'll investigate whether or not we can avoid sending geometry updates to the server immediately in the next few days. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027211 Title: [nvidia] Moving or

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

2012-11-20 Thread Sam Spilsbury
** Changed in: compiz Assignee: (unassigned) = Sam Spilsbury (smspillaz) ** Changed in: compiz Importance: Undecided = Medium -- 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

Re: [Bug 1006434] Re: Show desktop plug-in fades windows out and ignores movement and movement direction settings completely once unityshell is enabled

2012-10-10 Thread Sam Spilsbury
I think what MC Return is trying to say is that unity overrides the user-specified behaviour when either one of these plugins is loaded and either it shouldn't, or unity should be marked as conflicting with those two. On a technical level, not overriding the behaviour is harder than it sounds but

[Bug 936840] Re: ctrl key now known as primary which breaks keyboard shortcuts

2012-10-09 Thread Sam Spilsbury
The linked branch effectively upstreams the patch with testcases. ** Branch linked: lp:~compiz-team/compiz/compiz.fix_1058577 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/936840 Title: ctrl key

[Bug 1029085] Re: Stuttering in games with high fps and Nvidia

2012-10-07 Thread Sam Spilsbury
Hi James, Note that the smoothness here comes from the fact that your GPU is probably upclocking on some of the more intense effects, this will lead to a visible framerate boost. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1063022] Re: Bad performance in Ubuntu 12.10

2012-10-06 Thread Sam Spilsbury
*** This bug is a duplicate of bug 1024304 *** https://bugs.launchpad.net/bugs/1024304 The OpenGL performance hit is a known issue at the moment, see bug 1049214 for the biggest problem with nvidia users (in progress) and bug 1024304 generally ** This bug has been marked a duplicate of bug

[Bug 995239] Re: compiz crashed with SIGSEGV in _wordcopy_fwd_aligned() from __memmove_sse2() from ? /usr/lib/nvidia-current/libnvidia-glcore.so.295.40 in UnityMTGrabHandlesWindow::glDraw

2012-10-03 Thread Sam Spilsbury
I think we could be providing an invalid image to the driver. Not sure. ** Summary changed: - compiz crashed with SIGSEGV in _wordcopy_fwd_aligned() from __memmove_sse2() from ? /usr/lib/nvidia-current/libnvidia-glcore.so.295.40 + compiz crashed with SIGSEGV in _wordcopy_fwd_aligned() from

[Bug 946285] Re: compiz crashed with SIGSEGV in operator() [unity-mt-grab-handles.cpp] from ... from unity::MT::GrabHandleGroup::forEachHandle()

2012-10-03 Thread Sam Spilsbury
Hi Anton, Can you still reproduce this? The most recent duplicate is from quite some time ago and the stacktrace no longer matches the code. I can't reproduce this bug even by poking load orders. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 995239] Re: compiz crashed with SIGSEGV in _wordcopy_fwd_aligned() from __memmove_sse2() from ? /usr/lib/nvidia-current/libnvidia-glcore.so.295.40 in UnityMTGrabHandlesWindow::glDraw

2012-10-03 Thread Sam Spilsbury
Hmm, nope. I've removed UnityMTGrabHandles::glDraw from the description as we're just painting a regular old tfp texture from xcomposite. This sounds like some kind of weird problem in the driver. Can the reporters run nvidia-bug-report.sh ? It should be in your PATH by default. ** Summary

[Bug 1058149] Re: compiz fails to build with GNU gold linker

2012-09-29 Thread Sam Spilsbury
** Also affects: compiz (Ubuntu) Importance: Undecided Status: New ** Changed in: compiz Status: New = Confirmed ** Changed in: compiz Assignee: (unassigned) = Sam Spilsbury (smspillaz) ** Changed in: compiz Milestone: None = 0.9.9.0 -- You received this bug

[Bug 1058149] Re: compiz fails to build with GNU gold linker

2012-09-29 Thread Sam Spilsbury
** Branch unlinked: lp:~compiz-team/compiz/compiz.fix_1058149 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058149 Title: compiz fails to build with GNU gold linker To manage notifications about

[Bug 1058149] Re: compiz fails to build with GNU gold linker

2012-09-29 Thread Sam Spilsbury
** Changed in: compiz (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058149 Title: compiz fails to build with GNU gold linker To manage notifications about

[Bug 1036752] Re: [quantal] [regression] Gnome Classic has no compiz plugins loaded

2012-09-28 Thread Sam Spilsbury
Hi Jason, The way we made this work back in the days of Natty was to just use an environment variable to switch between the two sessions. This was done through /etc/compizconfig/config . That mechanism should still be there. As long as COMPIZ_CONFIG_PROFILE is set to in a gnome-classic session,

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

2012-09-27 Thread Sam Spilsbury
Hmm, glPaintOutputSetEnabled appears to be called on a null GLScreen instance. -- 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

[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()

2012-09-26 Thread Sam Spilsbury
sudo glib-recompile-schemas /usr/share/glib-2.0/schemas -- 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

[Bug 1041535] Re: compiz crashed with SIGSEGV in __strcasestr_ia32() from ccsStringToModifiers(binding=NULL)

2012-09-24 Thread Sam Spilsbury
** Branch linked: lp:~compiz-team/compiz/compiz.fix_1041535 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041535 Title: compiz crashed with SIGSEGV in __strcasestr_ia32() from

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

2012-09-24 Thread Sam Spilsbury
** Changed in: compiz Status: Confirmed = In Progress ** Changed in: compiz (Ubuntu) Status: Confirmed = In Progress ** Branch linked: lp:~compiz-team/compiz/compiz.fix_1042041 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1041535] Re: compiz crashed with SIGSEGV in __strcasestr_ia32() from ccsStringToModifiers(binding=NULL)

2012-09-24 Thread Sam Spilsbury
** Branch linked: lp:~compiz-team/compiz/compiz.fix_1041535.1 ** Changed in: compiz (Ubuntu Quantal) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041535

[Bug 1041523] Re: ccsm crashed with SIGSEGV in ccsCopyBackendInfoFromBackend() from addBackendInfo() from getBackendInfoFromDir() from ccsGetExistingBackends()

2012-09-24 Thread Sam Spilsbury
kconfig backend is no longer supported. ** Changed in: compiz Status: New = Invalid ** Changed in: compiz (Ubuntu) Status: Confirmed = Invalid ** Changed in: compiz Status: Invalid = Won't Fix -- You received this bug notification because you are a member of 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()

2012-09-24 Thread Sam Spilsbury
Its not a bug. If the schemas fail to recompile then this crash will occurr. There's not much we can do about it because its nobody's fault. A file is corrupted on the user's system effectively. Hence invalid. ** Changed in: compiz Status: Confirmed = Invalid ** Changed in: compiz

[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()

2012-09-24 Thread Sam Spilsbury
I've added GLib mainly because its yet another case of schemas failed to recompile, break the user's system. ** Changed in: compiz Milestone: 0.9.8.4 = None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1037142] Re: Week33 - Grid highlight window appears while switching between workspaces

2012-09-24 Thread Sam Spilsbury
** Changed in: compiz (Ubuntu Quantal) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1037142 Title: Week33 - Grid highlight window appears while switching

[Bug 1050796] Re: Double shortcuts conflict with gnome-control-center ones

2012-09-24 Thread Sam Spilsbury
** Tags added: gsettings -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1050796 Title: Double shortcuts conflict with gnome-control-center ones To manage notifications about this bug go to:

[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()

2012-09-23 Thread Sam Spilsbury
** Changed in: compiz (Ubuntu) Status: Confirmed = Invalid -- 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

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

2012-09-22 Thread Sam Spilsbury
On Sat, 22 Sep 2012, Mark Shuttleworth wrote: Do we have a coherent strategy to address this bug? I.e. do we know how to do it? Reading the comments there's a lot of defer and it's hard but the ability to drag to any open window is critical. Making any input including XDnD to a window in the

[Bug 1036521] Re: Tooltip is visible behind quicklists

2012-09-19 Thread Sam Spilsbury
** Changed in: unity Assignee: Nicolas d'Offay (nicolas-doffay) = Sam Spilsbury (smspillaz) ** Changed in: unity (Ubuntu) Assignee: Nicolas d'Offay (nicolas-doffay) = Sam Spilsbury (smspillaz) ** Also affects: nux Importance: Undecided Status: New -- You received this bug

[Bug 1036521] Re: Tooltip is visible behind quicklists

2012-09-19 Thread Sam Spilsbury
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/1036521 Title: Tooltip is visible behind quicklists To manage notifications about this bug go

[Bug 1052773] [NEW] [regression] Newly open windows restacking relative to each other can end up above panels

2012-09-19 Thread Sam Spilsbury
would fail to restack, and if just created, end up on top. This can cause gnome-terminal and mumble to open above the dash, for instance. ** Affects: compiz Importance: High Assignee: Sam Spilsbury (smspillaz) Status: In Progress ** Affects: compiz (Ubuntu) Importance

[Bug 1037142] Re: Week33 - Grid highlight window appears while switching between workspaces

2012-09-19 Thread Sam Spilsbury
** 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/1037142 Title: Week33 - Grid highlight window appears while switching

[Bug 1042323] Re: [FFE] Port GTK Window Decorator to GSettings

2012-09-18 Thread Sam Spilsbury
This appears to be in the latest packaging branch: https://code.launchpad.net/~ubuntu-branches/ubuntu/quantal/compiz/quantal http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/quantal/compiz/quantal/revision/3289 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 927168] Re: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::enable() fr

2012-09-13 Thread Sam Spilsbury
Yes, that will work, however we'll need to be careful about not leaking in the decorator in that case. That will probably involve compiz creating a session window as well for the decorator, which isn't a difficult task -- You received this bug notification because you are a member of Ubuntu

[Bug 927168] Re: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::enable() fr

2012-09-13 Thread Sam Spilsbury
sorry, leaking the pixmap. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927168 Title: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from

[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()

2012-09-11 Thread Sam Spilsbury
Schema's weren't recompiled on the user's system. Not a compiz bug. ** Changed in: compiz Status: Confirmed = Invalid -- 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

[UIFE][FFE] Add close button to spread mode

2012-09-10 Thread Sam Spilsbury
Hi All We have a change that has gone into trunk which makes the titlebars of windows have only a clickable close button during spread mode. The only thing that needs to be changed are screenshots of the spread mode, which a note that clicking on the close button closes the window. (LP:

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Sugar Team, which is subscribed to squeak-vm in Ubuntu. https://bugs.launchpad.net/bugs/1025013 Title: Resize scratch window, it doesn't update, goes black, and shrinks to

[Bug 1046413] Re: compiz crashed with SIGSEGV in swrastGetImage() - get_image() - drisw_update_tex_buffer() - dri_set_tex_buffer2() - TfpTexture::bindTexImage() - TfpTexture::bindPixmapToTexture(

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1046413 Title: compiz crashed with SIGSEGV in swrastGetImage() - get_image() -

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[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()

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 1043759] Re: Display settings confirmation dialog appears out of the screen when disabling one monitor in a multi monitor setup

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1043759 Title: Display settings confirmation dialog appears out of the screen when disabling

[Bug 1042323] Re: [FFE] Port GTK Window Decorator to GSettings

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042323 Title: [FFE] Port GTK Window Decorator to GSettings To manage notifications about this

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042041 Title: 1:0.9.8+bzr3319-0ubuntu1 regression: keeps setting gsettings keys to wrong

[Bug 1041535] Re: compiz crashed with SIGSEGV in __strcasestr_ia32() from ccsStringToModifiers(binding=NULL)

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1041535 Title: compiz crashed with SIGSEGV in __strcasestr_ia32() from

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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 is crazy-slow To manage notifications about this bug go to:

[Bug 1039668] Re: compiz crashed with SIGSEGV in CompPlugin::windowFiniPlugins() [plugin.cpp:370] from CompWindow::~CompWindow() from compiz::private_screen::WindowManager::removeDestroyed() from Priv

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039668 Title: compiz crashed with SIGSEGV in CompPlugin::windowFiniPlugins() [plugin.cpp:370]

[Bug 1038677] Re: All Edge bindings are lost on a restart if there is an actual or 'percieved' conflict with edge flip binding

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038677 Title: All Edge bindings are lost on a restart if there is an actual or 'percieved'

[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()

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 1037453] Re: compiz 1:0.9.7.8-0ubuntu1.4, performance regression

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1037453 Title: compiz 1:0.9.7.8-0ubuntu1.4, performance regression To manage notifications

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1035261 Title: Port compiz to gsettings and consequently remove unity-2d To manage

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 1033669] Re: compizconfig causes python to segfault in quantal

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1033669 Title: compizconfig causes python to segfault in quantal To manage notifications about

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 1026920] Re: [GLES] Incorrect detection of shader support on fglrx

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026920 Title: [GLES] Incorrect detection of shader support on fglrx To manage notifications

[Bug 1026626] Re: after recovering from a freeze, application does not gain back colors

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026626 Title: after recovering from a freeze, application does not gain back colors To manage

[Bug 1034055] Re: Week 32: Number of wakeups per second for compiz is more than 50

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034055 Title: Week 32: Number of wakeups per second for compiz is more than 50 To manage

[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()

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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 ...

[Bug 1017510] Re: Window management - window animations are too fast for some people to see.

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1017510 Title: Window management - window animations are too fast for some people to see. To

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002246 Title: Window management - When a monitor is disconnected, the windows do not move to

[Bug 996604] Re: When number of workspaces is set to 1, the Spread no longer works

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996604 Title: When number of workspaces is set to 1, the Spread no longer works To manage

[Bug 992586] Re: Expo plugin: right click to select desktop only works on primary monitor with dual monitor setup

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 986208] Re: Compiz does not remember user preferences upon system restart

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986208 Title: Compiz does not remember user preferences upon system restart To manage

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 973559] Re: gtk-window-decorator is exiting immediately (or crashing?)

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973559 Title: gtk-window-decorator is exiting immediately (or crashing?) To manage

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 969860] Re: fglrx uses 100% CPU when screen turns off (spinning in glXWaitVideoSyncSGI or glXSwapBuffers)

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969860 Title: fglrx uses 100% CPU when screen turns off (spinning in glXWaitVideoSyncSGI or

[Bug 966744] Re: [i965] Resume from suspend leaves me with black screen or a screen of the desktop before it suspended. Compiz hung in intel_update_renderbuffers() from intel_prepare_render() from brw

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/966744 Title: [i965] Resume from suspend leaves me with black screen or a screen of the

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 949839] Re: Windows moves always to be fully in current viewport

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949839 Title: Windows moves always to be fully in current viewport To manage notifications

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944653 Title: compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen() To

[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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 928807] Re: Multi-monitor - Maximized windows cast shadows on adjacent monitors and workspaces

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928807 Title: Multi-monitor - Maximized windows cast shadows on adjacent monitors and

[Bug 927168] Re: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::enable() fr

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927168 Title: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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:

[Bug 914773] Re: [radeon] Compiz memory leak and blank screen unable to login when using radeon driver

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914773 Title: [radeon] Compiz memory leak and blank screen unable to login when using radeon

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/878516 Title: Window management - Restoring a grid-placed window by dragging the title bar

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

[Bug 781931] Re: New windows are moved to front but don't take focus

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/781931 Title: New windows are moved to front but don't take focus To manage notifications about

[Bug 776738] Re: Expo plugin doesn't support one wall per output Multi Output Mode anymore

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776738 Title: Expo plugin doesn't support one wall per output Multi Output Mode anymore To

[Bug 776435] Re: Window maximizes on the wrong workspace

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776435 Title: Window maximizes on the wrong workspace To manage notifications about this bug go

[Bug 763148] Re: Adding/Removing an external monitor causes open windows to move to another workspace

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/763148 Title: Adding/Removing an external monitor causes open windows to move to another

[Bug 754508] Re: Modal dialogs don't appear on the monitor of their parent window

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/754508 Title: Modal dialogs don't appear on the monitor of their parent window To manage

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/751605 Title: Multi-monitor - Windows maximize on the wrong monitor To manage notifications

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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.

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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

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

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz Milestone: 0.9.8.2 = 0.9.8.4 -- 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:

<    1   2   3   4   5   6   7   8   9   10   >