[Compiz] [Bug 1037411] Re: [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0 than it was in 0.9.7
Launchpad has imported 8 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=54763. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. On 2012-09-11T09:24:50+00:00 Daniel van Vugt wrote: I call glCopyPixels a couple of times briefly on startup and then never again. The problem is that doing this makes all subsequent rendering much slower. If I never call glCopyPixels on startup then rendering remains fast thereafter. It seems glCopyPixels is modifying the context in a way that permanently cripples later operations. The only possible cause I can see so far is: src/mesa/main/drawpix.c: _mesa_CopyPixels: /* We're not using the current vertex program, and the driver may install * it's own. Note: this may dirty some state. */ _mesa_set_vp_override(ctx, GL_TRUE); This seems to set a flag in the ctx which is never cleared. Using Mesa 8.0.2 in Ubuntu 12.04 Reply at: https://bugs.launchpad.net/compiz/+bug/1037411/comments/16 On 2012-09-11T10:10:48+00:00 Daniel van Vugt wrote: I am using Intel Sandy Bridge HD 2000 by the way. I believe that means i965. Reply at: https://bugs.launchpad.net/compiz/+bug/1037411/comments/18 On 2012-09-11T13:32:24+00:00 Michel-daenzer wrote: (In reply to comment #2) > I call glCopyPixels a couple of times briefly on startup and then never again. > The problem is that doing this makes all subsequent rendering much slower. If > I > never call glCopyPixels on startup then rendering remains fast thereafter. What are the read and draw buffers for glCopyPixels? If either of them is GL_FRONT*, that will cause a DRI2 fake front buffer to be allocated and thereafter kept up to date wrt the real front buffer. > This seems to set a flag in the ctx which is never cleared. It is cleared: end: _mesa_set_vp_override(ctx, GL_FALSE); Reply at: https://bugs.launchpad.net/compiz/+bug/1037411/comments/19 On 2012-09-12T01:48:54+00:00 Daniel van Vugt wrote: Yes, the read buffer is GL_FRONT in this case. So I guess the slow-down is by design in Mesa. I'm going to work around it in compiz anyway. glCopyPixels should never be touched at all really. P.S. _mesa_set_vp_override(ctx, GL_FALSE) does not clear NewState. Which is what I was concerned about: void _mesa_set_vp_override(struct gl_context *ctx, GLboolean flag) { if (ctx->VertexProgram._Overriden != flag) { ctx->VertexProgram._Overriden = flag; /* Set one of the bits which will trigger fragment program * regeneration: */ ctx->NewState |= _NEW_PROGRAM; } } Reply at: https://bugs.launchpad.net/compiz/+bug/1037411/comments/20 On 2012-09-12T02:33:00+00:00 Marek Olšák wrote: Don't worry about NewState. It's cleared after every draw operation. Reply at: https://bugs.launchpad.net/compiz/+bug/1037411/comments/21 On 2012-09-12T04:52:06+00:00 Chris Forbes wrote: Would it be reasonable to put a performance note in ARB_debug_output/KHR_debug when mesa falls into this slow state? Reply at: https://bugs.launchpad.net/compiz/+bug/1037411/comments/22 On 2012-09-12T09:29:28+00:00 Michel-daenzer wrote: (In reply to comment #3) > Yes, the read buffer is GL_FRONT in this case. So I guess the slow-down is by > design in Mesa. Rather the X server / DRI2 protocol. It *might* be possible to make xserver not enforce the fake front buffer for the Composite Overlay Window, not sure. > I'm going to work around it in compiz anyway. glCopyPixels > should never be touched at all really. Out of curiosity, what are you using it for? Reply at: https://bugs.launchpad.net/compiz/+bug/1037411/comments/23 On 2012-09-12T09:31:58+00:00 Daniel van Vugt wrote: It is a fallback used for maintaining a persistent backbuffer if FBOs are not available. However it's not an important one because all drivers provide FBOs now. http://bazaar.launchpad.net/~compiz- team/compiz/0.9.8/view/head:/plugins/opengl/src/screen.cpp#L1726 Reply at: https://bugs.launchpad.net/compiz/+bug/1037411/comments/24 ** Changed in: mesa Status: Unknown => Confirmed ** Changed in: mesa Importance: Unknown => Medium -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.la
[Compiz] [Bug 944653] Re: compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()
** Changed in: compiz/0.9.8 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/944653 Title: compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/944653/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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()
Still haven't seen this bug reappear with xorg-edgers. Unfortunately the kernel there doesn't handle my encrypted home directory properly, so I'm two revisions back on that (3.5.0-9-generic), but I have not seen this problem in a LONG time, and I suspend several times every day. -- 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/966744 Title: [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_draw_prims() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/966744/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1047642] Re: ccsm crashed with SIGSEGV in g_object_run_dispose()
** Visibility changed to: Public ** Also affects: compiz 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/1047642 Title: ccsm crashed with SIGSEGV in g_object_run_dispose() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1047642/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 111939] Re: Alt-Tab - Not possible to alt-tab during a drag-and-drop operation
** Changed in: unity Milestone: backlog => None -- 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/111939 Title: Alt-Tab - Not possible to alt-tab during a drag-and-drop operation To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/111939/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 727903] Re: XDnD directly to a window in the spread fails
** Changed in: unity Milestone: backlog => None -- 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/727903 Title: 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 ___ 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 740854] Re: compiz crashed with SIGSEGV in WallScreen::drawCairoTextureOnScreen()
** Changed in: unity Milestone: backlog => None -- 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/740854 Title: compiz crashed with SIGSEGV in WallScreen::drawCairoTextureOnScreen() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/740854/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 750316] Re: Touch - When dragging a window with a 3 touch, dragging to the top should show the maximize gesture preview.
** Changed in: unity Milestone: backlog => None -- 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/750316 Title: Touch - When dragging a window with a 3 touch, dragging to the top should show the maximize gesture preview. To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/750316/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 755044] Re: when a modal dialog is placed on another viewport it receives events from the viewport with parent window
** Changed in: unity Milestone: backlog => None -- 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/755044 Title: when a modal dialog is placed on another viewport it receives events from the viewport with parent window To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/755044/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 767232] Re: When a app is launched the windows should re-open in their exact previous location
** Changed in: unity Milestone: backlog => None -- 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/767232 Title: When a app is launched the windows should re-open in their exact previous location To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/767232/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 812712] Re: Can't get normal modal dialog size
** Changed in: unity Milestone: backlog => None -- 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/812712 Title: Can't get normal modal dialog size To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/812712/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 839181] Re: Chromium/Chrome notification bubbles don't switch workspaces
** Changed in: unity Milestone: backlog => None -- 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/839181 Title: Chromium/Chrome notification bubbles don't switch workspaces To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/839181/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 931384] Re: Window management, Launcher, multi-monitor - Windows can't be maximized on the lower display in vertically-stacked configuration
** Changed in: unity Milestone: backlog => None -- 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/931384 Title: Window management, Launcher, multi-monitor - Windows can't be maximized on the lower display in vertically-stacked configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/931384/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 952978] Re: Windows spread animation is inconsistent
** Changed in: unity Milestone: backlog => None -- 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/952978 Title: Windows spread animation is inconsistent To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/952978/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 998073] Re: unity hides minimize event from application
** Changed in: unity Milestone: backlog => None -- 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/998073 Title: unity hides minimize event from application To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/998073/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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 r
** Changed in: unity Milestone: backlog => None -- 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/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 ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1002246] Re: Window management - When a monitor is disconnected, the windows do not move to the remaining monitor and the Launcher pips do not update
** Changed in: unity Milestone: backlog => None -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1002246 Title: Window management - When a monitor is disconnected, the windows do not move to the remaining monitor and the Launcher pips do not update To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/1002246/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 627195] Re: Window management - Apps raised from indicators sometimes dont have the focus
** Changed in: unity Milestone: backlog => None -- 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/627195 Title: Window management - Apps raised from indicators sometimes dont have the focus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/627195/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
** Changed in: unity Milestone: backlog => None -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050704] Re: Unity panel shadow is always on top of the active window
Fix committed into lp:compiz at revision 3372 ** Also affects: compiz (Ubuntu) Importance: Undecided Status: New ** Summary changed: - Unity panel shadow is always on top of the active window + Unity 6.6: panel shadow is always on top of the active window ** Changed in: compiz (Ubuntu) Status: New => Triaged ** Changed in: compiz (Ubuntu) Importance: Undecided => High ** Changed in: compiz (Ubuntu) Milestone: None => ubuntu-12.10-beta-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/1050704 Title: Unity 6.6: panel shadow is always on top of the active window To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050704/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 949839] Re: Windows moves always to be fully in current viewport
*** This bug is a duplicate of bug 974242 *** https://bugs.launchpad.net/bugs/974242 Yes sounds like bug 974242, which is now fixed and the fix will be released soon. Kimmo - When you have the fix for bug 974242 please re-test, and if this bug persists for you then please change this one to no longer be a duplicate any more. ** This bug has been marked a duplicate of bug 974242 Compiz is moving windows against my will -- 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/949839 Title: Windows moves always to be fully in current viewport To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/949839/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1039045] Re: Wine windows can't go fullscreen
Failure to change the screen resolution is entirely wine's job. It has nothing to do with compiz. So bug affects wine too. ** Also affects: wine (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1039045 Title: Wine windows can't go fullscreen To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1039045/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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()
@Alex, nice idea, but I also ran debsums -s with nothing corrupted. Also (as I mentioned above) I uninstalled gnome-screensaver ages ago too. -- 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/966744 Title: [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_draw_prims() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/966744/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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()
I don't think corrupt binaries is the general cause of the hang problem. I ran debsums -s and got no problems reported, but still see the hang. Also, I uninstalled gnome-screensaver a while ago, but still get the hang. I do have an Intel video card, but saw the hangs with an nVidia card as well. -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/966744 Title: [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_draw_prims() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/966744/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050610] Re: gtk-window-decorator leaking window handles
** 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/1050610 Title: gtk-window-decorator leaking window handles To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050610/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
I'm really confused. LIM and those two mockups have NOTHING to do with how the global menu behaves or the original description of the Enhanced Menu project (described in the "Desired change" section of the description). How is it a solution to the VERY SERIOUS ISSUE that the global menu hides, making it hard to understand and use? (Three hours on the phone with my very old mum yesterday, trying to make her understand that there was a menu at the top and that he had to go up there to close the window too). LIM and other integrated menus tackle a completely different issue, that is PART of the problem (menus global or not) but not the other part of the problem (global menu hidden or a la OS X). Shuttleworth (and if I'm not mistaken John Lea as well) were describing a solution that included a permanently visible menu many months ago. What happened to that? Will the only solution be the Unity-Revamped third party collection of patches? (Thanks Isaac) Please Mr. Lea or Mr. Shuttleworth, be so kind to chime in and clear this up. I just don't understand the silence. -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050665] Re: gtk-window-decorator crashed with SIGABRT in raise()
*** This bug is a duplicate of bug 940944 *** https://bugs.launchpad.net/bugs/940944 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #940944, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/1050665/+attachment/3313548/+files/CoreDump.gz ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/1050665/+attachment/3313551/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/1050665/+attachment/3313557/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/1050665/+attachment/3313559/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/1050665/+attachment/3313560/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/1050665/+attachment/3313561/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/1050665/+attachment/3313562/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of bug 940944 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() ** Visibility changed to: Public ** Tags removed: need-i386-retrace -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1050665 Title: gtk-window-decorator crashed with SIGABRT in raise() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050665/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050666] [NEW] Compiz scale plugin: picking a window changes position of windows in the next scale
Public bug reported: How to reproduce: (1) After logon open a couple of applications, e.g. Nautilus, LibO Writer, Ubuntu Software Center, and Firefox. (2) Press Super+W to initiate scaled view all windows (provided by the scale plugin). The windows are shown in the following order: Nautilus, Writer, USC, Firefox (left to right, top to bottom) (3) Click Writer and then press Super+W again. Now the windows are shown in the following order: Writer, USC, Nautilus, Firefox (4) Click USC and then press Super+W again. Now the windows are shown in the following order: USC, Nautilus, Writer, Firefox (5) Click Nautilus and then press Super+W again. Now the windows are shown in the following order: Nautilus, Writer, USC, Firefox This example shows that scale plugin changes positions of scaled windows as they are picked by the user. This is probably by design but I'd say that such reordering of windows is counter-intuitive and confusing because the user has to visually search through all windows in order to find the right one to click. I'd suggest adding an option to change that behavior so that scaled windows do not change their positions. In the above example it would mean that windows were always shown in the following order: Nautilus, Writer, USC, Firefox regardless of which window was last picked. Currently CompizConfig Settings Manager does not provide such option. Versions: Linux pc 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux compiz 1:0.9.7.8-0ubuntu1.4 compiz-core 1:0.9.7.8-0ubuntu1.4 compiz-gnome 1:0.9.7.8-0ubuntu1.4 compiz-plugins 1:0.9.7.8-0ubuntu1.4 compiz-plugins-default 1:0.9.7.8-0ubuntu1.4 compiz-plugins-main 1:0.9.7.0~bzr19-0ubuntu10 compiz-plugins-main-default 1:0.9.7.0~bzr19-0ubuntu10 compizconfig-backend-gconf 0.9.5.92-0ubuntu5 compizconfig-settings-manager 0.9.5.92-0ubuntu3 libcompizconfig0 0.9.7.0~bzr428-0ubuntu6 ** Affects: compiz (Ubuntu) Importance: Undecided Status: New ** Tags: scale -- 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/1050666 Title: Compiz scale plugin: picking a window changes position of windows in the next scale To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050666/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 750386] Re: compiz crashed with SIGABRT in raise()
I actually now think this had to do with some autostart applications set in gnome-session-properties. I disabled a few and now can log in to my desktop and have it usuable on a regular basis. -- 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/750386 Title: compiz crashed with SIGABRT in raise() To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/750386/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
@ Doug no @Ingo I don't have a source. :-( -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
Re: [Compiz] [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_rend
Hello Alex, If this is indeed the case, can't ubuntu up the number so people get it when they upgrade. By the number of people we have complaining, I think it warrants this small bump. What do you think? -- 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/966744 Title: [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_draw_prims() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/966744/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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()
Resolution: I had the problem on a Thinkpad x201. The underlying cause was actually a file corruption in the packages. I ran debsums -s One of the packages which was corrupted was gnome-screensaver Reinstalling gnome-screensaver (and several other packages) fixed the problem. -- 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/966744 Title: [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_draw_prims() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/966744/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050610] Re: gtk-window-decorator leaking window handles
I have attached the valgrind logs. ** Attachment added: "valgrind.log" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050610/+attachment/3313358/+files/valgrind.log ** Changed in: compiz Status: New => Confirmed ** Changed in: compiz (Ubuntu Quantal) Status: New => Confirmed -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1050610 Title: gtk-window-decorator leaking window handles To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050610/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 950160] Re: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key)
** Changed in: oem-priority/precise Status: Fix Released => Confirmed ** Changed in: oem-priority Status: Fix Released => Triaged ** Changed in: oem-priority/precise Status: Confirmed => 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/950160 Title: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key) To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-settings-daemon/+bug/950160/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050610] Re: gtk-window-decorator leaking window handles
** Also affects: compiz Importance: Undecided Status: New ** Changed in: compiz Importance: Undecided => High ** Changed in: compiz (Ubuntu) Importance: Undecided => High ** Also affects: compiz (Ubuntu Quantal) Importance: High 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/1050610 Title: gtk-window-decorator leaking window handles To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050610/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050610] Re: gtk-window-decorator leaking window handles
-- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1050610 Title: gtk-window-decorator leaking window handles To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050610/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050610] [NEW] gtk-window-decorator leaking window handles
Public bug reported: gtk-window-decorator appears to be leaking window handles when windows are opened. The leak(s) correspond with performance degradation over time, especially on systems with relatively low amounts of VRAM (I have 256MB). User-visible symptoms include: * Performance degradation over time * Sluggish animations, such as when using Super-W and Super-S * When switching windows, window contents briefly drawn as black rectangles before being rendered correctly * Window decorations not drawn on new windows To reproduce: 1) install xrestop ("apt-get install xrestop") 2) In a terminal, launch xrestop. Keep it running, and observe the number of 'Wins' and amount of pixmam memory ('Pxm mem') associated with the gtk-window-decorator process 3) Open a new terminal (or any other) window. Observe that the number of windows had gone up by some amount. Opening a terminal window reliably results in exactly 19 extra window handles on my system. 4) Close the window Expected results: Per xrestop, the number of window handles goes down when you close the window. (Are some of the handles are related to window-open animation? In that case I'd expect them to be disposed of when the animation is complete) Actual results: Per xrestop, the number of window handles remains the same when you close the window. I also observed that the total pixmap memory used by gtk-window- decorator steadily climbs over time. While closing a window does appear to release some pixmap memory, it does not seem to release all of it. Performace on my system with 256MB VRAM got really bad when the number of window handles in gtk-window-decorator climbed above 7000 and the total pixmap memory used by gtk-window-decorator was about 75MB. Killing + restarting gtk-window-decorator temporarily solves the problem. xrestop output: xrestop - Display: localhost Monitoring 32 clients. XErrors: 7 Pixmaps: 169216K total, Other: 672K total, All: 169889K total res-base Wins GCs Fnts Pxms Misc Pxm mem Other Total PID Identifier 260 7176 671 495 72478983K187K 79171K 2359 gtk-window-dec 0c0 129221 112 1536457130K391K 57521K ? Compiz top output: PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 1306 root 20 0 573m 461m 6364 R 105.5 11.7 357:52.15 Xorg ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: compiz-gnome 1:0.9.8.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-14.15-generic 3.5.3 Uname: Linux 3.5.0-14-generic x86_64 NonfreeKernelModules: nvidia .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: '/proc/driver/nvidia/gpus/0' .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 304.43 Sun Aug 19 20:14:03 PDT 2012 GCC version: gcc version 4.7.1 20120908 (prerelease) (Ubuntu/Linaro 4.7.1-8ubuntu1) .proc.driver.nvidia.warnings.fbdev: Your system is not currently configured to drive a VGA console on the primary VGA device. The NVIDIA Linux graphics driver requires the use of a text-mode VGA console. Use of other console drivers including, but not limited to, vesafb, may result in corruption and stability problems, and is not supported. ApportVersion: 2.5.1-0ubuntu7 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' Date: Thu Sep 13 16:16:08 2012 DistUpgraded: 2012-08-07 11:19:37,876 DEBUG enabling apt cron job DistroCodename: quantal DistroVariant: ubuntu DkmsStatus: nvidia-current, 304.43, 3.5.0-13-generic, x86_64: installed nvidia-current, 304.43, 3.5.0-14-generic, x86_64: installed virtualbox, 4.1.18, 3.5.0-13-generic, x86_64: installed virtualbox, 4.1.18, 3.5.0-14-generic, x86_64: installed GraphicsCard: NVIDIA Corporation G84 [GeForce 8600M GT] [10de:0407] (rev a1) (prog-if 00 [VGA controller]) Subsystem: Apple Inc. Device [106b:00a0] InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta amd64 (20100901.1) JockeyStatus: kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use) kmod:nvidia_173_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) kmod:nvidia_173 - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) MachineType: Apple Inc. MacBookPro3,1 ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic root=UUID=4b3d81ed-fb5d-4946-97c0-ec537e1bfa3f ro quiet splash vt.handoff=7 SourcePackage: compiz UpgradeStatus: Upgraded to quantal on 2012-08-07 (37 days ago) dmi.bios.date: 03/05/08 dmi.bios.vendor: Apple Inc. dmi.bios.version: MBP31.88Z.0070.B07.0803051658 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: M
[Compiz] [Bug 1049596] Re: unity crashes when workspace switcher is clicked
*** This bug is a duplicate of bug 1049377 *** https://bugs.launchpad.net/bugs/1049377 fixed for me too ;-) ** This bug has been marked a duplicate of bug 1049377 Compiz r3368: Activating Expo makes Compiz crash -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1049596 Title: unity crashes when workspace switcher is clicked To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1049596/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1049377] Re: Compiz r3368: Activating Expo makes Compiz crash
Now sure where it was fixed but its fixed. ** Changed in: compiz (Ubuntu Quantal) 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/1049377 Title: Compiz r3368: Activating Expo makes Compiz crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1049377/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1049377] Re: Compiz r3368: Activating Expo makes Compiz crash
This seems to be fixed now. :) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1049377 Title: Compiz r3368: Activating Expo makes Compiz crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1049377/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1049596] Re: unity crashes when workspace switcher is clicked
This seems to be fixed now. :) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1049596 Title: unity crashes when workspace switcher is clicked To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1049596/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 627195] Re: Window management - Apps raised from indicators sometimes dont have the focus
** Changed in: unity Assignee: Ted Gould (ted) => (unassigned) -- 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/627195 Title: Window management - Apps raised from indicators sometimes dont have the focus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/627195/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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 r
Fixed here. John can you confirm? ** Changed in: unity Status: Triaged => Incomplete ** Changed in: unity (Ubuntu) Status: Triaged => 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/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 ___ 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 931384] Re: Window management, Launcher, multi-monitor - Windows can't be maximized on the lower display in vertically-stacked configuration
** Changed in: compiz (Ubuntu) Status: Triaged => Invalid ** Changed in: compiz Status: Triaged => Invalid ** Changed in: unity Assignee: (unassigned) => Andrea Azzarone (andyrock) ** Changed in: unity (Ubuntu) Assignee: (unassigned) => Andrea Azzarone (andyrock) -- 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/931384 Title: Window management, Launcher, multi-monitor - Windows can't be maximized on the lower display in vertically-stacked configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/931384/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
Please, this is not a poll system, its a bug tracker. The decision was already taken (see bug description). -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 274461] Re: gnome-system-monitor window is semi-transparent when using compiz
** Project changed: compiz => gnome-system-monitor -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/274461 Title: gnome-system-monitor window is semi-transparent when using compiz To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-system-monitor/+bug/274461/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
Pedro, are you a developer? If not who is your source? Look at how much attention this bug has. The ridiculous part is how the Canonical developers handle this whole situation, it is really a public relations and community involvement disaster. First they promise that they will integrate LIMs. Then there is silence for a while, but everybody is expecting something. Then there is even more silence, and no response whatsoever. If the feature gets delayed that is okay. But then they should say so, since people are looking forward to this feature (and others!) and have high hopes. The developers really should become a bit more open towards the community. People will step back from involvement if treated like this. -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
Voting is useless, I do not think this is how Ubuntu developement works. Also, if you read the bug description, the solution has been decided already (LIM, whatever you think about 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
@ Pedro Bessa Do you have anything to back up "Development stopped .." other than YOU just stating that? -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
[x] mockup 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
vooote! -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
[x] LIM all the way -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
http://www.webupd8.org/2011/02/unity-mockup-menu-integrated-in- window.html has two pictures, mockup 2, then mockup 1 -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
[] mockup 1 -> http://imageshack.us/f/837/screenshotdesktop.png/ and http://www.webupd8.org/2011/02/unity-mockup-menu-integrated-in-window.html [] mockup 2 -> http://www.webupd8.org/2011/02/unity-mockup-menu-integrated-in-window.html and http://anaershadowynomaly.deviantart.com/gallery/29691776 http://anaershadowynomaly.deviantart.com/gallery/29691776#/d3dygwc [] LIM -> http://www.webupd8.org/2011/11/oxygen-appmenu-replace-menu-with.html http://minus.com/lbq3ka2PRj4EKV and http://madjunir.deviantart.com/art/ubuntu-menu-button-un-maximized-windows-273062518 https://lists.launchpad.net/unity-design/msg08710.html to vote for LIM, write [x] LIM, then click Post Comment we need a decision -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050416] Re: Alt+PrintScr does no longer work to produce a screen capture of the active window
** Changed in: compiz (Ubuntu) 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/1050416 Title: Alt+PrintScr does no longer work to produce a screen capture of the active window To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050416/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050416] Re: Alt+PrintScr does no longer work to produce a screen capture of the active window
** 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/1050416 Title: Alt+PrintScr does no longer work to produce a screen capture of the active window To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050416/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
Re: [Compiz] [Bug 682788] Re: Improve Unity menus
2012/9/13 Pedro Bessa <682...@bugs.launchpad.net> > Development stopped, because there are lots of ***disagreements*** > between us all. > > There were three alternatives. > [] global menu on > [] global menu off > [] global menu only on maximized windows > We came up with new alternatives. > [] mockup 1 > [] mockup 2 > [] LIM > > we need to: > - vote on the new alternatives / mockups until 100 votes > - count votes > - ***decide*** the lead alternative > > The Ubuntu Community must pressure the Ubuntu team a lot to get the lead > alternative implemented. > > By the way, here is my vote: > > [x] LIM > > 1. Where are the mockups 1 and 2? 2. Where do we vote? -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
Re: [Compiz] [Bug 1050416] Re: Alt+PrintScr does no longer work to produce a screen capture of the active window
Al 13/09/12 16:13, En/na Omer Akram ha escrit: > try this: > > $ dconf reset -f /org/compiz/ > $ unity --replace > > and let us know if that fixes the issue. > > ** Changed in: compiz (Ubuntu) >Status: New => Incomplete > Thanks for the suggestion. I tried it and it seems it didn't do any change. Do I need to log out and back into the session for it to have effect? (I didn't do that) 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/1050416 Title: Alt+PrintScr does no longer work to produce a screen capture of the active window To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050416/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1042211] Re: [quantal] [regression] [i915] Corrupted display, desktop and menus don't repaint correctly using Mesa 9.0 (8.0.4 works)
** Bug watch added: freedesktop.org Bugzilla #49442 https://bugs.freedesktop.org/show_bug.cgi?id=49442 ** Also affects: mesa via https://bugs.freedesktop.org/show_bug.cgi?id=49442 Importance: Unknown Status: Unknown ** Changed in: mesa (Ubuntu) Status: Incomplete => Triaged ** Changed in: mesa (Ubuntu) Assignee: (unassigned) => Timo Aaltonen (tjaalton) -- 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/1042211 Title: [quantal] [regression] [i915] Corrupted display, desktop and menus don't repaint correctly using Mesa 9.0 (8.0.4 works) To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1042211/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050416] Re: Alt+PrintScr does no longer work to produce a screen capture of the active window
try this: $ dconf reset -f /org/compiz/ $ unity --replace and let us know if that fixes the issue. ** Changed in: compiz (Ubuntu) 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/1050416 Title: Alt+PrintScr does no longer work to produce a screen capture of the active window To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050416/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 949839] Re: Windows moves always to be fully in current viewport
Maybe a duplicate of Bug #974242? There's a PPA with a patched Place Plugin. Maybe you can try... -- 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/949839 Title: Windows moves always to be fully in current viewport To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/949839/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 974242] Re: Compiz is moving windows against my will
1: I've only installed compiz-plugins-default from Olis PPA and it's working fine now. Thanks. :-) {{{ wget http://ppa.launchpad.net/oli/compiz-place-patch/ubuntu/pool/main/c/compiz/compiz-plugins-default_0.9.7.8-0ubuntu1.4_amd64.deb dpkg -i compiz-plugins-default_0.9.7.8-0ubuntu1.4_amd64.deb }}} 2: Maybe another Duplicate: Bug #949839 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/974242 Title: Compiz is moving windows against my will To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/974242/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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()
** Tags added: compiz -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/966744 Title: [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_draw_prims() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/966744/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1039045] Re: Wine windows can't go fullscreen
I am experiencing the same problem with wine under Ubuntu 12.10. This happens with most full screen games, but not when the resolution is the same as the current desktop. This did not happen under Unity 2D in 12.04, only with Unity 3D. -- 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/1039045 Title: Wine windows can't go fullscreen To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1039045/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050416] Re: Alt+PrintScr does no longer work to produce a screen capture of the active window
-- 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/1050416 Title: Alt+PrintScr does no longer work to produce a screen capture of the active window To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050416/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050416] [NEW] Alt+PrintScr does no longer work to produce a screen capture of the active window
Public bug reported: I've just noticed that the traditional key combination to do a screen capture of the currently active window no longer works in Quantal. Pressing PrintScr on its own still works for capturing the whole screen. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: compiz 1:0.9.8.0-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-14.15-generic 3.5.3 Uname: Linux 3.5.0-14-generic x86_64 NonfreeKernelModules: nvidia .proc.driver.nvidia.gpus.0: Error: [Errno 21] És un directori: '/proc/driver/nvidia/gpus/0' .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 304.43 Sun Aug 19 20:14:03 PDT 2012 GCC version: gcc version 4.7.1 20120908 (prerelease) (Ubuntu/Linaro 4.7.1-8ubuntu1) .proc.driver.nvidia.warnings.fbdev: Your system is not currently configured to drive a VGA console on the primary VGA device. The NVIDIA Linux graphics driver requires the use of a text-mode VGA console. Use of other console drivers including, but not limited to, vesafb, may result in corruption and stability problems, and is not supported. ApportVersion: 2.5.1-0ubuntu7 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' Date: Thu Sep 13 14:34:32 2012 DistUpgraded: 2012-09-08 18:21:24,053 DEBUG enabling apt cron job DistroCodename: quantal DistroVariant: ubuntu DkmsStatus: nvidia-current, 304.43, 3.5.0-14-generic, x86_64: installed virtualbox, 4.1.18, 3.5.0-14-generic, x86_64: installed EcryptfsInUse: Yes GraphicsCard: NVIDIA Corporation GT218 [NVS 3100M] [10de:0a6c] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Lenovo ThinkPad T410 [17aa:2142] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110319) JockeyStatus: kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use) kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use) MachineType: LENOVO 2518FNG PackageArchitecture: all ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic root=UUID=b1849dda-ba2b-4183-844b-6f3883c2cb9d ro quiet splash vt.handoff=7 SourcePackage: compiz UpgradeStatus: Upgraded to quantal on 2012-09-08 (4 days ago) dmi.bios.date: 02/01/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 6IET75WW (1.35 ) dmi.board.name: 2518FNG dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr6IET75WW(1.35):bd02/01/2011:svnLENOVO:pn2518FNG:pvrThinkPadT410:rvnLENOVO:rn2518FNG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2518FNG dmi.product.version: ThinkPad T410 dmi.sys.vendor: LENOVO version.compiz: compiz 1:0.9.8.0-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.39-0ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120903.e1673d20.is.git20120821.c1114c61-0ubuntu1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 9.0~git20120903.e1673d20.is.git20120821.c1114c61-0ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120903.e1673d20.is.git20120821.c1114c61-0ubuntu1 version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.99.99~git20120713.6ef1ad6a-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.7-0ubuntu1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu1 ** Affects: compiz (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug quantal running-unity ubuntu -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1050416 Title: Alt+PrintScr does no longer work to produce a screen capture of the active window To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050416/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1047067] Re: [FFE][UIFE][regression] workspace switcher layout needs adjustments
approved to get landed before B2 freeze (Thursday 20th) -- 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/1047067 Title: [FFE][UIFE][regression] workspace switcher layout needs adjustments To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/1047067/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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::en
sorry, leaking the pixmap. -- 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/927168 Title: 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() from enableFragmentOperationsAndDrawGeometry() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/927168/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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::en
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 compiz packagers, which is subscribed to compiz in 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 drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::enable() from enableFragmentOperationsAndDrawGeometry() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/927168/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 622965] Re: New windows always use active window's layout
** Changed in: compiz Status: New => Confirmed ** Changed in: unity Status: New => Confirmed -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/622965 Title: New windows always use active window's layout To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/622965/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 521290] Re: keyboard layouts - no default layout for system
*** This bug is a duplicate of bug 622965 *** https://bugs.launchpad.net/bugs/622965 ** This bug has been marked a duplicate of bug 622965 New windows always use active window's layout -- 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/521290 Title: keyboard layouts - no default layout for system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/521290/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
Oh shit, how this simple issue might be so complex? Please provide a way to have local menus for apps like terminals and stop copycat Apple shitty approaches. -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 889484] Re: Keyboard Layout settings are not respected running compiz or Unity
*** This bug is a duplicate of bug 622965 *** https://bugs.launchpad.net/bugs/622965 ** This bug has been marked a duplicate of bug 622965 New windows always use active window's layout -- 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/889484 Title: Keyboard Layout settings are not respected running compiz or Unity To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/889484/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
What I do not understand is that the official design decision has been made by the Ayatana team (John Lea). So I do not see why the disagreements should stop the development. Besides can't the final decision be made after user testing this like in other situations? -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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::en
smspillaz: Would it make sense to keep the pixmap allocation in the decorator, but move all pixmap frees into the decor plugin? That should ensure any pixmap passed to decor is still valid. Assuming that is the problem. -- 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/927168 Title: 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() from enableFragmentOperationsAndDrawGeometry() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/927168/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
Disagreement can be solved by having configuration options. Only the default must be agreed upon (or decided by Canonical). If even that is hard, the user could be asked at first login. -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 622965] Re: New windows always use active window's layout
Hi guys! I would really appreciate if someone could help me to debug this issue. This issue is quite annoying for me, so I'd like to help debug this. I've read all the stuff at https://bugzilla.gnome.org/show_bug.cgi?id=628529 gnome bug. Guys there think that this is Compiz bug, but they have no idea about what is the problem about. It can be reproduced only with Compiz as WM, not in Gnome Shell. Does anyone know how to debug this about interaction between gnome- control-center and Compiz? -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/622965 Title: New windows always use active window's layout To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/622965/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 944653] Re: compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()
** Branch linked: lp:~vanvugt/compiz/fix-944653 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/944653 Title: compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/944653/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 682788] Re: Improve Unity menus
Development stopped, because there are lots of ***disagreements*** between us all. There were three alternatives. [] global menu on [] global menu off [] global menu only on maximized windows We came up with new alternatives. [] mockup 1 [] mockup 2 [] LIM we need to: - vote on the new alternatives / mockups until 100 votes - count votes - ***decide*** the lead alternative The Ubuntu Community must pressure the Ubuntu team a lot to get the lead alternative implemented. By the way, here is my vote: [x] LIM -- 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/682788 Title: Improve Unity menus To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/682788/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] Re: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available
I can't reproduce the bug. Please answer comment #5 and provide more detailed steps on how to reproduce the problem. ** Changed in: compiz (Ubuntu) Status: New => Incomplete ** Changed in: compiz 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/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1047067] Re: [FFE][UIFE][regression] workspace switcher layout needs adjustments
** Branch unlinked: lp:~smspillaz/compiz/ubuntu.fix_1047067 ** Branch linked: lp:~compiz-team/compiz/ubuntu.fix_1049596 ** Branch unlinked: lp:~timo-jyrinki/compiz/ubuntu.0982 ** Branch linked: lp:~timo-jyrinki/ubuntu/quantal/compiz/fix_expo -- 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/1047067 Title: [FFE][UIFE][regression] workspace switcher layout needs adjustments To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/1047067/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] Re: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available
The fallback (if there is no background window) is for compiz opengl plugin to paint the wallpaper itself. And it does. So the wallpaper will only be corrupt like this if some app that's meant to be drawing it (nautilus) isn't. -- 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/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] Re: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available
So based on that explanation, killall nautilus should make the problem go away? At least until you open nautilus again. -- 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/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] Re: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available
However, g-s-d should be refreshing the background in that case as a fallback, but I think the module is deactivated for stability reason. -- 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/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] Re: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available
>From the discussion on IRC: - nautilus upstream is not drawing the desktop (gnome-shell is doing it for itself) - we do have an override in ubuntu-default-settings to ask nautilus to draw the desktop Consequently, without it, you won't have anything to refresh the background, which seems broken but it the normal behavior. However, we can't force that for everyone as it will break other sessions for no good reason and the ubuntu-default-settings is installed by default on ubuntu (and so people don't get this bug). If you want to ensure that compiz is grabbing it (or maybe unity), we can maybe make unity dep on this configuration, but that's still incorrect IMHO. -- 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/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 944653] Re: compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()
** Changed in: compiz/0.9.8 Assignee: (unassigned) => Daniel van Vugt (vanvugt) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/944653 Title: compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/944653/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] Re: No functional desktop session if ubuntu-default-settings overrides are not available
** Attachment added: "broken_painting.png" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050237/+attachment/3311900/+files/broken_painting.png -- 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/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] Re: No functional desktop session if ubuntu-default-settings overrides are not available
** Attachment added: "guest-xsession-errors.log" https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1050237/+attachment/3311902/+files/guest-xsession-errors.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/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] Re: No functional desktop session if ubuntu-default-settings overrides are not available
** Also affects: compiz Importance: Undecided Status: New ** Summary changed: - No functional desktop session if ubuntu-default-settings overrides are not available + No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available -- 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/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 1050237] [NEW] No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available
Public bug reported: I first erronously reported another bug #1050216 when the actual problem was that ubuntu-default-settings was not installed, since at some point I had had both it and the ubuntu-desktop meta-package removed. However, not having the setting overrides from ubuntu-default-settings installed results in highly broken guest or a new user session. Symptoms include no background picture, and whatever is painted on top of the background stays there, ie. is not wiped out. Nautilus seems not to be running, so might this be a nautilus bug or a compiz bug or both? Starting nautilus manually only opens the file browser. ** Affects: compiz Importance: Undecided Status: New ** Affects: compiz (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1050237 Title: No wallpaper and windows leave trails, if ubuntu-default-settings overrides are not available To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1050237/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp
[Compiz] [Bug 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::en
Confirmed in Mesa again. I'm not 100% sure this is only the fault of compiz/decor. I've just reproduced a similar crash with LLVMpipe, but slightly different below drisw_update_tex_buffer. ** Changed in: mesa (Ubuntu Quantal) Status: Invalid => Confirmed -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/927168 Title: 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() from enableFragmentOperationsAndDrawGeometry() To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/927168/+subscriptions ___ Mailing list: https://launchpad.net/~compiz Post to : compiz@lists.launchpad.net Unsubscribe : https://launchpad.net/~compiz More help : https://help.launchpad.net/ListHelp