[Compiz] [Bug 341168] Re: please be compatible with python 2.5
** Changed in: gobject-introspection (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/341168 Title: please be compatible with python 2.5 ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 685682] Re: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()
** This bug is no longer flagged as a security vulnerability -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/685682 Title: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 685682] Re: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()
** This bug has been flagged as a security vulnerability -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/685682 Title: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 685682] Re: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()
[Making bug report private at AMD's request] -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/685682 Title: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 693991] Re: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()
*** This bug is a duplicate of bug 657419 *** https://bugs.launchpad.net/bugs/657419 ** This bug is no longer a duplicate of bug 685682 [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() ** This bug has been marked a duplicate of bug 657419 [ATI] Black screen with a cursor when changing Ubuntu 10.10 RC Desktop Edition to Netbook from login menu * You can subscribe to bug 657419 by following this link: https://bugs.launchpad.net/unity/+bug/657419/+subscribe -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/693991 Title: compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 685682] Re: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()
Off the top of my head we use XGrabServer in various places and if the driver supports NPOT textures we use mipmapping. This list is obviously incorrect as if these limitations really applied you could not use the fglrx texture_from_pixmap implementation to actually write a compositor. I wouldn't trust anything it says. ** Changed in: compiz (Ubuntu Natty) Status: Incomplete => New -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/685682 Title: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 704848] Re: apport-hook crashes with NameError: global name 'tags' is not defined
** Tags added: compiz-0.9 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/704848 Title: apport-hook crashes with NameError: global name 'tags' is not defined ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 685682] Re: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()
Response from AMD on the question of t_f_p support. Please review and indicate if compiz/unity is dependent on something this list shows as not supported? -- We support texture_from_pixmap in direct rendering mode (mutter uses this as we discussed before), and all of the limitations for direct rendering are the same as indirect rendering as far as I know, some of the limitations I know are: 1. Compiz can not run in direct mode, because we uses some X functions in our driver, like XOpenDisplay in ADL which will cause soft hang for compiz uses XGrabServer. 2. The spec allows: Accepted by the parameter of glXBindTexImageEXT and glXReleaseTexImageEXT: GLX_FRONT_LEFT_EXT 0x20DE GLX_FRONT_RIGHT_EXT0x20DF GLX_BACK_LEFT_EXT 0x20E0 GLX_BACK_RIGHT_EXT 0x20E1 GLX_FRONT_EXT GLX_FRONT_LEFT_EXT GLX_BACK_EXT GLX_BACK_LEFT_EXT GLX_AUX0_EXT 0x20E2 GLX_AUX1_EXT 0x20E3 GLX_AUX2_EXT 0x20E4 GLX_AUX3_EXT 0x20E5 GLX_AUX4_EXT 0x20E6 GLX_AUX5_EXT 0x20E7 GLX_AUX6_EXT 0x20E8 GLX_AUX7_EXT 0x20E9 GLX_AUX8_EXT 0x20EA GLX_AUX9_EXT 0x20EB But we only support GLX_FRONT_LEFT_EXT now. 3. Applications can specify the texture format according to spec, but the pixmap format is BGRA in most of the time, so if app specifies non BGRA format, corruption will occur. Unfortunately compiz does like this. Current implementation is to use the format determined by depth internally regardless the app specified format. It seems that NV doesn't allow app to use GLX_TEXTURE_FORMAT_RGBA, and only GLX_TEXTURE_FORMAT_RGB is allowed, otherwise X error is reported. 4. X coordinate system are different from OpenGL coordinate system, we workaround the Y inverted issue currently, the difficulty is how to tell glTexImage2D and glTexSubImage2D about the Y inverted info when they are used by GLX_EXT_texture_from_pixmap. 5. No mipmap support, No TEXTURE_1D support -- ** Changed in: compiz (Ubuntu Natty) Status: New => Incomplete -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/685682 Title: [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect() ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705347] Re: compiz crashes in add_match_done (dconf)
** Also affects: compiz (Ubuntu Natty) Importance: High Status: Triaged -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705347 Title: compiz crashes in add_match_done (dconf) ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 683123] Re: Launching gnome-appearance-properties crashes compiz
I have this crash in Ubuntu 11.04 amd64, see attachment for more information ** Attachment added: "compiz_crash.log" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/683123/+attachment/1800839/+files/compiz_crash.log -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/683123 Title: Launching gnome-appearance-properties crashes compiz ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 691988] Re: crazy compiz with fullscreen window
I add unity package because I see this bug in Unity! ** Attachment added: "out-1.ogv" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/691988/+attachment/1800680/+files/out-1.ogv -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/691988 Title: crazy compiz with fullscreen window ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 669353] Re: Mouseover tooltips not firing up correctly
Happens on my Laptop with nVidia drivers too, so it's not just an Intel thing. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/669353 Title: Mouseover tooltips not firing up correctly ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 703755] Re: Window movement key no longer works consistently
Note that ALT works now, but the setting seems to be “hardwired”: no matter what I try to enter in the “Initiate Window Move” setting, it’s still Button1 that seems to take effect. However, if “Enable integration into the desktop environment” is enabled, the combination I pick gets replaced with Button1 (visually, in the “Move Window” plugin) whenever I exit and re-enter the plugin. If the integration is disabled, the “Move Window” plugin always shows the combination I chose last. In practice it’s always Button1 that takes effect. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/703755 Title: Window movement key no longer works consistently ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 704413] Re: unity-window-decorator doesn't draw "unfocused state" of title bar
Theming issue, so most probably in the code of the decorator itself. Cimi: can you take a look at this one? ** Changed in: unity Assignee: (unassigned) => Andrea Cimitan (cimi) ** Changed in: unity Importance: Undecided => Low ** Changed in: unity Milestone: None => 3.4 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/704413 Title: unity-window-decorator doesn't draw "unfocused state" of title bar ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 704416] Re: unity-window-decorator doesn't draw the decoration on some unmaximized window
As told in the innitial bug report, I can't find one right now and I tried that without automaximization and got it as well. It's definitively due to the new decorator and sam knows what's wrong with it. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/704416 Title: unity-window-decorator doesn't draw the decoration on some unmaximized window ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 704416] Re: unity-window-decorator doesn't draw the decoration on some unmaximized window
Can you provide a reproducible test case? It sounds like some auto maximize going wrong sometimes. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/704416 Title: unity-window-decorator doesn't draw the decoration on some unmaximized window ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 144406] Re: some windows do not appear in the window list
Niall's script worked great for me too. However, it stopped in the middle complaining that it did not find the command `intltool-update`, so I had to do a `sudo apt-get install intltool` and re-run the script. Then it ran without any hiccups and fixed the issue for me. Thanks Niall. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/144406 Title: some windows do not appear in the window list ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 691988] Re: crazy compiz with fullscreen window
Marking invalid for now, but feel free to reactivate the unity leg of the bug if applicable. ** Changed in: unity Status: New => Invalid -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/691988 Title: crazy compiz with fullscreen window ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 691988] Re: crazy compiz with fullscreen window
Hi, why do you feel this is a unity problem as well? I see that the bug is linked to both compiz and unity? Ie, can you confirm that the bug happens only when unity is used, which doesn't seem to be the case in the video. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/691988 Title: crazy compiz with fullscreen window ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705148] Re: Compiz Scale plugin causes window decorator crash
bit of a newbie when it comes to debugging is this what you're after? ** Attachment added: "stacktrace.txt" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/705148/+attachment/1800411/+files/stacktrace.txt -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705148 Title: Compiz Scale plugin causes window decorator crash ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705347] [NEW] compiz crashes in add_match_done (dconf)
Public bug reported: Binary package hint: compiz When trying to start unity from the command line, compiz is affected by what is probably a race condition similar to the gconf one. It fails in a dconf call at add_match_done(): #0 0x02a12bb3 in add_match_done () from /usr/lib/gio/modules/libdconfsettings.so #1 0x02a127c8 in dconf_settings_backend_send () from /usr/lib/gio/modules/libdconfsettings.so #2 0x02a12ade in dconf_settings_backend_subscribe_context_func () from /usr/lib/gio/modules/libdconfsettings.so #3 0x0062e471 in g_idle_dispatch () from /lib/libglib-2.0.so.0 #4 0x00632c28 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #5 0x006333f0 in g_main_context_iterate.clone.5 () from /lib/libglib-2.0.so.0 #6 0x00633aab in g_main_loop_run () from /lib/libglib-2.0.so.0 #7 0x02a121ea in dconf_context_thread () from /usr/lib/gio/modules/libdconfsettings.so #8 0x0065c66f in g_thread_create_proxy () from /lib/libglib-2.0.so.0 #9 0x002fee79 in start_thread () from /lib/libpthread.so.0 #10 0x004ee4ee in clone () from /lib/libc.so.6 ** Affects: compiz (Ubuntu) Importance: High Status: Triaged ** Changed in: compiz (Ubuntu) Status: New => Triaged ** Changed in: compiz (Ubuntu) Importance: Undecided => High ** Changed in: compiz (Ubuntu) Milestone: None => natty-alpha-2 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705347 Title: compiz crashes in add_match_done (dconf) ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705341] Re: spewer plugin isn't working on sigsegv
On top of that there is another crasher in the plugin in a printf: #2 0x0808b52c in vsnprintf (format=0x1adce6b " Startup Notification Id %s\n", ap=0x0) at /usr/include/bits/stdio2.h:79 See http://pastebin.ubuntu.com/555400/ for the fulll stack. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705341 Title: spewer plugin isn't working on sigsegv ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705341] Re: spewer plugin isn't working on sigsegv
set that as confirmed as seb tested it as well. ** Changed in: unity Status: New => Triaged ** Changed in: compiz (Ubuntu) Status: New => Triaged ** Changed in: unity Importance: Undecided => Medium ** Changed in: compiz (Ubuntu) Importance: Undecided => Medium ** Changed in: unity Assignee: (unassigned) => Sam "SmSpillaz" Spilsbury (smspillaz) ** Changed in: compiz (Ubuntu) Assignee: (unassigned) => Sam "SmSpillaz" Spilsbury (smspillaz) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705341 Title: spewer plugin isn't working on sigsegv ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705341] [NEW] spewer plugin isn't working on sigsegv
Public bug reported: Binary package hint: compiz The spewer plugin is supposed to generate a report like: /tmp/compiz_internal_state{PID} when compiz is segfaulting. Unfortunatly, this doesn't work: - enable the plugin - send a -11 to compiz -> compiz stops - nothing in /tmp/compiz_internal_state* ** Affects: unity Importance: Medium Assignee: Sam "SmSpillaz" Spilsbury (smspillaz) Status: Triaged ** Affects: compiz (Ubuntu) Importance: Medium Assignee: Sam "SmSpillaz" Spilsbury (smspillaz) Status: Triaged ** Also affects: unity Importance: Undecided Status: New -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705341 Title: spewer plugin isn't working on sigsegv ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 685797] Re: compiz: nvfx_state_fb.c:36: nvfx_surface_get_render_target: Assertion `target->pitch' failed
This looks like a crasher in the nvidia driver. Can you verify that the driver is up to date? Or try updating it and verify if the problem still occurs. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/685797 Title: compiz: nvfx_state_fb.c:36: nvfx_surface_get_render_target: Assertion `target->pitch' failed ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
Re: [Compiz] [Bug 705148] Re: Compiz Scale plugin causes window decorator crash
On Thu, Jan 20, 2011 at 5:16 PM, Ynot <705...@bugs.launchpad.net> wrote: > Forgot to add in original report > On decorator crash, entry in syslog created > > Jan 20 09:13:18 localhost kernel: [45310.872804] unity-window-de[12793] > trap divide error ip:7ff5ed0e91f2 sp:7b4d3770 error:0 in > libdecoration.so.0.0.0[7ff5ed0e7000+8000] Can't reproduce this. Can someone send through a stacktrace ? > > -- > You received this bug notification because you are a bug assignee. > https://bugs.launchpad.net/bugs/705148 > > Title: > Compiz Scale plugin causes window decorator crash > > Status in Compiz: > Invalid > Status in Unity: > Triaged > Status in “compiz” package in Ubuntu: > Triaged > > Bug description: > Binary package hint: unity > > Unity uses the compiz scale plugin to select multiple instances of same > application > Scale plugin seems to cause the window decorator to quit abruptly (leaving > you with undecorated windows) > > Steps to reproduce: > > 1. Ubuntu Unity desktop, complete with decorations > 2. Open up 2 instances of nautilus (both maximised) > 3. Open up a gnome terninal window (unmaximised) - this is our visual test > case > 4. On Unity dock - Double click nautilus icon > 5. Scale plugin activated > 6. Focus back on terminal window, and window has no decoration > 7. "compiz --replace &" restores decoration > > ProblemType: Bug > DistroRelease: Ubuntu 11.04 > Package: unity 3.2.12-0ubuntu3 > ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37 > Uname: Linux 2.6.37-12-generic x86_64 > NonfreeKernelModules: nvidia > Architecture: amd64 > Date: Wed Jan 19 21:46:01 2011 > InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) > InstallationMedia_: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) > ProcEnviron: > LANGUAGE=en_GB:en > LANG=en_GB.UTF-8 > LC_MESSAGES=en_GB.utf8 > SHELL=/bin/bash > ProcVersionSignature_: Ubuntu 2.6.37-12.26-generic 2.6.37 > SourcePackage: unity > > > -- Sam Spilsbury -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705148 Title: Compiz Scale plugin causes window decorator crash ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 687732] Re: gtk.Label link-activate signal broken with compiz in natty
Fixed in git commit http://git.compiz.org/compiz/core/commit/?id=cf2117be87040f5f19be6b688d481f7369b0f7b5 ** Tags added: unity ** Also affects: unity Importance: Undecided Status: New ** Changed in: unity Status: New => Fix Released ** Changed in: unity Milestone: None => 3.2.14 ** Changed in: unity Importance: Undecided => High -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/687732 Title: gtk.Label link-activate signal broken with compiz in natty ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705148] Re: Compiz Scale plugin causes window decorator crash
Forgot to add in original report On decorator crash, entry in syslog created Jan 20 09:13:18 localhost kernel: [45310.872804] unity-window-de[12793] trap divide error ip:7ff5ed0e91f2 sp:7b4d3770 error:0 in libdecoration.so.0.0.0[7ff5ed0e7000+8000] -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705148 Title: Compiz Scale plugin causes window decorator crash ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 695638] Re: menus are not always stacked at the top and so not visible
** Changed in: compiz (Ubuntu Natty) Status: Fix Released => In Progress ** Changed in: unity (Ubuntu Natty) Status: Fix Released => In Progress -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/695638 Title: menus are not always stacked at the top and so not visible ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 695638] Re: menus are not always stacked at the top and so not visible
** Changed in: unity Status: Triaged => In Progress ** Changed in: compiz (Ubuntu Natty) Status: Confirmed => Incomplete ** Changed in: compiz (Ubuntu Natty) Status: Incomplete => Fix Released ** Changed in: unity (Ubuntu Natty) Status: Triaged => Fix Released -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/695638 Title: menus are not always stacked at the top and so not visible ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 693073] Re: Panel and application Menus working but not visible
** Changed in: unity Status: Triaged => In Progress ** Changed in: unity (Ubuntu Natty) Status: Triaged => In Progress -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/693073 Title: Panel and application Menus working but not visible ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 703755] Re: Window movement key no longer works consistently
The problem with ALT is fixed with the update from today but now CTRL is broken and you can't switch desktop anymore with CTRL+Fn -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/703755 Title: Window movement key no longer works consistently ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705148] Re: Compiz Scale plugin causes window decorator crash
Thanks for the reproduceable steps, definitively reproducible :) ** Changed in: compiz Status: New => Invalid ** Package changed: unity (Ubuntu) => compiz (Ubuntu) ** Changed in: compiz (Ubuntu) Importance: Undecided => Medium ** Changed in: compiz (Ubuntu) Status: New => Triaged ** Also affects: unity Importance: Undecided Status: New ** Changed in: unity Status: New => Triaged ** Changed in: unity Importance: Undecided => Medium ** Changed in: unity Assignee: (unassigned) => Sam "SmSpillaz" Spilsbury (smspillaz) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. https://bugs.launchpad.net/bugs/705148 Title: Compiz Scale plugin causes window decorator crash ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 705148] [NEW] Compiz Scale plugin causes window decorator crash
You have been subscribed to a public bug: Binary package hint: unity Unity uses the compiz scale plugin to select multiple instances of same application Scale plugin seems to cause the window decorator to quit abruptly (leaving you with undecorated windows) Steps to reproduce: 1. Ubuntu Unity desktop, complete with decorations 2. Open up 2 instances of nautilus (both maximised) 3. Open up a gnome terninal window (unmaximised) - this is our visual test case 4. On Unity dock - Double click nautilus icon 5. Scale plugin activated 6. Focus back on terminal window, and window has no decoration 7. "compiz --replace &" restores decoration ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: unity 3.2.12-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37 Uname: Linux 2.6.37-12-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Wed Jan 19 21:46:01 2011 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) InstallationMedia_: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027) ProcEnviron: LANGUAGE=en_GB:en LANG=en_GB.UTF-8 LC_MESSAGES=en_GB.utf8 SHELL=/bin/bash ProcVersionSignature_: Ubuntu 2.6.37-12.26-generic 2.6.37 SourcePackage: unity ** Affects: compiz Importance: Undecided Status: Invalid ** Affects: compiz (Ubuntu) Importance: Medium Status: Triaged ** Tags: amd64 apport-bug natty running-unity -- Compiz Scale plugin causes window decorator crash https://bugs.launchpad.net/bugs/705148 You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in ubuntu. ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp