[Compiz] [Bug 958168] Re: gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

2012-03-21 Thread Etienne V.
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

In order to workaround the bug, I restart compiz when it does not propose to 
restart by itself by typing the following command:
$ compiz --replace

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

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/958168/+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 901097] Re: Add option to use glXSwapBuffers on every frame, not just full-screen redraws.

2012-03-21 Thread sam . spilsbury

On Tue, 20 Mar 2012, Daniel van Vugt wrote:


Sam, I reviewed the options again last Friday. What I found was:

1. The GLES branch looks promising and merges cleanly but:
(a) It's too late to consider a new core rendering algorithm for precise; and
(b) The diff is still over 11k lines. Yet another reason why it won't land in 
0.9.7.



I think what I was getting at is that we should look to backporting the 
paint-fbo stuff that's in the current linaro branch. That is only about 
400 lines, most of which is framebuffer management stuff.



2. Forcing full screen redraws (not really a code change, just a config change) 
now performs better than regional redraws in most cases. Full screen redraws 
provide higher framerates and equal or _lower_ CPU usage than regional redraws. 
The only exception was on a very slow system which got its framerate doubled, 
so the CPU increased somewhat in a good way. The other problem with full screen 
redraws is that there seems to be high lag when used on multiple monitors. I 
think someone has logged a bug for that already...
 I personally would not mind forcing full screen redraws right now as it will 
fix more peoples bugs than it would cause. But I won't do so because we are in 
freeze and it would still be risky to change core config so late.



Forcing fullscreen redraws means that the damage-intersection detection 
code will be turned off and we also can't use plugins like showrepaint in debugging. We 
can use full screen redraws by default this cycle but it is not a long 
term solution.



3. Interestingly in the GLES code I saw some hints that they encountered
the same kind of rendering bugs as I did with my prototype in comment
#1. This suggests they are indeed plugin bugs.

I think at this late stage in the precise cycle, then only sane solution
to bug 930192 is not to fix this bug yet, but use one of the quick
solutions documented there -- bug 930192.

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

Title:
 Add option to use glXSwapBuffers on every frame, not just full-screen
 redraws.

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



___
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 960886] Re: gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/960886/+attachment/2907950/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/960886/+attachment/2907952/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/960886/+attachment/2907960/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/960886/+attachment/2907962/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/960886/+attachment/2907963/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/960886/+attachment/2907964/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/960886/+attachment/2907965/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** 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/960886

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/960886/+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 901097] Re: Add option to use glXSwapBuffers on every frame, not just full-screen redraws.

2012-03-21 Thread Daniel van Vugt
Even 400 lines is way too much change for precise. And I haven't done
any performance testing on it yet.

At the moment forcing full screen redraws provides the highest
framerates and lowest CPU (compiz+Xorg). It also means regional damage
debugging with showrepaint is irrelevant. And it's even lower CPU than
the prototype in comment #1.

Keep in mind that the opengl plugin goes through the motions of drawing
ALL windows regardless of the rendering mode. So the more complex the
regions (even if they're small), the more CPU it uses.

I would like to benchmark the GLES rendering when I have time. But it's
irrelevant this close to release.

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

Title:
  Add option to use glXSwapBuffers on every frame, not just full-screen
  redraws.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/901097/+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 901097] Re: Add option to use glXSwapBuffers on every frame, not just full-screen redraws.

2012-03-21 Thread Daniel van Vugt
But don't panic too much. Before new rendering modes are added, I
planned on adding a simple config option to the opengl plugin so we can
switch between the existing (and future) rendering modes. So we don't
need to settle on a single solution. Just decide which is default :)

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

Title:
  Add option to use glXSwapBuffers on every frame, not just full-screen
  redraws.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/901097/+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 956258] Re: Compiz crashes when plugin config not attached to code

2012-03-21 Thread Rick Spencer
** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Experience Team 
(canonical-dx-team)

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

Title:
  Compiz crashes when plugin config not attached to code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/956258/+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 947443] Re: Ubuntu 12.04 Beta 1 desktop freezes

2012-03-21 Thread NoBugs!
I also notice this problem in Firefox, going to Ctrl+Alt+F2 and running
killall firefox (if the system is awake enough to run the command),
seems to fix it until Firefox freezes the system 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/947443

Title:
  Ubuntu 12.04 Beta 1 desktop freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/947443/+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 960356] Re: Changing the Show Launcher keybinding modifies keybindings of other plugins using the Super key

2012-03-21 Thread Alberto Alvarellos González
Unity was unable to start when booting so I had to disable all key
bindings, using a terminal, in order to disable key bindings and get
unity to work.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.6.0-0ubuntu4

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

Title:
  Changing the Show Launcher keybinding modifies keybindings of other
  plugins using the Super key

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/960356/+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 947443] Re: Ubuntu 12.04 Beta 1 desktop freezes

2012-03-21 Thread Fabio Marconi
** Changed in: compiz (Ubuntu)
   Status: Incomplete = 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/947443

Title:
  Ubuntu 12.04 Beta 1 desktop freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/947443/+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 960957] [NEW] compiz crashes in CompOption::value() from unity::UnityScreen::showLauncherKeyTerminate

2012-03-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Got a crash in:

#1  0x7fffe37173aa in unity::UnityScreen::showLauncherKeyTerminate 
(this=0x17dadf0, action=0x187f1c0, state=512, options=...)
at /tmp/lock-out-hud/plugins/unityshell/src/unityshell.cpp:1585
was_tap = false
when = -134282520

where there's:

int when = options[7].value().i();  // XEvent time in millisec

** Affects: compiz-core
 Importance: Critical
 Assignee: Daniel van Vugt (vanvugt)
 Status: Confirmed

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

-- 
compiz crashes in CompOption::value() from 
unity::UnityScreen::showLauncherKeyTerminate
https://bugs.launchpad.net/bugs/960957
You received this bug notification because you are a member of compiz 
packagers, which is subscribed to compiz in Ubuntu.

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


[Compiz] [Bug 960957] Re: compiz crashes in CompOption::value() from unity::UnityScreen::showLauncherKeyTerminate

2012-03-21 Thread Daniel van Vugt
** Summary changed:

- unity crashes in unity::UnityScreen::showLauncherKeyTerminate
+ compiz crashes in CompOption::value() from 
unity::UnityScreen::showLauncherKeyTerminate

** Project changed: unity = compiz-core

** Changed in: compiz-core
Milestone: 5.8.0 = None

** Changed in: compiz-core
Milestone: None = 0.9.7.4

** Changed in: compiz-core
   Importance: High = Critical

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

** Changed in: compiz-core
   Status: Confirmed = 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/960957

Title:
  compiz crashes in CompOption::value() from
  unity::UnityScreen::showLauncherKeyTerminate

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/960957/+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 960831] Re: Dash opens and immediately closes if you tap Super+A quickly

2012-03-21 Thread Launchpad Bug Tracker
** Branch linked: lp:compiz-core

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

Title:
  Dash opens and immediately closes if you tap Super+A quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/960831/+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 960831] Re: Dash opens and immediately closes if you tap Super+A quickly

2012-03-21 Thread Daniel van Vugt
** Changed in: compiz-core
   Status: In Progress = Fix Committed

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

Title:
  Dash opens and immediately closes if you tap Super+A quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/960831/+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 960957] Re: compiz crashes in CompOption::value() from unity::UnityScreen::showLauncherKeyTerminate

2012-03-21 Thread Daniel van Vugt
** Project changed: compiz-core = unity

** Changed in: unity
Milestone: 0.9.7.4 = None

** Package changed: compiz (Ubuntu) = 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/960957

Title:
  compiz crashes in CompOption::value() from
  unity::UnityScreen::showLauncherKeyTerminate

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/960957/+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 960969] Re: gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/960969/+attachment/2908614/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/960969/+attachment/2908617/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/960969/+attachment/2908625/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/960969/+attachment/2908627/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/960969/+attachment/2908628/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/960969/+attachment/2908629/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/960969/+attachment/2908630/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/960969/+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 960831] Re: Dash opens and immediately closes if you tap Super+A quickly

2012-03-21 Thread Daniel van Vugt
Fix committed into lp:compiz-core at revision 3065

** Summary changed:

- Dash opens and immediately closes if you tap Super+A quickly
+ Unity dash opens and immediately closes if you tap Super+A quickly

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

Title:
  Unity dash opens and immediately closes if you tap Super+A quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/960831/+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 960084] Re: changing font size in gnome-terminal changes window dimensions.

2012-03-21 Thread RobinMHolt
After testing with XFCE and ICEWM, I am convinced that this problem is
unlikely to be gnome-terminal and almost certainly the window manager.
I looked at the mapped files via /proc/pid/smaps for all three flavors
of window managers and the only differences were related to font and
sounds/notifications.  Please don't condemn this bug report to death by
assigning to the GNOME Terminal non-existant group.

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

Title:
  changing font size in gnome-terminal changes window dimensions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/960084/+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 961013] Re: gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961013/+attachment/2908918/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961013/+attachment/2908921/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961013/+attachment/2908931/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961013/+attachment/2908933/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961013/+attachment/2908934/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961013/+attachment/2908935/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961013/+attachment/2908936/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961013/+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 960084] Re: changing font size in gnome-terminal changes window dimensions.

2012-03-21 Thread Thomas Thurman
I assure you, I don't want to let this bug vanish. I didn't realise when
I reassigned it that it behaves differently under IceWM. I'll do some
more testing tonight if I can (sorry, time is squeezed at the moment
because I'm rehearsing for a concert next week). I'll let you know what
I find and reassign as appropriate.

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

Title:
  changing font size in gnome-terminal changes window dimensions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/960084/+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 961057] Re: gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961057/+attachment/2909173/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961057/+attachment/2909176/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961057/+attachment/2909188/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961057/+attachment/2909190/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961057/+attachment/2909191/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961057/+attachment/2909192/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961057/+attachment/2909193/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** 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/961057

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961057/+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 878820] Re: Window Management, Keyboard shortcut - The grid keybindings are behaving inconsistently

2012-03-21 Thread Otus
If Ctrl+Alt+Num4/6 are going to do nothing and Ctrl+Alt+Num5 is going to
Max/Restore instead of position, the keyboard shortcuts overlay should
say that. As is, it mentions the numpad shortcuts that work very
inconsistently.

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

Title:
  Window Management, Keyboard shortcut - The grid keybindings are
  behaving inconsistently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/878820/+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 961085] Re: gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961085/+attachment/2909449/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961085/+attachment/2909452/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961085/+attachment/2909460/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961085/+attachment/2909462/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961085/+attachment/2909463/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961085/+attachment/2909464/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961085/+attachment/2909465/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** 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/961085

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961084/+attachment/2909412/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961084/+attachment/2909415/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961084/+attachment/2909426/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961084/+attachment/2909428/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961084/+attachment/2909429/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961084/+attachment/2909430/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961084/+attachment/2909431/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** 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/961084

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961084/+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] [Merge] lp:~sil2100/libcompizconfig-backend-gconf/release into lp:~compiz/libcompizconfig-backend-gconf/ubuntu

2012-03-21 Thread Łukasz Zemczak
Łukasz Zemczak has proposed merging 
lp:~sil2100/libcompizconfig-backend-gconf/release into 
lp:~compiz/libcompizconfig-backend-gconf/ubuntu.

Requested reviews:
  compiz packagers (compiz)

For more details, see:
https://code.launchpad.net/~sil2100/libcompizconfig-backend-gconf/release/+merge/98620

Cherry picked a recent fix from lp:compiz-compizconfig-gconf (LP: #953214).
-- 
https://code.launchpad.net/~sil2100/libcompizconfig-backend-gconf/release/+merge/98620
Your team compiz packagers is requested to review the proposed merge of 
lp:~sil2100/libcompizconfig-backend-gconf/release into 
lp:~compiz/libcompizconfig-backend-gconf/ubuntu.
=== modified file 'debian/changelog'
--- debian/changelog	2011-08-23 21:30:00 +
+++ debian/changelog	2012-03-21 12:28:17 +
@@ -1,3 +1,11 @@
+compizconfig-backend-gconf (0.9.5.92-0ubuntu3) UNRELEASED; urgency=low
+
+  * debian/patches/fix_953214.patch
+- Cherry-picked the patch for fixing SEGFAULTS in Glib::Source::prepare_vfunc()
+  (LP: #953214)
+
+ -- Łukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com  Mon, 19 Mar 2012 19:14:10 +0100
+
 compizconfig-backend-gconf (0.9.5.92-0ubuntu2) oneiric; urgency=low
 
   * debian/control: require the current libcompizconfig

=== added file 'debian/patches/fix_953214.patch'
--- debian/patches/fix_953214.patch	1970-01-01 00:00:00 +
+++ debian/patches/fix_953214.patch	2012-03-21 12:28:17 +
@@ -0,0 +1,21 @@
+=== modified file 'src/gconf.c'
+--- src/gconf.c	2011-09-09 09:33:52 +
 src/gconf.c	2012-03-19 18:18:20 +
+@@ -1958,8 +1958,6 @@
+ static Bool
+ finiBackend (CCSContext * context)
+ {
+-processEvents (0);
+-
+ gconf_client_clear_cache (client);
+ finiClient ();
+ 
+@@ -1972,7 +1970,6 @@
+ gconf_engine_unref (conf);
+ conf = NULL;
+ 
+-processEvents (0);
+ return TRUE;
+ }
+ 
+

=== modified file 'debian/patches/series'
--- debian/patches/series	2011-07-18 18:11:50 +
+++ debian/patches/series	2012-03-21 12:28:17 +
@@ -1,1 +1,2 @@
 01_add_transition_gconf.patch
+fix_953214.patch

___
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] [Merge] lp:~sil2100/libcompizconfig-backend-gconf/release into lp:~compiz/libcompizconfig-backend-gconf/ubuntu

2012-03-21 Thread noreply
The proposal to merge lp:~sil2100/libcompizconfig-backend-gconf/release into 
lp:~compiz/libcompizconfig-backend-gconf/ubuntu has been updated.

Status: Needs review = Merged

For more details, see:
https://code.launchpad.net/~sil2100/libcompizconfig-backend-gconf/release/+merge/98620
-- 
https://code.launchpad.net/~sil2100/libcompizconfig-backend-gconf/release/+merge/98620
Your team compiz packagers is requested to review the proposed merge of 
lp:~sil2100/libcompizconfig-backend-gconf/release into 
lp:~compiz/libcompizconfig-backend-gconf/ubuntu.

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


[Compiz] [Bug 961124] [NEW] Choppy video playback

2012-03-21 Thread Lollerke
Public bug reported:

Choppy video playback under Unity, but not Unity 2D with VLC and
Mplayer. Tried different video outputs, but none of them fixed the
problem. It's looks like the video is running at about 20 fps, but both
VLC and Mplayer doesn't show dropped frames. CPU usage is only 50%.
Using compiz under Unity 2D results in stuttering too.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: compiz 1:0.9.7.0+bzr3035-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-19.30-generic-pae 3.2.11
Uname: Linux 3.2.0-19-generic-pae i686
.tmp.unity.support.test.0:

ApportVersion: 1.94.1-0ubuntu2
Architecture: i386
CasperVersion: 1.312
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Wed Mar 21 13:25:50 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RC410 [Radeon Xpress 200M] [1002:5a62] 
(prog-if 00 [VGA controller])
   Subsystem: Toshiba America Info Systems Device [1179:ff31]
LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120321)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 003: ID 0951:162c Kingston Technology
 Bus 002 Device 002: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ 
Mini Traveler / Genius NetScroll 120
MachineType: TOSHIBA Satellite L30
PackageArchitecture: all
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/hostname.seed 
boot=casper  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/17/2007
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V3.00
dmi.board.name: Satellite L30
dmi.board.vendor: TOSHIBA
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV3.00:bd08/17/2007:svnTOSHIBA:pnSatelliteL30:pvrPSL33E-00E00XHU:rvnTOSHIBA:rnSatelliteL30:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite L30
dmi.product.version: PSL33E-00E00XHU
dmi.sys.vendor: TOSHIBA
version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu5
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: apport-bug compiz-0.9 i386 precise regression reproducible 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/961124

Title:
  Choppy video playback

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

2012-03-21 Thread Lollerke
** Description changed:

- Choppy video playback under Unity, but not Unity 2D with VLC and Mplayer
- too. Tried different video outputs, but none of them fixed the problem.
- It's looks like the video is running at about 20 fps, but both VLC and
- Mplayer doesn't show dropped frames. CPU usage is only 50%.
+ Choppy video playback under Unity, but not Unity 2D with VLC and
+ Mplayer. Tried different video outputs, but none of them fixed the
+ problem. It's looks like the video is running at about 20 fps, but both
+ VLC and Mplayer doesn't show dropped frames. CPU usage is only 50%.
+ Using compiz under Unity 2D results in stuttering too.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-19.30-generic-pae 3.2.11
  Uname: Linux 3.2.0-19-generic-pae i686
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  CasperVersion: 1.312
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Mar 21 13:25:50 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
-  Advanced Micro Devices [AMD] nee ATI RC410 [Radeon Xpress 200M] [1002:5a62] 
(prog-if 00 [VGA controller])
-Subsystem: Toshiba America Info Systems Device [1179:ff31]
+  Advanced Micro Devices [AMD] nee ATI RC410 [Radeon Xpress 200M] [1002:5a62] 
(prog-if 00 [VGA controller])
+    Subsystem: Toshiba America Info Systems Device [1179:ff31]
  LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120321)
  Lsusb:
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
-  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
-  Bus 001 Device 003: ID 0951:162c Kingston Technology 
-  Bus 002 Device 002: ID 0458:003a KYE Systems Corp. (Mouse Systems) 
NetScroll+ Mini Traveler / Genius NetScroll 120
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 003: ID 0951:162c Kingston Technology
+  Bus 002 Device 002: ID 0458:003a KYE Systems Corp. (Mouse Systems) 
NetScroll+ Mini Traveler / Genius NetScroll 120
  MachineType: TOSHIBA Satellite L30
  PackageArchitecture: all
  PccardctlIdent:
-  Socket 0:
-no product info available
+  Socket 0:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
+  Socket 0:
+    no card
  ProcEnviron:
-  TERM=xterm
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/hostname.seed 
boot=casper  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/17/2007
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V3.00
  dmi.board.name: Satellite L30
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV3.00:bd08/17/2007:svnTOSHIBA:pnSatelliteL30:pvrPSL33E-00E00XHU:rvnTOSHIBA:rnSatelliteL30:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite L30
  dmi.product.version: PSL33E-00E00XHU
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

Title:
  Choppy video playback

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961124/+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 917210] Re: compiz+unity3d generates 50 wakeups a second on idle system

2012-03-21 Thread Timo Jyrinki
Daniel: unity staging (from yesterday) + unity with your patch included
dropped the compiz wakeups on my sandybridge laptop from 50-60 to 10-15.
Can you or someone else repeat this success? Not perfect of course, but
way better than a drop to just 40.

I built it locally, but it should be soon available at my ppa:timo-
jyrinki/ppa - that needs also ppa:unity-team/staging

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

Title:
  compiz+unity3d generates  50 wakeups a second on idle system

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/917210/+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 872207] Re: When Firefox is running in Unity, drop-down menus sometime close when opened

2012-03-21 Thread Anders Hall
Can confirm on Unity 4.28.0-0ubuntu2 and Compiz
1:0.9.6+bzr20110929-0ubuntu6.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/872207

Title:
  When Firefox is running in Unity, drop-down menus sometime close when
  opened

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/872207/+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 770283] Re: [fglrx]title bar does not update on non-maximized windows

2012-03-21 Thread Łukasz Zemczak
I'm suspecting the problem being in fglrx for the following reasons:
- It only happens for fglrx systems
- Compiz doesn't differentiate between small windows and big windows - the 
Pixmap allocated is the same, just bigger in size. And both the Pixmap and the 
corresponding texture are X and OpenGL structures, not anything that compiz can 
do 'wrong'

I was a bit busy with other things, but in some moments I'll get back to this 
one. It might also work with gnome-shell and others because of how particularly 
compiz handles communication with the X server. Gnome might doing it 
differently, therefore not showing the buggy behavior.
Besides, the gnome-shell decorators might be working completely differently 
than the ones supported by libdecoration - I don't know, since I know nothing 
about its code. Emerald should also be affected to be fair.

Even if this is a bug in fglrx, it doesn't mean it cannot be 
fixed/worked-around in compiz. Just saying that currently it might not work 
because fglrx isn't 'doing things as it should'.
Thanks for all the additional info guys!

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

Title:
  [fglrx]title bar does not update on non-maximized windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/770283/+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 917210] Re: compiz+unity3d generates 50 wakeups a second on idle system

2012-03-21 Thread Treviño
** Changed in: ubuntu-power-consumption
   Status: In Progress = Fix Committed

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  compiz+unity3d generates  50 wakeups a second on idle system

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/917210/+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 961143] Re: compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 932125 ***
https://bugs.launchpad.net/bugs/932125

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 #932125, 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/961143/+attachment/2909791/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961143/+attachment/2909794/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961143/+attachment/2909803/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961143/+attachment/2909805/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961143/+attachment/2909806/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961143/+attachment/2909807/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961143/+attachment/2909808/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 932125
   compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc()

** 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/961143

Title:
  compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc()

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

2012-03-21 Thread Lollerke
** Description changed:

  Choppy video playback under Unity, but not Unity 2D with VLC and
  Mplayer. Tried different video outputs, but none of them fixed the
  problem. It's looks like the video is running at about 20 fps, but both
  VLC and Mplayer doesn't show dropped frames. CPU usage is only 50%.
  Using compiz under Unity 2D results in stuttering too.
+ 
+ 12.04 Live CD (2012.03.21.) with unity 5.6.0-0ubuntu4
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-19.30-generic-pae 3.2.11
  Uname: Linux 3.2.0-19-generic-pae i686
  .tmp.unity.support.test.0:
  
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  CasperVersion: 1.312
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Mar 21 13:25:50 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RC410 [Radeon Xpress 200M] [1002:5a62] 
(prog-if 00 [VGA controller])
     Subsystem: Toshiba America Info Systems Device [1179:ff31]
  LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120321)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 003: ID 0951:162c Kingston Technology
   Bus 002 Device 002: ID 0458:003a KYE Systems Corp. (Mouse Systems) 
NetScroll+ Mini Traveler / Genius NetScroll 120
  MachineType: TOSHIBA Satellite L30
  PackageArchitecture: all
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   TERM=xterm
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/hostname.seed 
boot=casper  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/17/2007
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V3.00
  dmi.board.name: Satellite L30
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV3.00:bd08/17/2007:svnTOSHIBA:pnSatelliteL30:pvrPSL33E-00E00XHU:rvnTOSHIBA:rnSatelliteL30:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite L30
  dmi.product.version: PSL33E-00E00XHU
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

Title:
  Choppy video playback

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961124/+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 890523] Re: Nautilus File Operations Window 'hides' behind folder windows on start

2012-03-21 Thread Peter Errity
Hi Chauncellor,

Sorry for the delay in responding, I have a few minor problems after moving
through a couple of upgrades for testing purposes.

The good news is that I cannot reproduce the problem (having upgraded to
11.n)

I have three client machines and a server all running Ubuntu and spent a
few days cycling through upgrade versions to 11.04 and 11.10 and
it gave me some minor issues to resolve (lost NFS remote mounts to the
server and XBMC got tetchy) so I'm sorting that out at the moment.
Plan to have all machines on 11.10 and then move one client to 12.04 to
test the file transfer again and will report back.

Regards
Peter



On Sun, Mar 11, 2012 at 12:11 AM, Chauncellor 890...@bugs.launchpad.netwrote:

 Hi, Peter! There have been quite a few big compiz updates that have been
 pushed in the last few months. Would you be so kind as to let us know if
 you can still reproduce this bug? If so, would you be willing to test
 12.04 to see if the issue has been resolved there?

 Thanks!

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

 ** Project changed: compiz = compiz-core

 ** Changed in: compiz-core
   Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/890523

 Title:
  Nautilus File Operations Window 'hides' behind folder windows on start

 Status in Compiz Core:
  Incomplete
 Status in “compiz” package in Ubuntu:
  Incomplete

 Bug description:
  Desktop Ubuntu 11.10Nautilus 3.2.1 and Server running Lucid
  When copying files between folders I normally open the source and target
 directories in separate windows and then simply  drag and drop one or more
 files.   On dropping files onto the server  the 'File Operations' progress
 window opens behind the two folder windows and therefore is not immediately
 visible. This  initially led me to think nothing was happening until I
 poked around.  I have searched here for Nautilus  related bugs and could
 not find a similar report.   The Lucid server is running  NFS ,

  Note when copying from Server to Desktop the window appears on top as
  expected!

  Not sure what apps to report versions on for Server or Desktop but
  both are recent relatively clean installs.

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



-- 
Peter Errity
087-255

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

Title:
  Nautilus File Operations Window 'hides' behind folder windows on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/890523/+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 917210] Re: compiz+unity3d generates 50 wakeups a second on idle system

2012-03-21 Thread Alan Pope
Just tested Timo's package and my powertop compiz wakeups went from
50-60 down to 4-6.

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

Title:
  compiz+unity3d generates  50 wakeups a second on idle system

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/917210/+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 917210] Re: compiz+unity3d generates 50 wakeups a second on idle system

2012-03-21 Thread Alan Pope
Oddly coming out of screensaver (blank) I was getting ~40 wakeups a
second which settled down to 7.

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

Title:
  compiz+unity3d generates  50 wakeups a second on idle system

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/917210/+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 917210] Re: compiz+unity3d generates 50 wakeups a second on idle system

2012-03-21 Thread Colin King
Tested Timo's package and my eventstat tool is showing ~2-5 events/sec
on an idle machine - this is a most excellent result - a huge
improvement! Thanks!  :-)

Note: With a webbrowser running with some stupid flash animation it
averages ~20 events/sec and glxgears its ~60 wakeups/sec, but that's to
be expected isn't 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/917210

Title:
  compiz+unity3d generates  50 wakeups a second on idle system

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/917210/+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 961180] Re: gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961180/+attachment/2910062/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961180/+attachment/2910065/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961180/+attachment/2910075/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961180/+attachment/2910077/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961180/+attachment/2910078/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961180/+attachment/2910079/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961180/+attachment/2910080/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** 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/961180

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961180/+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 961202] [NEW] A locked screen (blank screensaver) has compiz generating ca. 40 wakeups/second

2012-03-21 Thread Timo Jyrinki
Public bug reported:

Following a fix to bug #917210, a new problem was uncovered. When the
screen is locked (blank screensaver is shown), the compiz generates
about 40 wakeups / second for the duration of screen being kept blank.
Unlocking the screen brings the wakeups back to under 10 that the
#917210 fix made possible.

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: 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/961202

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

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961199/+attachment/2910198/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961199/+attachment/2910201/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961199/+attachment/2910208/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961199/+attachment/2910210/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961199/+attachment/2910211/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961199/+attachment/2910212/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961199/+attachment/2910213/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** 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/961199

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961199/+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 917210] Re: compiz+unity3d generates 50 wakeups a second on idle system

2012-03-21 Thread Timo Jyrinki
Bug #961202 is now a report of that, which became visible with this
bug's fix.

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

Title:
  compiz+unity3d generates  50 wakeups a second on idle system

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/917210/+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 890523] Re: Nautilus File Operations Window 'hides' behind folder windows on start

2012-03-21 Thread Chauncellor
Hi! Thanks for the testing, Peter. While you obviously know what you're
doing, I would hope that your delve into 12.04 is not due to my request
for testing. Risking the stability of your machine is not worth the
testing, we can all wait until it's out or you can use a livecd at
releases.ubuntu.com :)

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

Title:
  Nautilus File Operations Window 'hides' behind folder windows on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/890523/+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 890523] Re: Nautilus File Operations Window 'hides' behind folder windows on start

2012-03-21 Thread Chauncellor
This bug report is being closed due to your last comment regarding this
being fixed with an update. If this issue arises again please reopen the
report.

** Changed in: compiz-core
   Status: Incomplete = Invalid

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

Title:
  Nautilus File Operations Window 'hides' behind folder windows on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/890523/+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 691070] Re: compiz assert failure: *** glibc detected *** compiz: corrupted double-linked list: 0x000000000195ae60 ***

2012-03-21 Thread Zentai Andras
Affecting me too using Oneiric, AMD64.

I got this error message:
compiz assert failure: *** glibc detected *** compiz: malloc(): smallbin double 
linked list corrupted: 0x7f1818288c00 ***

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

Title:
  compiz assert failure: *** glibc detected *** compiz: corrupted
  double-linked list: 0x0195ae60 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/691070/+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 917210] Re: compiz+unity3d generates 50 wakeups a second on idle system

2012-03-21 Thread Timo Jyrinki
I can confirm Alan's finding, a locked screen (blank screensaver)
seemingly has compiz generating ca. 40 wakeups per second for the
duration of blank screen. Unlocking gets the compiz wakeups again down
(also for me I do see numbers under 10 now).

Probably worth opening a new bug report.

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

Title:
  compiz+unity3d generates  50 wakeups a second on idle system

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/917210/+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 961202] Re: A locked screen (blank screensaver) has compiz generating ca. 40 wakeups/second

2012-03-21 Thread Alan Pope
Confirmed. Sandybridge laptop is waking up lots whilst screensaver is
on.

PowerTOP 1.97 Overview   Idle stats   Frequency stats   Device stats
Tunables

Summary: 146.0 wakeups/second,  0.0 GPU ops/second and 0.0 VFS ops/sec

Usage Events/s Category Description
 2972 rpm   Device Laptop fan
100.0%  Device Audio codec hwC0D0: 
Conexant
100.0%  Device Audio codec hwC0D3: Intel
  3.4 ms/s  35.5Processcompiz
  2.8 ms/s  21.7Process/usr/bin/X :0 -auth 
/var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
510.8 µs/s  16.8Timer  hrtimer_wakeup
  0.8 ms/s  12.8Interrupt  [6] tasklet(softirq)
513.6 µs/s  10.8Processnautilus -n
439.5 µs/s   9.9Processsyndaemon -i 0.5 -K -R
 58.5 µs/s   8.9kWork  ieee80211_iface_work
209.6 µs/s   4.9Interrupt  [7] sched(softirq)
  8.6 ms/s   1.0Processpowertop
 97.3 µs/s   3.9Timer  tick_sched_timer
 73.6 µs/s   3.9Interrupt  [47] i915
 75.8 µs/s   2.0Process
/usr/lib/rtkit/rtkit-daemon
  0.9 ms/s   1.0Process
/usr/lib/gnome-settings-daemon/gnome-settings-daemon
412.4 µs/s   1.0kWork  e1000_watchdog_task
162.5 µs/s   1.0Processsshd: alan@pts/1
127.1 µs/s   1.0Process
/usr/lib/indicator-datetime/indicator-datetime-service
 79.0 µs/s   1.0Process
/usr/lib/accountsservice/accounts-daemon
 76.3 µs/s   1.0Processzeitgeist-datahub
 75.7 µs/s   1.0Process
/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
 65.2 µs/s   1.0Process
/usr/lib/gvfs/gvfs-gdu-volume-monitor
 64.0 µs/s   1.0Process
/usr/lib/x86_64-linux-gnu/gconf/gconfd-2
 59.6 µs/s   1.0Process
/usr/lib/x86_64-linux-gnu/colord/colord
 53.4 µs/s   1.0Process
/usr/lib/gvfs/gvfs-afc-volume-monitor
 45.1 µs/s   1.0Process/sbin/wpa_supplicant -B 
-P /run/sendsigs.omit.d/wpasupplicant.pid -u -s -O /var/run/wpa_supplicant
  7.0 µs/s   1.0kWork  gen6_pm_rps_work
  4.1 µs/s   1.0kWork  flush_to_ldisc
  0.8 ms/s   0.0Interrupt  [50] iwlwifi
174.5 µs/s   0.0Process[kworker/u:2]
131.7 µs/s   0.0Process[kworker/u:1]
125.8 µs/s   0.0Interrupt  [9] RCU(softirq)
 84.5 µs/s   0.0Timer  delayed_work_timer_fn
 81.5 µs/s   0.0kWork  do_dbs_timer
 80.3 µs/s   0.0Process[kworker/0:0]
 64.4 µs/s   0.0Interrupt  [1] timer(softirq)
 46.9 µs/s   0.0Process[kworker/2:1]
 33.7 µs/s   0.0kWork  
iwl_bg_run_time_calib_work
 33.1 µs/s   0.0Process[ksoftirqd/0]
 14.0 µs/s   0.0Process[kworker/3:1]
 13.7 µs/s   0.0Process[ksoftirqd/2]
  8.7 µs/s   0.0Timer  clocksource_watchdog
  6.0 µs/s   0.0kWork  vmstat_update
  5.7 µs/s   0.0Interrupt  [3] net_rx(softirq)
  5.1 µs/s   0.0Interrupt  [46] eth1
  5.0 µs/s   0.0Timer  e1000_watchdog
  4.4 µs/s   0.0Timer  tpt_trig_timer
  3.4 µs/s   0.0Timer  intel_gpu_idle_timer
  2.3 µs/s   0.0Timer  intel_crtc_idle_timer
  1.4 µs/s   0.0Timer  tcp_write_timer
100.0%  Device USB device: Broadcom 
Bluetooth Device (Broadcom Corp)


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

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

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

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

___
Mailing list: https://launchpad.net/~compiz
Post 

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

2012-03-21 Thread Colin King
Confirmed, a locked blank screen is generating 19-20 wakeups/second on
my idle machine.

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

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

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 961201 ***
https://bugs.launchpad.net/bugs/961201

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 #961201, 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/961208/+attachment/2910307/+files/CoreDump.gz

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961208/+attachment/2910309/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961208/+attachment/2910310/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961208/+attachment/2910311/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961208/+attachment/2910312/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961208/+attachment/2910313/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 961201

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in getCompPluginVTable20090315_imgsvg()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961208/+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 931958] Re: 0.9.7: impossible to click on keyring dialog since the upgrade

2012-03-21 Thread Sebastien Bacher
** Changed in: compiz (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: compiz-core
   Status: Fix Released = 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/931958

Title:
  0.9.7: impossible to click on keyring dialog since the upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931958/+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 931958] Re: 0.9.7: impossible to click on keyring dialog since the upgrade

2012-03-21 Thread Sebastien Bacher
reopening, that's still an issue with compiz 0.9.7.2, one way to get it
also is to use seahorse to change you keyring password and try to set an
empty one

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

Title:
  0.9.7: impossible to click on keyring dialog since the upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931958/+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 890523] Re: Nautilus File Operations Window 'hides' behind folder windows on start

2012-03-21 Thread Peter Errity
Hi Chauncellor,

As a user of Ubuntu for two or three years now, it is a conscious decision
on my part to support it in any way I can.
Unfortunately I'm not a programmer but I can install, tinker and test so
I'm happy to do that.
Anyone who knows me knows about Ubuntu.  I know there is a delicate line
when trying out the bleeding edge and
potentially turning someone off by demonstrating a new untried version and
finding an unexpected bug. For this reason
(and because it is a cleaner more controlled environment) the live CD
sounds like a better option as long as I can
configure (e.g. modify fstab) and make it semi permanent.

I will check it out.

Regards
Peter

On Wed, Mar 21, 2012 at 2:18 PM, Chauncellor
890...@bugs.launchpad.netwrote:

 Hi! Thanks for the testing, Peter. While you obviously know what you're
 doing, I would hope that your delve into 12.04 is not due to my request
 for testing. Risking the stability of your machine is not worth the
 testing, we can all wait until it's out or you can use a livecd at
 releases.ubuntu.com :)

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/890523

 Title:
  Nautilus File Operations Window 'hides' behind folder windows on start

 Status in Compiz Core:
  Invalid
 Status in “compiz” package in Ubuntu:
  Invalid

 Bug description:
  Desktop Ubuntu 11.10Nautilus 3.2.1 and Server running Lucid
  When copying files between folders I normally open the source and target
 directories in separate windows and then simply  drag and drop one or more
 files.   On dropping files onto the server  the 'File Operations' progress
 window opens behind the two folder windows and therefore is not immediately
 visible. This  initially led me to think nothing was happening until I
 poked around.  I have searched here for Nautilus  related bugs and could
 not find a similar report.   The Lucid server is running  NFS ,

  Note when copying from Server to Desktop the window appears on top as
  expected!

  Not sure what apps to report versions on for Server or Desktop but
  both are recent relatively clean installs.

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



-- 
Peter Errity
087-255

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

Title:
  Nautilus File Operations Window 'hides' behind folder windows on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/890523/+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 961124] Re: Choppy video playback

2012-03-21 Thread Lollerke
** Description changed:

  Choppy video playback under Unity, but not Unity 2D with VLC and
  Mplayer. Tried different video outputs, but none of them fixed the
- problem. It's looks like the video is running at about 20 fps, but both
+ problem. It looks like the video is running at about 20 fps, but both
  VLC and Mplayer doesn't show dropped frames. CPU usage is only 50%.
- Using compiz under Unity 2D results in stuttering too.
+ Using compiz under Unity 2D results in stuttering too. Experiencing the
+ same with a Radeon HD6450 using the open source driver.
  
  12.04 Live CD (2012.03.21.) with unity 5.6.0-0ubuntu4
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-19.30-generic-pae 3.2.11
  Uname: Linux 3.2.0-19-generic-pae i686
  .tmp.unity.support.test.0:
  
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: i386
  CasperVersion: 1.312
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Mar 21 13:25:50 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RC410 [Radeon Xpress 200M] [1002:5a62] 
(prog-if 00 [VGA controller])
     Subsystem: Toshiba America Info Systems Device [1179:ff31]
  LiveMediaBuild: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120321)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 003: ID 0951:162c Kingston Technology
   Bus 002 Device 002: ID 0458:003a KYE Systems Corp. (Mouse Systems) 
NetScroll+ Mini Traveler / Genius NetScroll 120
  MachineType: TOSHIBA Satellite L30
  PackageArchitecture: all
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   TERM=xterm
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/hostname.seed 
boot=casper  quiet splash -- BOOT_IMAGE=/casper/vmlinuz
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/17/2007
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V3.00
  dmi.board.name: Satellite L30
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV3.00:bd08/17/2007:svnTOSHIBA:pnSatelliteL30:pvrPSL33E-00E00XHU:rvnTOSHIBA:rnSatelliteL30:rvrNotApplicable:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite L30
  dmi.product.version: PSL33E-00E00XHU
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz 1:0.9.7.0+bzr3035-0ubuntu1
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

Title:
  Choppy video playback

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961124/+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 961266] [NEW] hibernation is not available

2012-03-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

My Ubuntu has no buttons to hibernate my notebook. Suspending works
correctly.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-19-generic-pae 3.2.0-19.31
ProcVersionSignature: Ubuntu 3.2.0-19.31-generic-pae 3.2.12
Uname: Linux 3.2.0-19-generic-pae i686
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.94.1-0ubuntu2
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  constantine   1783 F pulseaudio
 /dev/snd/controlC0:  constantine   1783 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf450 irq 46'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,1025013c,00100101 
HDA:14f12c06,10250093,0010'
   Controls  : 17
   Simple ctrls  : 9
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xcfeec000 irq 47'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 6
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Wed Mar 21 19:10:02 2012
HibernationDevice: RESUME=UUID=a85e1013-a0be-4933-9537-ce37c7614318
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120306)
MachineType: Acer Extensa 5630
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-19-generic-pae 
root=UUID=872eceb4-ef07-4bea-ac2e-a09235e50e47 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-19-generic-pae N/A
 linux-backports-modules-3.2.0-19-generic-pae  N/A
 linux-firmware1.71
SourcePackage: linux
UpgradeStatus: Upgraded to precise on 2012-03-21 (0 days ago)
dmi.bios.date: 08/05/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.19
dmi.board.name: Homa
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd08/05/2008:svnAcer:pnExtensa5630:pvr0100:rvnAcer:rnHoma:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Extensa 5630
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386 precise
-- 
hibernation is not available
https://bugs.launchpad.net/bugs/961266
You received this bug notification because you are a member of compiz 
packagers, which is subscribed to compiz in Ubuntu.

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


[Compiz] [Bug 961266] Re: hibernation is not available

2012-03-21 Thread Joseph Salisbury
Does not appear to be a kernel bug.

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Package changed: linux (Ubuntu) = compiz (Ubuntu)

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

Title:
  hibernation is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961266/+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 961300] [NEW] This is my system bug report may be helpful for developers.

2012-03-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When i am enabling extra effects like blur windows, water effect in compiz 
settings manager then system generating this bug,
And my left-side pannel is not auto-hiding.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evince 3.3.92-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-19.30-generic 3.2.11
Uname: Linux 3.2.0-19-generic i686
ApportVersion: 1.94.1-0ubuntu2
Architecture: i386
Date: Wed Mar 21 20:34:24 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise
-- 
This is my system bug report may be helpful for developers.
https://bugs.launchpad.net/bugs/961300
You received this bug notification because you are a member of compiz 
packagers, which is subscribed to compiz in Ubuntu.

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


[Compiz] [Bug 953278] Re: Fit Zoomed Area to Window Enabled

2012-03-21 Thread Achim Behrens
just had this bug.

toggle didnt work. could manage to get into ccsm because the zoom was
only on the external monitor. disabled the ezoom plugin and after some
hanging unity restartet and all opened windows were still open.

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

Title:
  Fit Zoomed Area to Window Enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/953278/+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 961300] Re: This is my system bug report may be helpful for developers.

2012-03-21 Thread Vadim Rutkovsky
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks! 

** Package changed: evince (Ubuntu) = compiz (Ubuntu)

** 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/961300

Title:
  This is my system bug report may be helpful for developers.

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961308/+attachment/2910844/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961308/+attachment/2910847/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961308/+attachment/2910854/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961308/+attachment/2910856/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961308/+attachment/2910857/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961308/+attachment/2910858/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961308/+attachment/2910859/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 947544 ***
https://bugs.launchpad.net/bugs/947544

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 #947544, 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/961322/+attachment/2910919/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961322/+attachment/2910922/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961322/+attachment/2910930/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961322/+attachment/2910932/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961322/+attachment/2910933/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961322/+attachment/2910934/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961322/+attachment/2910935/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 947544

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in brw_upload_state()

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961335/+attachment/2911050/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961335/+attachment/2911053/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961335/+attachment/2911061/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961335/+attachment/2911063/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961335/+attachment/2911064/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961335/+attachment/2911065/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961335/+attachment/2911066/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961335/+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 806636] Re: [Oneiric] Compiz fails to update window title until focused window is changed unless window is maximized

2012-03-21 Thread Thad Harroun
I must dispute Fix released status, and second Aki Rossi's issue.
Effects: Chromium/gedit/libre office
I also wish this would be re-classified as High importance.

Unity: 4.28.0-0ubuntu2
Theme: Default ambiance
fglrx: 2:8.881-0ubuntu4.1
gedit: 3.2.3-0ubuntu0.1
compiz: 1:0.9.6+bzr20110929-0ubuntu6.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/806636

Title:
  [Oneiric] Compiz fails to update window title until focused window is
  changed unless window is maximized

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 944653 ***
https://bugs.launchpad.net/bugs/944653

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 #944653, 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/961369/+attachment/2911340/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961369/+attachment/2911342/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961369/+attachment/2911350/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961369/+attachment/2911352/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961369/+attachment/2911353/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961369/+attachment/2911354/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961369/+attachment/2911355/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 944653

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in GLScreen::GLScreen()

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961387/+attachment/2911443/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961387/+attachment/2911446/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961387/+attachment/2911455/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961387/+attachment/2911457/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961387/+attachment/2911458/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961387/+attachment/2911459/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961387/+attachment/2911460/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961396/+attachment/2911508/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961396/+attachment/2911511/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961396/+attachment/2911520/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961396/+attachment/2911522/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961396/+attachment/2911523/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961396/+attachment/2911524/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961396/+attachment/2911525/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** 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/961396

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

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

2012-03-21 Thread Lollerke
Not a compiz problem, tried Fedora 16 with GNOME Shell and I've got the
same.

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

Title:
  Choppy video playback

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

2012-03-21 Thread Paul Graydon
Affected me last night, spawned off a tightvncserver instance, connected
and got no launcher or icons.

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

Title:
  compiz crashed with SIGSEGV in CompositeScreen::compositingActive()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/901211/+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 961534] [NEW] enabling fglrx results to too much contrast

2012-03-21 Thread Laurent CREPET
Public bug reported:

Hi,

When I enable the fglrx driver on precise beta1 amd64 running on my HP
Pavilion dm1, it results a higher brightness. When brightness is at the
highest level, the default precise background becomes too white and
really unpleasant. If I disable fglrx, the higher brightness is perfect.

Same behaviour with oneiric.

** 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/961534

Title:
  enabling fglrx results to too much contrast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961534/+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 392850] Re: *** glibc detected *** /usr/bin/compiz.real: double free or corruption (!prev): 0x0000000002458930 ***

2012-03-21 Thread Bryce Harrington
** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
   Importance: Medium = High

** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
   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/392850

Title:
   *** glibc detected *** /usr/bin/compiz.real: double free or
  corruption (!prev): 0x02458930 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/392850/+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 961537] Re: compiz crashed with signal 5 in Glib::exception_handlers_invoke()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 808007 ***
https://bugs.launchpad.net/bugs/808007

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 #808007, 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/961537/+attachment/2912337/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961537/+attachment/2912340/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961537/+attachment/2912347/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961537/+attachment/2912349/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961537/+attachment/2912350/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961537/+attachment/2912351/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961537/+attachment/2912352/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 808007
   compiz crashed with signal 5 in Glib::exception_handlers_invoke()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with signal 5 in Glib::exception_handlers_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961537/+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 961534] Re: enabling fglrx results to too much contrast

2012-03-21 Thread Laurent CREPET
** Package changed: compiz (Ubuntu) = 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/961534

Title:
  enabling fglrx results to too much contrast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/961534/+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 961556] Re: gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961556/+attachment/2912441/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961556/+attachment/2912444/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961556/+attachment/2912452/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961556/+attachment/2912454/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961556/+attachment/2912455/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961556/+attachment/2912456/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961556/+attachment/2912457/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** 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/961556

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961556/+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 961559] Re: compiz crashed with signal 5 in Glib::exception_handlers_invoke()

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 808007 ***
https://bugs.launchpad.net/bugs/808007

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 #808007, 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/961559/+attachment/2912479/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961559/+attachment/2912482/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961559/+attachment/2912491/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961559/+attachment/2912493/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961559/+attachment/2912494/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961559/+attachment/2912495/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961559/+attachment/2912496/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 808007
   compiz crashed with signal 5 in Glib::exception_handlers_invoke()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with signal 5 in Glib::exception_handlers_invoke()

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

2012-03-21 Thread Bram
*** This bug is a duplicate of bug 808007 ***
https://bugs.launchpad.net/bugs/808007

 bug #808007 occured on ubuntu 11.10 i686. In my case it's ubuntu 12.04
x86_64. So is it a duplicate?

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

Title:
  compiz crashed with signal 5 in Glib::exception_handlers_invoke()

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

2012-03-21 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 940603 ***
https://bugs.launchpad.net/bugs/940603

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  White rectangular

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

2012-03-21 Thread Apport retracing service
*** This bug is a duplicate of bug 948580 ***
https://bugs.launchpad.net/bugs/948580

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 #948580, 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/961583/+attachment/2912629/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/961583/+attachment/2912632/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/961583/+attachment/2912641/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/961583/+attachment/2912643/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/961583/+attachment/2912644/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/961583/+attachment/2912645/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/961583/+attachment/2912646/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 948580

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gtk-window-decorator crashed with SIGSEGV in max_window_name_width()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/961583/+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 881494] Re: grid plugin acts strange when using two monitors

2012-03-21 Thread Chauncellor
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

Title:
  grid plugin acts strange when using two monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/881494/+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 771448] Re: desktop wall edge flipping broken

2012-03-21 Thread rtjmay
I can confirm that this issue continues to affect me on a fresh install
of 11.10. Adjusting the mouse poling interval has not helped and
restarting Unity only buys a minute or two of correct function before
mouse edge flipping stops working 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/771448

Title:
  desktop wall edge flipping broken

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

2012-03-21 Thread Chauncellor
please disregard comment number 5.

** Changed in: compiz (Ubuntu)
   Status: Confirmed = Incomplete

** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

** Package changed: compiz (Ubuntu) = linux (Ubuntu)

** Changed in: linux (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/902687

Title:
  compiz crashed with SIGABRT in __kernel_vsyscall()

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

2012-03-21 Thread Chauncellor
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. Compiz, in particular, is
in heavy development and this bug may have been fixed in the development
version of Ubuntu (12.04) if not on the current 11.10 release. If you
are able, it would be of great help if you could confirm if the bug
still exists by testing a livecd (available at http://cdimage.ubuntu.com
/daily-live/current/). When you test it and it is still an issue, kindly
upload the updated logs by running apport-collect bug # and any other
logs that are relevant for this particular issue. Please keep in mind
that the development version (12.04) is not suitable for daily use -
please only use it for testing purposes.

** 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/917625

Title:
  compiz crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/917625/+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 905876] Re: compiz crashes while changing rendering effects

2012-03-21 Thread Chauncellor
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. Compiz, in particular, is
in heavy development and this bug may have been fixed in the development
version of Ubuntu (12.04) if not on the current 11.10 release. If you
are able, it would be of great help if you could confirm if the bug
still exists by testing a livecd (available at http://cdimage.ubuntu.com
/daily-live/current/). When you test it and it is still an issue, kindly
upload the updated logs by running apport-collect bug # and any other
logs that are relevant for this particular issue. Please keep in mind
that the development version (12.04) is not suitable for daily use -
please only use it for testing purposes.

** 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/905876

Title:
  compiz crashes while changing rendering effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/905876/+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 842234] Re: qtsdk installer crashes unity-window-decorator

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 805303 ***
https://bugs.launchpad.net/bugs/805303

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

** This bug has been marked a duplicate of bug 805303
   Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET 
(widget)' failed with the default qt4 gui

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

Title:
  qtsdk installer crashes unity-window-decorator

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

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 946965 ***
https://bugs.launchpad.net/bugs/946965

** This bug has been marked a duplicate of bug 946965
   [Oneiric] alt+tab makes unity crashed (with gdb logs)

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

Title:
  Unity/Compiz Seqfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/919447/+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 710979] Re: alt tab crashes with radeon graphics

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 946965 ***
https://bugs.launchpad.net/bugs/946965

** This bug is no longer a duplicate of bug 705708
   unity crashes when using [alt][tab]
** This bug has been marked a duplicate of bug 946965
   [Oneiric] alt+tab makes unity crashed (with gdb logs)

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

Title:
  alt tab crashes with radeon graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/710979/+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 937155] Re: compiz crashed with SIGSEGV

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 932792 ***
https://bugs.launchpad.net/bugs/932792

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

** This bug has been marked a duplicate of bug 932792
   compiz crashed with SIGSEGV

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 926572 ***
https://bugs.launchpad.net/bugs/926572

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

** This bug has been marked a duplicate of private bug 926572

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

Title:
  compiz crashed with SIGABRT

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

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 932792 ***
https://bugs.launchpad.net/bugs/932792

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

** This bug has been marked a duplicate of bug 932792
   compiz crashed with SIGSEGV

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 932792 ***
https://bugs.launchpad.net/bugs/932792

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

** This bug has been marked a duplicate of bug 932792
   compiz crashed with SIGSEGV

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 932792 ***
https://bugs.launchpad.net/bugs/932792

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

** This bug has been marked a duplicate of bug 932792
   compiz crashed with SIGSEGV

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 932792 ***
https://bugs.launchpad.net/bugs/932792

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

** This bug has been marked a duplicate of bug 932792
   compiz crashed with SIGSEGV

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
** Description changed:

- ?
+ Crash usually has to do with interactions of Unity, paticularly the
+ launcher and BFB.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: compiz-core 1:0.9.7.0~bzr2995-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] est un dossier: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86_64 Kernel Module  290.10  Wed Nov 16 17:39:29 
PST 2011
-  GCC version:  gcc version 4.6.2 (Ubuntu/Linaro 4.6.2-14ubuntu1)
+  NVRM version: NVIDIA UNIX x86_64 Kernel Module  290.10  Wed Nov 16 17:39:29 
PST 2011
+  GCC version:  gcc version 4.6.2 (Ubuntu/Linaro 4.6.2-14ubuntu1)
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  Date: Wed Feb 15 15:26:19 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
-  nvidia-current, 290.10, 3.2.0-15-generic, x86_64: installed
-  nvidia-current-updates, 290.10, 3.2.0-15-generic, x86_64: installed
+  nvidia-current, 290.10, 3.2.0-15-generic, x86_64: installed
+  nvidia-current-updates, 290.10, 3.2.0-15-generic, x86_64: installed
  ExecutablePath: /usr/bin/compiz
  GraphicsCard:
-  NVIDIA Corporation GF106 [GeForce GTX 460M] [10de:0dd1] (rev a1) (prog-if 00 
[VGA controller])
-Subsystem: CLEVO/KAPOK Computer Device [1558:5102]
+  NVIDIA Corporation GF106 [GeForce GTX 460M] [10de:0dd1] (rev a1) (prog-if 00 
[VGA controller])
+    Subsystem: CLEVO/KAPOK Computer Device [1558:5102]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120214)
  JockeyStatus:
-  xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
-  xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Enabled, In use)
+  xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
+  xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Enabled, In use)
  MachineType: CLEVO P150HMx
  ProcCmdline: compiz
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-15-generic 
root=UUID=2aa5ce42-28fb-4f08-bb25-10c91ecfeda6 ro quiet splash vt.handoff=7
  SegvAnalysis:
-  Segfault happened at: 0x41408cdd:mov(%rsi),%edi
-  PC (0x41408cdd) ok
-  source (%rsi) (0x) not located in a known VMA region (needed 
readable region)!
-  destination %edi ok
+  Segfault happened at: 0x41408cdd:mov(%rsi),%edi
+  PC (0x41408cdd) ok
+  source (%rsi) (0x) not located in a known VMA region (needed 
readable region)!
+  destination %edi ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: compiz
  Stacktrace:
-  #0  0x41408cdd in ?? ()
-  No symbol table info available.
-  #1  0x in ?? ()
-  No symbol table info available.
+  #0  0x41408cdd in ?? ()
+  No symbol table info available.
+  #1  0x in ?? ()
+  No symbol table info available.
  StacktraceTop:
-  ?? ()
-  ?? ()
+  ?? ()
+  ?? ()
  Title: compiz crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XorgConf:
-  Section Device
-   Identifier  Default Device
-   Option  NoLogoTrue
-  EndSection
+  Section Device
+   Identifier  Default Device
+   Option  NoLogoTrue
+  EndSection
  dmi.bios.date: 02/15/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.4
  dmi.board.asset.tag: Not Applicable
  dmi.board.name: P150HMx
  dmi.board.vendor: CLEVO
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: CLEVO
  dmi.chassis.version: Not Applicable
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd02/15/2011:svnCLEVO:pnP150HMx:pvrNotApplicable:rvnCLEVO:rnP150HMx:rvrNotApplicable:cvnCLEVO:ct10:cvrNotApplicable:
  dmi.product.name: P150HMx
  dmi.product.version: Not Applicable
  dmi.sys.vendor: CLEVO
  version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0~rc2-0ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0~rc2-0ubuntu5
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  

[Compiz] [Bug 958285] Re: compiz crashed with SIGSEGV

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 954153 ***
https://bugs.launchpad.net/bugs/954153

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

** This bug has been marked a duplicate of private bug 954153

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 954153 ***
https://bugs.launchpad.net/bugs/954153

** This bug has been marked a duplicate of private bug 954153

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

Title:
  compiz crashed with SIGSEGV

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

2012-03-21 Thread Chauncellor
*** This bug is a duplicate of bug 954153 ***
https://bugs.launchpad.net/bugs/954153

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

** This bug has been marked a duplicate of private bug 954153

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

Title:
  compiz crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/959832/+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 953089] Re: Unity 5.6: key bindings (such as Super) don't work on empty workspace or on slow/loaded systems

2012-03-21 Thread Daniel van Vugt
In progress again. I couldn't reproduce/test the empty desktop problem
but I'm told it's not fixed. The slow/loaded machine problem is however
fixed.

** Changed in: compiz-core
   Status: Fix Released = In Progress

** Changed in: compiz-core
Milestone: 0.9.7.2 = 0.9.7.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/953089

Title:
  Unity 5.6: key bindings (such as Super) don't work on empty workspace
  or on slow/loaded systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/953089/+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 961202] Re: A locked screen (blank screensaver) has compiz generating ca. 40 wakeups/second

2012-03-21 Thread Daniel van Vugt
** Also affects: compiz-core
   Importance: Undecided
   Status: New

** Also affects: ubuntu-power-consumption
   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/961202

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/961202/+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 917210] Re: compiz+unity3d generates 50 wakeups a second on idle system

2012-03-21 Thread Daniel van Vugt
Thanks Timo, all. Yes it sounds like my comment #25 is bug 961202.

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

Title:
  compiz+unity3d generates  50 wakeups a second on idle system

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/917210/+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 953089] Re: Unity 5.6: key bindings (such as Super) don't work on empty workspace or on slow/loaded systems

2012-03-21 Thread Daniel van Vugt
OK, I can finally reproduce the focus problem (sometimes). And I've
debugged it enough to confirm it is caused by the fix for bug 806255. I
will try to make a fix for this today that doesn't involve reverting the
fix for bug 806255.

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

Title:
  Unity 5.6: key bindings (such as Super) don't work on empty workspace
  or on slow/loaded systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/953089/+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 917625] Re: compiz crashed with SIGSEGV

2012-03-21 Thread Dmitry Shachnev
I hope it was happening due to incompatible versions of unity and
compiz, and I don't get it anymore.

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

Title:
  compiz crashed with SIGSEGV

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


  1   2   >