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

2012-07-10 Thread Didier Roche
** Changed in: unity
   Status: Fix Committed = 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/734908

Title:
  Unity is visible on top of fullscreen apps

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

___
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 734908] Re: Unity is visible on top of fullscreen apps

2012-07-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/unity

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

Title:
  Unity is visible on top of fullscreen apps

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

___
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 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-10 Thread Paddy Landau
@Daniel: Here are my results.

$ env DISPLAY=:0 gdb /usr/bin/gtk-window-decorator
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/gtk-window-decorator...(no debugging symbols 
found)...done.
(gdb) run --sync --replace
Starting program: /usr/bin/gtk-window-decorator --sync --replace
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffef1a6700 (LWP 5257)]
[New Thread 0x7fffee9a5700 (LWP 5258)]
[New Thread 0x7fffe7fff700 (LWP 5907)]
The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 28457 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[Thread 0x7fffe7fff700 (LWP 5907) exited]
[Thread 0x7fffee9a5700 (LWP 5258) exited]
[Thread 0x77fc3940 (LWP 5254) exited]
[Inferior 1 (process 5254) exited with code 01]
(gdb) bt
No stack.
(gdb)

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+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 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-10 Thread Daniel van Vugt
Sorry, that didn't work. You need a breakpoint. Try:

env DISPLAY=:0 gdb /usr/bin/gtk-window-decorator
(gdb) break gdk_x_error
(gdb) run --sync --replace

Make it crash now. And then back in gdb...

(gdb) bt

And paste the output into this bug.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+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 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-10 Thread Paddy Landau
Here again, but note the error with the break command. I also was not
sure whether to use y or n to its question, so I used n.

$ env DISPLAY=:0 gdb /usr/bin/gtk-window-decorator
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/gtk-window-decorator...(no debugging symbols 
found)...done.
(gdb) break gdk_x_error
Function gdk_x_error not defined.
Make breakpoint pending on future shared library load? (y or [n]) n
(gdb) run --sync --replace
Starting program: /usr/bin/gtk-window-decorator --sync --replace
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffef1a6700 (LWP 7376)]
[New Thread 0x7fffee9a5700 (LWP 7377)]
The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 15597 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[Thread 0x7fffef1a6700 (LWP 7376) exited]
[Thread 0x7fffee9a5700 (LWP 7377) exited]
[Inferior 1 (process 7373) exited with code 01]
(gdb) bt
No stack.
(gdb)

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+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 993265] Re: Wine breaks window decorations for all applications (gtk-window-decorator crashes)

2012-07-10 Thread Eric Ding
I'm seeing the same problem trying to get a backgrace. Even if I respond
'y' to gdb's prompt regarding gdk_x_error, I still get no break, just an
exit with code 01.

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

Title:
  Wine breaks window decorations for all applications (gtk-window-
  decorator crashes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993265/+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 781931] Re: New windows are moved to front but don't take focus

2012-07-10 Thread Gerry Boland
Hi,
yes I agree this bug is very annoying (I use Unity2D myself every day) and I do 
wish we had it fixed by now, but having spent time investigating it, the cause 
is not trivial (or else kick-myself obvious). 

As Unity2D is being superseded by Unity for all users in Quantal, we are
not committing any developer resources to Unity2D except in the cases of
critical bugs (crashers, security holes..) for the Precise LTS. This
unfortunately means that important usability bugs like this will not be
attempted by us any more.

So this is where I must ask for community involvement. If you care for
this project and want to improve it for all other users, take a bug and
try to fix it. Community fixes will be accepted with real pleasure, and
we'll do our best to offer help and advice on #ubuntu-unity IRC channel.

Thanks
-G

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

Title:
  New windows are moved to front but don't take focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/781931/+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 781931] Re: New windows are moved to front but don't take focus

2012-07-10 Thread Dmitriy ~SH~ [ms] Fedorov
Gerry Boland (gerboland), this is not only Unity2D problem. This bug
affects Unity also. I think it must be fix at least for Unity.

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

Title:
  New windows are moved to front but don't take focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/781931/+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 781931] Re: New windows are moved to front but don't take focus

2012-07-10 Thread Tino
I'm using Unity 3D and get confronted with this bug on a daily basis when 
starting a nautilus window. I also second that it is pretty annoying.
In my opinion it is really important to fix this bug - especially for a LTS - 
to ensure a consistant and professional user experience in Unity. Imho these 
are just the things that make people want to switch to E.g. Xubuntu.

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

Title:
  New windows are moved to front but don't take focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/781931/+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 1013171] Re: Many package hooks not ported to python3

2012-07-10 Thread Matthieu Baerts
** Changed in: unity (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

** Changed in: unity (Ubuntu Quantal)
 Assignee: (unassigned) = Matthieu Baerts (matttbe)

** Changed in: cairo-dock (Ubuntu Quantal)
 Assignee: (unassigned) = Matthieu Baerts (matttbe)

** Changed in: connman (Ubuntu Quantal)
 Assignee: (unassigned) = Matthieu Baerts (matttbe)

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

Title:
  Many package hooks not ported to python3

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

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


[Compiz] [Bug 727903] Re: XDnD directly to a window in the spread fails

2012-07-10 Thread John Lea
** No longer affects: unity-2d (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/727903

Title:
  XDnD directly to a window in the spread fails

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

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


[Compiz] [Bug 892012] Re: Window management - When a semi-maximised a window is maximised and then restored, the window position jumps and window size changes so the the window title bar is sometimes

2012-07-10 Thread John Lea
** Changed in: unity
   Status: Confirmed = Triaged

** Changed in: unity (Ubuntu)
   Status: Confirmed = Triaged

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

** Changed in: unity (Ubuntu)
   Importance: Undecided = High

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

Title:
  Window management - When a  semi-maximised a window is maximised and
  then restored, the window position jumps and window size changes so
  the the window title bar is sometimes hidden underneath the top bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/892012/+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 878516] Re: Restoring a grid-placed window by dragging the title bar downwards does not restore the original window width

2012-07-10 Thread John Lea
** Changed in: compiz (Ubuntu)
   Importance: Medium = High

** Changed in: compiz-plugins-main (Ubuntu)
   Importance: Medium = High

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

** Changed in: compiz-plugins-main (Ubuntu)
   Status: Confirmed = Triaged

** Description changed:

  This bug is now just about failing to restore the original window size
  (width is the main problem). The issue with the mouse pointer separating
  from the title bar is bug 201681.
  
  ORIGINAL DESCRIPTION:
  In Ubuntu 11.04 when you snapped a window to the left/right screen edges and 
later removed it, it returned to it's original size.
  In Ubuntu 11.10 it stays in the size it got when it snapped to the left/right 
screen edges. It should restore to it's original size like it did in Ubuntu 
11.04, there is no point in it staying in the size it got when snapped, it's 
just awkward.
  
  -
  
  window management - Restoring a semi-maximised window by dragging the
  title bar downwards restores the window into the wrong shape and
  position
  
  To Reproduce:
  1. Semi-maximise a window
  2. Try to restore the window by dragging the title bar of the semi-maximised 
window downwards
  
- What currently incorrectly happens:
- - The window shifts to the restored state but remains the same size and shape 
as when it was semi-maximised.  The window also gets disconnected from the 
pointer and shifts downwards.  See attached screencast 
semimaximise_restore_issue.ogv for a demonstration.
+ What currently incorrectly happens
  
- What should happen:
- - When a window is restored it should return to the exact same size and shape 
as it was before it was semi-maximised or maximised.
- - If a window is restored by dragging the title bar downwards with the 
pointer, after the window snaps out of the maximsed state, the window title bar 
should remain locked to the pointer until the drag is released.
- - If a window is restored by clicking the 'restore' window decoration or by 
using a keyboard shortcut, the window should be restored to the exact position 
it was before it was maximised or semi-maximised
+ - The window shifts to the restored state but remains the same size and
+ shape as when it was semi-maximised.  The window also gets disconnected
+ from the pointer and shifts downwards.  See attached screencast
+ semimaximise_restore_issue.ogv for a demonstration.
+ 
+ - Note this also happens when a semi-maximised window is restored by
+ clicking on the 'restore' window decoration button in the window title
+ bar
+ 
+ What should happen
+ 
+ - When a window is restored it should return to the exact same size and
+ shape as it was before it was semi-maximised or maximised.
+ 
+ - If a window is restored by dragging the title bar downwards with the
+ pointer, after the window snaps out of the maximsed state, the window
+ title bar should remain locked to the pointer until the drag is
+ released.
+ 
+ - If a window is restored by clicking the 'restore' window decoration or
+ by using a keyboard shortcut, the window should be restored to the exact
+ position it was before it was maximised or semi-maximised

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

Title:
  Restoring a grid-placed window by dragging the title bar downwards
  does not restore the original window width

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/878516/+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 796594] Re: Window behaviour - pressing the 'restore' window indicator on a semi-maximised window should return it to the restored state

2012-07-10 Thread John Lea
@vanvugt; that bug only referred to the issue when the window was
restored by dragging downwards, so I have updated the bug description to
include the case where the user clicks on the 'restore' window
decoration button.

** Description changed:

  The 'restore' window indicator does not interact correctly with the
  semi-maximised or vertically-maximised states.
  
  To reproduce:
  1. Restore a window
  2. Semi-maximise the same window
  3. Press the restore indicator
  
  What currently happens: The window maximizes
- What should happen: The window should switch back to the restored state
+ What should happen: The window should switch back to the restored state, with 
*exactly the same height and width it had before it was semi-maximised*
  
  TESTCASE:
  
  ^ What should happen is what should happen ;-)
  
  Note that this behaviour should also apply to the vertically-maximised
  window state that Didier will hopefully be implementing this cycle ;-)

** Tags removed: udo udp

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

Title:
  Window behaviour - pressing the 'restore' window indicator on a semi-
  maximised window should return it to the restored state

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

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


[Compiz] [Bug 931384] Re: Window management, Launcher, multi-monitor - Windows can't be maximized on the lower display in vertically-stacked configuration

2012-07-10 Thread John Lea
** Changed in: unity
   Status: Confirmed = Triaged

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

** Changed in: unity (Ubuntu)
   Status: New = Triaged

** Changed in: compiz (Ubuntu)
   Importance: Undecided = High

** Changed in: unity (Ubuntu)
   Importance: Undecided = High

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

Title:
  Window management, Launcher, multi-monitor - Windows can't be
  maximized on the lower display in vertically-stacked configuration

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

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


[Compiz] [Bug 928807] Re: Maximized windows cast shadows on adjacent monitors

2012-07-10 Thread John Lea
** Changed in: unity
   Status: Confirmed = Triaged

** Changed in: unity (Ubuntu)
   Status: New = Triaged

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

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

Title:
  Maximized windows cast shadows on adjacent monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/928807/+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 796594] Re: Window behaviour - pressing the 'restore' window indicator on a semi-maximised window should return it to the restored state

2012-07-10 Thread John Lea
** Changed in: unity (Ubuntu)
   Importance: Undecided = High

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

Title:
  Window behaviour - pressing the 'restore' window indicator on a semi-
  maximised window should return it to the restored state

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

2012-07-10 Thread Alan Pope
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  gtk-window-decorator crashed with SIGSEGV in
  meta_get_decoration_geometry

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1007754/+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 963794] Re: gtk-window-decorator crashed with SIGFPE in _decor_blend_horz_border_picture()

2012-07-10 Thread Alan Pope
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  gtk-window-decorator crashed with SIGFPE in
  _decor_blend_horz_border_picture()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/963794/+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 1020075] Re: compiz crashed with SIGSEGV in unity::ui::EdgeBarrierController::Impl::OnPointerBarrierEvent()

2012-07-10 Thread Launchpad Bug Tracker
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/1020075

Title:
  compiz crashed with SIGSEGV in
  unity::ui::EdgeBarrierController::Impl::OnPointerBarrierEvent()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1020075/+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 993608] Re: CMake Error at FindCompiz.cmake:84 (include): include could not find load file: CompizDefaults

2012-07-10 Thread Alan Pope
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  CMake Error at FindCompiz.cmake:84 (include): include could not find
  load file: CompizDefaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993608/+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 1020075] Re: compiz crashed with SIGSEGV in unity::ui::EdgeBarrierController::Impl::OnPointerBarrierEvent()

2012-07-10 Thread AlexHarrowell
I'm experiencing this bug immediately after login on Ubuntu Quantal
12.10 for x86-64, on a ThinkPad X200S with 8GB of RAM and an Intel
graphics card.

Steps to reproduce:

1) Update packages in the branch to current status
2) Reboot
3) A normal login screen is presented
4) Log in with your password

Symptoms:

Graphical controls don't start. Launcher and toolbar absent. Window
management elements absent. Desktop icons are present.

Underlying system is functional from the CLI. Mozilla Firefox is
available if you launch it via the bug reporting tool. Document Viewer
(evince) is functional, but missing the window bar. OpenOffice is
functional.

Stacktrace, segfault analysis etc. is identical with this bug except
that the memory location is given as 0x0.

Problems began with a similar failure, which produced a crash report
relating to nautilus and saying that nautilus, libcups2, libgail-3-0,
libgtk-3-0, libgtk-3-common needed updating. Updating relieved the
nautilus crash and got rid of a nautilus trap int3 error from syslog,
but replaced it with the compiz crash.

Compiz debug output shows that various files are not found at first
attempt but are eventually traced.

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

Title:
  compiz crashed with SIGSEGV in
  unity::ui::EdgeBarrierController::Impl::OnPointerBarrierEvent()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1020075/+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 929989] Re: compiz (decor) - Warn: failed to bind pixmap to texture

2012-07-10 Thread Scott Kitterman
Then mark one of the bugs verification-failed with a link to your bug.  Then at 
least it'll be clear there's an issue that needs to be evaluated.

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

Title:
  compiz (decor) - Warn: failed to bind pixmap to texture

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929989/+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 1009338] Re: composite refresh rate falls back to 50Hz, which is wrong in most cases

2012-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8-0ubuntu1.1

---
compiz (1:0.9.7.8-0ubuntu1.1) precise-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Cherry-pick upstream patches:
- CMake Error at FindCompiz.cmake:84 (include): include could not find load
  file: CompizDefaults (LP: #993608)
- compiz (decor) - Warn: failed to bind pixmap to texture (LP: #929989)
- gtk-window-decorator crashed with SIGFPE in
  _decor_blend_horz_border_picture() (LP: #963794)
- [callgrind] compiz spends ~25% of its time constructing/destructing
  strings in PrivateScreen::handleActionEvent (LP: #1005569)
- gtk-window-decorator crashed with SIGSEGV in meta_get_decoration_geometry
  (LP: #1007754)
- composite refresh rate falls back to 50Hz, which is wrong in most cases
  (LP: #1009338)
- [callgrind] compiz spends ~7% of its time inserting into and destructing
  the events list in PrivateScreen::processEvents() (LP: #1006335)

  [ Didier Roche ]
  * debian/control:
- change Vcs-Bzr to point to precise branches
 -- Lukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com   Wed, 20 Jun 2012 
15:02:31 +0100

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed = 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/1009338

Title:
  composite refresh rate falls back to 50Hz, which is wrong in most
  cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1009338/+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 1006335] Re: [callgrind] compiz spends ~7% of its time inserting into and destructing the events list in PrivateScreen::processEvents()

2012-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8-0ubuntu1.1

---
compiz (1:0.9.7.8-0ubuntu1.1) precise-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Cherry-pick upstream patches:
- CMake Error at FindCompiz.cmake:84 (include): include could not find load
  file: CompizDefaults (LP: #993608)
- compiz (decor) - Warn: failed to bind pixmap to texture (LP: #929989)
- gtk-window-decorator crashed with SIGFPE in
  _decor_blend_horz_border_picture() (LP: #963794)
- [callgrind] compiz spends ~25% of its time constructing/destructing
  strings in PrivateScreen::handleActionEvent (LP: #1005569)
- gtk-window-decorator crashed with SIGSEGV in meta_get_decoration_geometry
  (LP: #1007754)
- composite refresh rate falls back to 50Hz, which is wrong in most cases
  (LP: #1009338)
- [callgrind] compiz spends ~7% of its time inserting into and destructing
  the events list in PrivateScreen::processEvents() (LP: #1006335)

  [ Didier Roche ]
  * debian/control:
- change Vcs-Bzr to point to precise branches
 -- Lukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com   Wed, 20 Jun 2012 
15:02:31 +0100

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed = 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/1006335

Title:
  [callgrind] compiz spends ~7% of its time inserting into and
  destructing the events list in PrivateScreen::processEvents()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1006335/+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 1005569] Re: [callgrind] compiz spends ~25% of its time constructing/destructing strings in PrivateScreen::handleActionEvent

2012-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8-0ubuntu1.1

---
compiz (1:0.9.7.8-0ubuntu1.1) precise-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Cherry-pick upstream patches:
- CMake Error at FindCompiz.cmake:84 (include): include could not find load
  file: CompizDefaults (LP: #993608)
- compiz (decor) - Warn: failed to bind pixmap to texture (LP: #929989)
- gtk-window-decorator crashed with SIGFPE in
  _decor_blend_horz_border_picture() (LP: #963794)
- [callgrind] compiz spends ~25% of its time constructing/destructing
  strings in PrivateScreen::handleActionEvent (LP: #1005569)
- gtk-window-decorator crashed with SIGSEGV in meta_get_decoration_geometry
  (LP: #1007754)
- composite refresh rate falls back to 50Hz, which is wrong in most cases
  (LP: #1009338)
- [callgrind] compiz spends ~7% of its time inserting into and destructing
  the events list in PrivateScreen::processEvents() (LP: #1006335)

  [ Didier Roche ]
  * debian/control:
- change Vcs-Bzr to point to precise branches
 -- Lukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com   Wed, 20 Jun 2012 
15:02:31 +0100

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed = 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/1005569

Title:
  [callgrind] compiz spends ~25% of its time constructing/destructing
  strings in PrivateScreen::handleActionEvent

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1005569/+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 993608] Re: CMake Error at FindCompiz.cmake:84 (include): include could not find load file: CompizDefaults

2012-07-10 Thread Sebastien Bacher
settings one of the bugs to verification-failed since bug #1019337
claims to be a regression from that SRU, we should review that before
moving it to -updates

** Tags removed: verification-done
** Tags added: verification-failed

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

Title:
  CMake Error at FindCompiz.cmake:84 (include): include could not find
  load file: CompizDefaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993608/+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 993608] Re: CMake Error at FindCompiz.cmake:84 (include): include could not find load file: CompizDefaults

2012-07-10 Thread Sebastien Bacher
using bug #929989 instead

** Tags removed: verification-failed
** Tags added: verification-done

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

Title:
  CMake Error at FindCompiz.cmake:84 (include): include could not find
  load file: CompizDefaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993608/+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 993608] Re: CMake Error at FindCompiz.cmake:84 (include): include could not find load file: CompizDefaults

2012-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8-0ubuntu1.1

---
compiz (1:0.9.7.8-0ubuntu1.1) precise-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Cherry-pick upstream patches:
- CMake Error at FindCompiz.cmake:84 (include): include could not find load
  file: CompizDefaults (LP: #993608)
- compiz (decor) - Warn: failed to bind pixmap to texture (LP: #929989)
- gtk-window-decorator crashed with SIGFPE in
  _decor_blend_horz_border_picture() (LP: #963794)
- [callgrind] compiz spends ~25% of its time constructing/destructing
  strings in PrivateScreen::handleActionEvent (LP: #1005569)
- gtk-window-decorator crashed with SIGSEGV in meta_get_decoration_geometry
  (LP: #1007754)
- composite refresh rate falls back to 50Hz, which is wrong in most cases
  (LP: #1009338)
- [callgrind] compiz spends ~7% of its time inserting into and destructing
  the events list in PrivateScreen::processEvents() (LP: #1006335)

  [ Didier Roche ]
  * debian/control:
- change Vcs-Bzr to point to precise branches
 -- Lukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com   Wed, 20 Jun 2012 
15:02:31 +0100

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed = 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/993608

Title:
  CMake Error at FindCompiz.cmake:84 (include): include could not find
  load file: CompizDefaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993608/+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 963794] Re: gtk-window-decorator crashed with SIGFPE in _decor_blend_horz_border_picture()

2012-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8-0ubuntu1.1

---
compiz (1:0.9.7.8-0ubuntu1.1) precise-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Cherry-pick upstream patches:
- CMake Error at FindCompiz.cmake:84 (include): include could not find load
  file: CompizDefaults (LP: #993608)
- compiz (decor) - Warn: failed to bind pixmap to texture (LP: #929989)
- gtk-window-decorator crashed with SIGFPE in
  _decor_blend_horz_border_picture() (LP: #963794)
- [callgrind] compiz spends ~25% of its time constructing/destructing
  strings in PrivateScreen::handleActionEvent (LP: #1005569)
- gtk-window-decorator crashed with SIGSEGV in meta_get_decoration_geometry
  (LP: #1007754)
- composite refresh rate falls back to 50Hz, which is wrong in most cases
  (LP: #1009338)
- [callgrind] compiz spends ~7% of its time inserting into and destructing
  the events list in PrivateScreen::processEvents() (LP: #1006335)

  [ Didier Roche ]
  * debian/control:
- change Vcs-Bzr to point to precise branches
 -- Lukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com   Wed, 20 Jun 2012 
15:02:31 +0100

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed = 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/963794

Title:
  gtk-window-decorator crashed with SIGFPE in
  _decor_blend_horz_border_picture()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/963794/+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 929989] Re: compiz (decor) - Warn: failed to bind pixmap to texture

2012-07-10 Thread Sebastien Bacher
I've set bug #993608 as verification-failed to prevent the copy to
-updates

** Tags removed: verification-done
** Tags added: verification-failed

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

Title:
  compiz (decor) - Warn: failed to bind pixmap to texture

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929989/+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 929989] Re: compiz (decor) - Warn: failed to bind pixmap to texture

2012-07-10 Thread Sebastien Bacher
@Daniel: 
 Causing a regression does not mean this bug is not fixed. It is fixed.

right, but failing verification is the standard way to block a SRU to
avoid it moving to -updates with a regression

@Mikklos: having a stacktrace of the segfault by running gtk-window-
decorator --sync would be useful

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

Title:
  compiz (decor) - Warn: failed to bind pixmap to texture

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929989/+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 929989] Re: compiz (decor) - Warn: failed to bind pixmap to texture

2012-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8-0ubuntu1.1

---
compiz (1:0.9.7.8-0ubuntu1.1) precise-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Cherry-pick upstream patches:
- CMake Error at FindCompiz.cmake:84 (include): include could not find load
  file: CompizDefaults (LP: #993608)
- compiz (decor) - Warn: failed to bind pixmap to texture (LP: #929989)
- gtk-window-decorator crashed with SIGFPE in
  _decor_blend_horz_border_picture() (LP: #963794)
- [callgrind] compiz spends ~25% of its time constructing/destructing
  strings in PrivateScreen::handleActionEvent (LP: #1005569)
- gtk-window-decorator crashed with SIGSEGV in meta_get_decoration_geometry
  (LP: #1007754)
- composite refresh rate falls back to 50Hz, which is wrong in most cases
  (LP: #1009338)
- [callgrind] compiz spends ~7% of its time inserting into and destructing
  the events list in PrivateScreen::processEvents() (LP: #1006335)

  [ Didier Roche ]
  * debian/control:
- change Vcs-Bzr to point to precise branches
 -- Lukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com   Wed, 20 Jun 2012 
15:02:31 +0100

** Changed in: compiz (Ubuntu Precise)
   Status: Fix Committed = 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/929989

Title:
  compiz (decor) - Warn: failed to bind pixmap to texture

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929989/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Brian Murray
** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: regression-proposed

** Changed in: compiz (Ubuntu)
   Importance: Undecided = High

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Scott Kitterman
The package just got copied to updates by mistake, but we're going to
revert that shortly.

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 929989] Re: compiz (decor) - Warn: failed to bind pixmap to texture

2012-07-10 Thread Scott Kitterman
Had a bit of a race condition here.  This will get reverted out of precise-
updates shortly.

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

Title:
  compiz (decor) - Warn: failed to bind pixmap to texture

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929989/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Scott Kitterman
Hello Miklos, or anyone else affected,

Accepted into precise-proposed. The package will build now and be
available in a few hours in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please change the bug tag from
verification-needed to verification-done.  If it does not, change the
tag to verification-failed.  In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Launchpad Bug Tracker
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/1019337

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 1019337] [NEW] gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Scott Kitterman
Note that the current package in -proposed reverts the previous changes.  
There is still an intent to figure out this regression and retry the new fixes 
once it is sorted out.

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 1023080] [NEW] Opening Edit/Account Settings removes title bars

2012-07-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When I make changes in Edit/Account Settings and close the window, it
removes title bars and controls from all windows. The main ones are
still visible but do not function.

This affects all windows, not just Thunderbird, but is always caused by
the same thing. It happens every time so it is repeatable.

The only 'fix' is logging out and in again or a reboot.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: thunderbird 13.0.1+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic-pae 3.2.21
Uname: Linux 3.2.0-27-generic-pae i686
NonfreeKernelModules: wl fglrx
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu11
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: ALC259 Analog [ALC259 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  chris  2970 F pulseaudio
 /dev/snd/controlC0:  chris  2970 F pulseaudio
 /dev/snd/controlC1:  chris  2970 F pulseaudio
BuildID: 20120615093033
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xf240 irq 16'
   Mixer name   : 'Realtek ALC259'
   Components   : 'HDA:10ec0269,17aac012,00100100'
   Controls  : 21
   Simple ctrls  : 12
Card1.Amixer.info:
 Card hw:1 'Speaker'/'HOLTEK AudioHub Speaker at usb-:00:12.0-1.1.4, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:0a0e'
   Controls  : 2
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'PCM',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
   Playback channels: Mono
   Limits: Playback 0 - 51
   Mono: Playback 45 [88%] [-1.00dB] [on]
Card2.Amixer.info:
 Card hw:2 'HDMI'/'HDA ATI HDMI at 0xf231 irq 19'
   Mixer name   : 'ATI RS690/780 HDMI'
   Components   : 'HDA:1002791a,00791a00,0010'
   Controls  : 4
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Channel: release
Date: Tue Jul 10 13:48:24 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
IpRoute:
 default via 192.168.2.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.10  metric 1 
 192.168.2.0/24 dev eth1  proto kernel  scope link  src 192.168.2.16  metric 2
Profiles: Profile0 (Default) - LastVersion=13.0.1/20120615093033 (In use)
RunningIncompatibleAddons: False
SourcePackage: thunderbird
UpgradeStatus: Upgraded to precise on 2012-04-28 (73 days ago)
dmi.bios.date: 09/07/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 36CN19WW(V2.05)
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Guam
dmi.board.vendor: LENOVO
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnLENOVO:bvr36CN19WW(V2.05):bd09/07/2010:svnLENOVO:pn4311:pvrIdeaPadZ565:rvnLENOVO:rnGuam:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: 4311
dmi.product.version: IdeaPad Z565
dmi.sys.vendor: LENOVO

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


** Tags: apport-bug i386 precise release-channel
-- 
Opening Edit/Account Settings removes title bars
https://bugs.launchpad.net/bugs/1023080
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 1023080] Re: Opening Edit/Account Settings removes title bars

2012-07-10 Thread Chris Coulson
If titlebars are missing from all windows, then that is a window manager
bug

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

Title:
  Opening Edit/Account Settings removes title bars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1023080/+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 1023080] Re: Opening Edit/Account Settings removes title bars

2012-07-10 Thread Christopher
I want to emphasise that from my observations it only happens when I
open Thunderbird/Edit/Account Settings, but it does affect all windows
after that.

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

Title:
  Opening Edit/Account Settings removes title bars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1023080/+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 997523] Re: Compiz-decorator crashes without obvious reaon

2012-07-10 Thread Phil Davidov
*** This bug is a duplicate of bug 991552 ***
https://bugs.launchpad.net/bugs/991552

** This bug has been marked a duplicate of bug 991552
   gtk-window-decorator crashes frequently

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

Title:
  Compiz-decorator crashes without obvious reaon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/997523/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Miklos Juhasz
I tried to collect a stacktrace with --sync but I can't get more than
what I attached (No stack.).

** Attachment added: Stacktrace with --sync
   
https://bugs.launchpad.net/compiz-core/+bug/1019337/+attachment/3218864/+files/stacktrace.txt

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 929989] Re: compiz (decor) - Warn: failed to bind pixmap to texture

2012-07-10 Thread Miklos Juhasz
@Sebastien:
 having a stacktrace of the segfault by running gtk-window-decorator --sync 
 would be useful

Sure, no problem. See LP: #1019337

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

Title:
  compiz (decor) - Warn: failed to bind pixmap to texture

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929989/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.7.8-0ubuntu1.2

---
compiz (1:0.9.7.8-0ubuntu1.2) precise-proposed; urgency=low

  * Revert SRU because of last minute regression being reported. (LP: #1019337)
 -- Stephane Graber stgra...@ubuntu.com   Tue, 10 Jul 2012 14:18:18 -0400

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 929989] Re: compiz (decor) - Warn: failed to bind pixmap to texture

2012-07-10 Thread Sebastien Bacher
thanks, not that you might need the libgtk dbg package to have the
function resolution working

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

Title:
  compiz (decor) - Warn: failed to bind pixmap to texture

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929989/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Vlad
I confirm this bug in Jetbrains PhpStorm IDE. Literally each open popup
can cause the crash of decorators... Same error as in the author's case.
Can't wait for the fix, this s annoying.

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 929989] Re: compiz (decor) - Warn: failed to bind pixmap to texture

2012-07-10 Thread Miklos Juhasz
Stacktrace with the dbg packages installed.

** Attachment added: Stacktrace with --sync and breakpoint on gdk_x_error
   
https://bugs.launchpad.net/compiz-core/+bug/929989/+attachment/3218901/+files/Stacktrace.txt

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

Title:
  compiz (decor) - Warn: failed to bind pixmap to texture

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929989/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Brian Murray
Reopening the bug task as the upload was just a reversion of the fix
that caused this bug.

** Changed in: compiz (Ubuntu)
   Status: Fix Released = 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/1019337

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Miklos Juhasz
[This was first uploaded to LP: #929989, sorry for the duplication]

Stacktrace with the dbg packages installed.

** Attachment added: Stacktrace with --sync and breakpoint on gdk_x_error
   
https://bugs.launchpad.net/compiz-core/+bug/1019337/+attachment/3218989/+files/Stacktrace.txt

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 749084] Re: Dbus-Plugin of compiz not working

2012-07-10 Thread Péter Trombitás
Precise here and loads of error messages.
I think it should be _very_ important to get the whole dbus backend work, 
because Unity looks great and is very good to use, but since things don't work 
under the hood, users can run into problems.
I doubt I could help as I know only some basic python, but if I can, please let 
me know, I'd like to have this problem fixed asap.

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

Title:
  Dbus-Plugin of compiz not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/749084/+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 929712] Re: Missing context menus for Qt apps after minimizing the window

2012-07-10 Thread Davide
Compiz was just updated but this bug seems to persist.

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

Title:
  Missing context menus for Qt apps after minimizing the window

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/929712/+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 1019688] Re: gtk-window-decorator: Control buttons not showing in header bar

2012-07-10 Thread Launchpad Bug Tracker
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/1019688

Title:
  gtk-window-decorator: Control buttons not showing in header bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019688/+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 1001048] Re: Unity causes mouse to malfunction/disappear when Wine is in fullscreen

2012-07-10 Thread Bilal Akhtar
** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

** Changed in: compiz
   Status: New = Confirmed

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

** Changed in: unity
   Status: New = Invalid

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

Title:
  Unity causes mouse to malfunction/disappear when Wine is in fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1001048/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Daniel van Vugt
** Changed in: compiz
Milestone: None = 0.9.8.0

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 1019337] Re: gtk-window-decorator crashes with an X Window System error

2012-07-10 Thread Daniel van Vugt
** Changed in: compiz-core
Milestone: None = 0.9.7.10

** Changed in: compiz
   Importance: Undecided = High

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

** Changed in: compiz
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

** Changed in: compiz-core
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

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

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

Title:
  gtk-window-decorator crashes with an X Window System error

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+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 892012] Re: Window management - When a semi-maximised a window is maximised and then restored, the window position jumps and window size changes so the the window title bar is sometimes

2012-07-10 Thread Daniel van Vugt
I'm not sure this should be assigned to unity. Looks like just a compiz
bug (now fixed).

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

Title:
  Window management - When a  semi-maximised a window is maximised and
  then restored, the window position jumps and window size changes so
  the the window title bar is sometimes hidden underneath the top bar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/892012/+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-07-10 Thread Daniel van Vugt
The fix has landed in lp:~compiz-linaro-team/compiz/gles2. So now we
just have to wait till that branch lands in lp:compiz for 0.9.8.0.

** Changed in: compiz
 Assignee: Daniel van Vugt (vanvugt) = Compiz Linaro Team 
(compiz-linaro-team)

** Branch unlinked: lp:~smspillaz/compiz/compiz.gles2.always-swapbuffers

** Branch linked: lp:~compiz-team/compiz/compiz.gles2.always-
swapbuffers.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/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/+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 993397] Re: vdpau not working (well) with Ubuntu12.04 Unity

2012-07-10 Thread bowser
@David Bartley

Are you sure? I tried that already. unchecking 'sync to vBlank' doesn't
work if video goes to fullscreen on my system. Can you check cpu usage
in full screen?

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

Title:
  vdpau not working (well) with Ubuntu12.04 Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/993397/+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 984543] Re: I lost window border

2012-07-10 Thread Launchpad Bug Tracker
[Expired for compiz (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  I lost window border

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