[Compiz] [Bug 642792] Re: ALT+PrtSc not recognised: breaks built-in screenshot function

2011-11-23 Thread MestreLion
Florian Sievers (#31) is right: in a clean Maverick install, 'cat
/proc/sys/kernel/sysrq' (or 'sudo sysctl -a | grep kernel.sysrq') shows
kernel.sysrq=0 , but in fact sysrq's are enabled (and eating up
Alt+PrtScn). If i set it as 'sudo sysctl -w kernel.sysrq=0', supposedly
it wouldn't change anything, since its already 0, but yet it disables
sysrqs and allows me to take windowshots again.  So currently this is
really a mess.

If this is fixed for Natty, Oneric, great. But for Maverick it is not,
so please at least issue an SRU to fix that! It is *very* annoying, and
newcomers and novice users will find this *very* frustrating, to say the
least.

In Lucid, both worlds were happy: Alt+PrnScr alone took windowshots, and
Alt+PrnScr+ triggered Sysrqs. Maverick *should* have the same
behaviour.

Also, as spoken here several times:  this is expected even from Windows
users. Sysrq's can also be triggered with Right Alt (AltGr here) +
PrnScr. Taking windowshots is *far* more common then Sysrqs (meant for
emergencies only).

Those who know what a sysrq is can easily workaround this. Most of
"screenshoters" (=regular users) can not.

Please revert to the expected behavior!

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

Title:
  ALT+PrtSc not recognised: breaks built-in screenshot function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/642792/+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 893998] Re: Fix warnings in CompTimer

2011-11-23 Thread Daniel van Vugt
So you won't like my other suggestion that all projects should use -Wall
and -pedantic too :)

I know, often when using other peoples' code that you have no control
over, you have to ignore some warnings...

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

Title:
  Fix warnings in CompTimer

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/893998/+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 893998] Re: Fix warnings in CompTimer

2011-11-23 Thread Sam Spilsbury
On Thu, Nov 24, 2011 at 10:42 AM, Daniel van Vugt  wrote:
> Maybe try adding this gcc option to prevent similar regressions:
>
> -Werror
>           Make all warnings into errors.
>

Urgh,

Unity uses -Werror and I really don't like it. I have to do a lot of
things during debugging that generate warnings (inline assembly,
printing window id's etc) and this just makes debugging painful. There
are also some header files that we include which generate warnings
because of misuse of #define and friends. Might be better to make it
so that any automated branch merging bot that we'll be deploying in
the future rejects code that generates warnings.

> --
> You received this bug notification because you are a member of Compiz
> Maintainers, which is the registrant for Compiz Core.
> https://bugs.launchpad.net/bugs/893998
>
> Title:
>  Fix warnings in CompTimer
>
> Status in Compiz Core:
>  In Progress
> Status in “compiz” package in Ubuntu:
>  In Progress
>
> Bug description:
>  CompTimer and related classes currently generate warnings
>  because the GLib timeout is a signed integer and that's being compared to an 
> unsigned
>  timeDiff integer from the CompTimer class.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/compiz-core/+bug/893998/+subscriptions
>


-- 
Sam Spilsbury

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

Title:
  Fix warnings in CompTimer

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/893998/+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 763005] Re: Compiz's "Sync to Vblank" makes display stutter/slow with some drivers (like fglrx)

2011-11-23 Thread Daniel van Vugt
To the best of my knowledge, the right direction would be to start by
subscribing to these bugs, all of which are potentially related to
compiz stuttering...

Bug 888039: Compiz performance degrades (begins stuttering) over time

Bug 861061: [regression] Unity makes 3D apps run much slower:
Actually, Unity makes all apps stutter and slow. It's mostly noticeable in 3D 
apps where you care about and often measure framerates.

Bug 880707: [regression] Visible tearing occurs even when "Sync To VBlank" is 
enabled, but only when Unity is active:
It might not sound related, but the fix we're working on for 880707 should 
reduce stuttering and improve compiz performance in general.

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

Title:
  Compiz's "Sync to Vblank" makes display stutter/slow with some drivers
  (like fglrx)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/763005/+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 893998] Re: Fix warnings in CompTimer

2011-11-23 Thread Daniel van Vugt
Maybe try adding this gcc option to prevent similar regressions:

-Werror
   Make all warnings into errors.

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

Title:
  Fix warnings in CompTimer

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/893998/+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 893995] Re: POTFILES is breaking the build

2011-11-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~smspillaz/compiz-core/fix-POTfile-893995

** Branch linked: lp:~smspillaz/compiz-core/fix-timer-warnings-893998

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

Title:
  POTFILES is breaking the build

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/893995/+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 893998] Re: Fix warnings in CompTimer

2011-11-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~smspillaz/compiz-core/fix-timer-warnings-893998

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

Title:
  Fix warnings in CompTimer

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/893998/+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 894108] Re: ubuntu 11.10 nvidia drivers screen does not refresh properly

2011-11-23 Thread Bilal Akhtar
** Project changed: unity => unity-foundations

** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: compiz
   Importance: Undecided
   Status: New

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

Title:
  ubuntu 11.10 nvidia drivers screen does not refresh properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/894108/+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 763005] Re: Compiz's "Sync to Vblank" makes display stutter/slow with some drivers (like fglrx)

2011-11-23 Thread Bucic
Re my comment above. 
Just tried a clean install. Just after installation - all smooth. Right after 
updates - stuttering. Even without installing any fglrx.

and...
"If it didn't help, could you at least push me into the right direction, 
please?"
should be
"It didn't help, so could you at least push me into the right direction, 
please?"

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

Title:
  Compiz's "Sync to Vblank" makes display stutter/slow with some drivers
  (like fglrx)

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

2011-11-23 Thread Chris Coulson
** Changed in: firefox (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/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/+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 894099] Re: compiz: malloc(): smallbin double linked list corrupted when started the spring engine (the engine itself works...)

2011-11-23 Thread Apport retracing service
*** This bug is a duplicate of bug 852383 ***
https://bugs.launchpad.net/bugs/852383

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 #852383, 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/894099/+attachment/2606285/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/894099/+attachment/2606286/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/894099/+attachment/2606287/+files/Disassembly.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/894099/+attachment/2606289/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/894099/+attachment/2606290/+files/Registers.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/894099/+attachment/2606292/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 852383
   compiz crashed with SIGABRT in raise()

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

Title:
  compiz: malloc(): smallbin double linked list corrupted when started
  the spring engine (the engine itself works...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/894099/+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 763005] Re: Compiz's "Sync to Vblank" makes display stutter/slow with some drivers (like fglrx)

2011-11-23 Thread Bucic
@Daniel van Vugt
Sync to VBlank - OFF
Tear-free - ON or OFF - no luck with neither
Computer restarted after every change.

If it didn't help, could you at least push me into the right direction,
please? I've already spent a month fighting with this #$@% and I thought
my ordeal is over after I found this bug report as it fits what I'm
experiencing down to the bit. Well, except the solution...

The only thing that changed after I installed your fix was that I had ~6
seconds of smooth windows dragging after the first computer restart
before the choppiness started while in the past I had only 2 or so. But
as soon as it starts to stutter it's all 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/763005

Title:
  Compiz's "Sync to Vblank" makes display stutter/slow with some drivers
  (like fglrx)

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

2011-11-23 Thread Sean Fitzpatrick
This has been a problem since Natty. I reported it in Bug #796897 which has 
just been marked as a duplicate of this one. As mentioned above it's some kind 
of issue with how compiz is giving focus to windows. (Some things are better in 
Oneiric - for example, in Natty I used to have the problem that the only way to 
give focus to the Contact List window in Empathy was to use the Alt-Tab 
switcher, but this is no longer a problem.)
I can't reproduce it every time I use Ctrl+Alt+Arrows and haven't figured out 
what triggers it exactly. Using the Unity launcher panel to select a window 
avoids the problem, but on a netbook with a trackpad and no mouse it's much 
easier to use the keyboard, and I keep Firefox maximised in its own workspace, 
so I see this at least a few times per day.

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/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/+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 894083] Re: XTerm scrolling/refresh loses characters under compiz

2011-11-23 Thread Tim
I forgot to mention: moving the window causes the missing text to
appear, so this is a refresh/scroll issue, not a 'xterm has actually
lost characters' issue.

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

Title:
  XTerm scrolling/refresh loses characters under compiz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/894083/+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 894083] Re: XTerm scrolling/refresh loses characters under compiz

2011-11-23 Thread Tim
** Attachment added: "Compiz settings exhibiting flaky refresh in xterm/less."
   
https://bugs.launchpad.net/bugs/894083/+attachment/2606200/+files/compiz.2011.11.23b.export.profile

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

Title:
  XTerm scrolling/refresh loses characters under compiz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/894083/+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 894083] [NEW] XTerm scrolling/refresh loses characters under compiz

2011-11-23 Thread Tim
Public bug reported:

Given:

1. An xterm (80x24 but any larger size works too) with
2a.  'less /var/log/Xorg.0.log' (or some other longish file) running in it, or
2b. 'cat /var/log/Xorg.0.log' (or some other longish file) in xterm's 
scrollback, and
3.  compiz enabled (ticked in Cairo dock's 'Composite-Manager' icon)

Then when I (a) press ^L to refresh less's display, or (b) use shift
page up/down to look at the output of cat, it often (95%) results in the
top/bottom few lines failing to display.

These INDEPENDENTLY make xterm display all the characters it should, but
adversely affect compiz's behaviour in other ways:

A. If I disable compiz (toggle with Cairo dock's icon).

B. If I set 'Compiz->Workarounds->General->Force full screen redraws on
repaint'.

The 'Force synchronisation between X and GLX' option does nothing.

It looks to me like a synchronisation issue, as if xterm asks X to clear
its bitmap (in response to less's request) but then starts repainting
the characters it's received from less before before the clear operation
starts - the first few lines are drawn but cleared by the (pending)
clear. Some similar synchronisation clash obtains with the scroll
operations.

I've just run the software update, so this machine is up to date.

Description:Ubuntu 11.10
Release:11.10

less:
  Installed: 444-1ubuntu1
  Candidate: 444-1ubuntu1
  Version table:
 *** 444-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status

xterm:
  Installed: 271-1ubuntu2
  Candidate: 271-1ubuntu2
  Version table:
 *** 271-1ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status

compiz:
  Installed: 1:0.9.6+bzr20110929-0ubuntu6
  Candidate: 1:0.9.6+bzr20110929-0ubuntu6
  Version table:
 *** 1:0.9.6+bzr20110929-0ubuntu6 0
500 http://gb.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:0.9.6+bzr20110929-0ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages

[32.577] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[32.627] (II) Module fbdevhw: vendor="X.Org Foundation"
[32.627]compiled for 1.10.4, module version = 0.0.2
[32.627]ABI class: X.Org Video Driver, version 10.0
[32.628] (II) RADEON(0): Creating default Display subsection in Screen 
section
"Default Screen Section" for depth/fbbpp 24/32
[32.628] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[32.628] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp 
pixmaps)
[32.628] (==) RADEON(0): Default visual is TrueColor
[32.628] (==) RADEON(0): RGB weight 888
[32.628] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[32.628] (--) RADEON(0): Chipset: "ATI Mobility Radeon 4500 Series" (ChipID 
= 0x9553)
[32.628] (II) RADEON(0): PCIE card detected
[32.628] drmOpenDevice: node name is /dev/dri/card0

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


** Tags: compiz corruption refresh scroll xterm

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

Title:
  XTerm scrolling/refresh loses characters under compiz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/894083/+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 878998] Re: Workspaces - Desktop wall switches desktop if I click on two different workspaces (once on each) quickly after each other

2011-11-23 Thread John Lea
** Summary changed:

- Desktop wall switches desktop if I click on two different workspaces (once on 
each) quickly after each other
+ Workspaces - Desktop wall switches desktop if I click on two different 
workspaces (once on each) quickly after each other

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

Title:
  Workspaces - Desktop wall switches desktop if I click on two different
  workspaces (once on each) quickly after each other

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/878998/+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 878998] Re: Desktop wall switches desktop if I click on two different workspaces (once on each) quickly after each other

2011-11-23 Thread John Lea
** Tags added: udp

** Also affects: unity
   Importance: Undecided
   Status: New

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ayatana-design
 Assignee: (unassigned) => John Lea (johnlea)

** Changed in: ayatana-design
   Importance: Undecided => High

** Changed in: ayatana-design
   Status: Invalid => Triaged

** Changed in: unity (Ubuntu)
   Status: New => Confirmed

** Changed in: unity
Milestone: None => backlog

** Changed in: unity
   Status: New => Confirmed

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

Title:
  Workspaces - Desktop wall switches desktop if I click on two different
  workspaces (once on each) quickly after each other

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/878998/+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 749986] Re: Resizing LO window from bottom right brings up pop-up and undesirable effects

2011-11-23 Thread Sebastien Bacher
It seems like libreoffice its trying to handle gtk widgets its own way
and get confused there, that's not desktop dependent so likely a
libreoffice issue

** Changed in: libreoffice (Ubuntu Precise)
 Assignee: (unassigned) => Canonical Desktop Team (canonical-desktop-team)

** Changed in: compiz (Ubuntu Precise)
   Status: Confirmed => Invalid

** No longer affects: unity

** No longer affects: compiz (Ubuntu)

** Changed in: unity (Ubuntu Precise)
   Status: Confirmed => 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/749986

Title:
  Resizing LO window from bottom right brings up pop-up and undesirable
  effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/749986/+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 749986] Re: Resizing LO window from bottom right brings up pop-up and undesirable effects

2011-11-23 Thread Sebastien Bacher
the issue is not an unity or compiz one, it happens under GNOME3 or
unity-2d

** Changed in: unity
   Status: Confirmed => 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/749986

Title:
  Resizing LO window from bottom right brings up pop-up and undesirable
  effects

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

2011-11-23 Thread Alexander Schneider
I have a Sony Vaio Z13 and it happens with the intel card and the nvidia
card. I found this:

https://wiki.archlinux.org/index.php/Compiz_Troubleshooting#Context_menu_in_applications_.28firefox.2C_3F.29_disappears_on_mouseover

But it doen't helped for me.

-- 
You 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/+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 876198] Re: When switching workspaces with rotate/cube previous Ws contents are momentarily displayed

2011-11-23 Thread Rafael Brandão
More than 1 month and this bug is still unassigned... that's very sad!
This 11.10 version really disappointed me

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

Title:
  When switching workspaces with rotate/cube previous Ws contents are
  momentarily displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/876198/+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 749986] Re: Resizing LO window from bottom right brings up pop-up and undesirable effects

2011-11-23 Thread Sebastien Bacher
** Also affects: compiz (Ubuntu Precise)
   Importance: Medium
   Status: Confirmed

** Also affects: libreoffice (Ubuntu Precise)
   Importance: Medium
   Status: Confirmed

** Also affects: light-themes (Ubuntu Precise)
   Importance: Medium
   Status: Confirmed

** Also affects: unity (Ubuntu Precise)
   Importance: Medium
   Status: Confirmed

** Changed in: compiz (Ubuntu Precise)
   Importance: Medium => High

** Changed in: libreoffice (Ubuntu Precise)
   Importance: Medium => 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/749986

Title:
  Resizing LO window from bottom right brings up pop-up and undesirable
  effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/749986/+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 888704] Re: Closing one window sends others to the background

2011-11-23 Thread John Lea
** Description changed:

  Similar to this bug which was fixed in Ubuntu 10.11, Ubuntu 11.10 has this 
bug again:
  https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/671459
  
  After updating to 11.10, if I have a few non-fullscreen windows on top
  of a fullscreen window, if I close one of the non-fullscreen windows,
  the other non-fullscreen windows are pushed behind the fullscreen window
  in the focus stack.
  
  Related AskUbuntu question:
  
http://askubuntu.com/questions/69920/closing-one-window-sends-others-to-the-background
  
- ProblemType: Bug
- DistroRelease: Ubuntu 11.10
- Package: compiz 1:0.9.6+bzr20110929-0ubuntu6
- ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
- Uname: Linux 3.0.0-13-generic x86_64
- NonfreeKernelModules: nvidia
- .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
- .proc.driver.nvidia.registry: Binary: ""
- .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86_64 Kernel Module  285.05.09  Fri Sep 23 
17:31:57 PDT 2011
-  GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
- .tmp.unity.support.test.0:
-  
- ApportVersion: 1.23-0ubuntu4
- Architecture: amd64
- CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,move,imgpng,place,firepaint,gnomecompat,vpswitch,resize,mousepoll,session,snap,regex,unitymtgrabhandles,wall,animation,expo,ezoom,workarounds,fade,scale,unityshell]
- CompositorRunning: compiz
- Date: Thu Nov 10 13:07:34 2011
- DistUpgraded: Log time: 2011-10-18 10:38:13.223776
- DistroCodename: oneiric
- DistroVariant: ubuntu
- GraphicsCard:
-  nVidia Corporation G94 [Quadro FX 1800] [10de:0638] (rev a1) (prog-if 00 
[VGA controller])
-Subsystem: nVidia Corporation Device [10de:062c]
- InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
- JockeyStatus:
-  xorg:nvidia_173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, 
Not in use)
-  xorg:nvidia_173_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not 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: Hewlett-Packard HP Z600 Workstation
- PackageArchitecture: all
- ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-13-generic 
root=UUID=d68582ec-f48b-4e36-8cbf-e365293a2e70 ro quiet splash vt.handoff=7
- SourcePackage: compiz
- UpgradeStatus: Upgraded to oneiric on 2011-10-18 (23 days ago)
- dmi.bios.date: 10/13/2010
- dmi.bios.vendor: Hewlett-Packard
- dmi.bios.version: 786G4 v03.13
- dmi.board.asset.tag: 2UA0500096
- dmi.board.name: 0B54h
- dmi.board.vendor: Hewlett-Packard
- dmi.board.version: D
- dmi.chassis.asset.tag: 2UA0500096
- dmi.chassis.type: 6
- dmi.chassis.vendor: Hewlett-Packard
- dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G4v03.13:bd10/13/2010:svnHewlett-Packard:pnHPZ600Workstation:pvr:rvnHewlett-Packard:rn0B54h:rvrD:cvnHewlett-Packard:ct6:cvr:
- dmi.product.name: HP Z600 Workstation
- dmi.sys.vendor: Hewlett-Packard
- version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6
- version.ia32-libs: ia32-libs 20090808ubuntu26
- version.libdrm2: libdrm2 2.4.26-1ubuntu1
- version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
- version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
- version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
- version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
- version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
- version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
- version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
- version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.15.901-1ubuntu2.1
- version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
+ -
+ To Reproduce:
+ - go to an empty workspace
+ - run one instance of an application maximized and two instances of another 
ones (i.e nautilus)
+ - give focus to the first one
+ - use the unity launcher or alt-tab to go to the other application, the two 
instances are raised
+ - close one
+ 
+ What happens:
+ - the second instance of the application focussed goes to the background
+ 
+ What should happen:
+ - things should stay stacked as there were

** Tags added: udp

** Also affects: ayatana-design
   Importance: Undecided
   Status: New

** Changed in: ayatana-design
 Assignee: (unassigned) => John Lea (johnlea)

** Changed in: ayatana-design
   Importance: Undecided => Critical

** Changed in: ayatana-design
   Status: New => 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/888704

Title:
  Closing one window sends others to the background

To manage notifications about this bug go to:
https:/

[Compiz] [Bug 888704] Re: Closing one window sends others to the background

2011-11-23 Thread Didier Roche
** Also affects: unity-distro-priority
   Importance: Undecided
   Status: New

** Changed in: unity-distro-priority
   Status: New => 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/888704

Title:
  Closing one window sends others to the background

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-distro-priority/+bug/888704/+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 893998] [NEW] Fix warnings in CompTimer

2011-11-23 Thread Sam Spilsbury
Public bug reported:

CompTimer and related classes currently generate warnings
because the GLib timeout is a signed integer and that's being compared to an 
unsigned
timeDiff integer from the CompTimer class.

** Affects: compiz-core
 Importance: Undecided
 Assignee: Sam Spilsbury (smspillaz)
 Status: In Progress

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Assignee: Sam Spilsbury (smspillaz)
 Status: In Progress

** Changed in: compiz-core
   Status: New => In Progress

** Changed in: compiz-core
Milestone: None => 0.9.6

** Changed in: compiz-core
 Assignee: (unassigned) => Sam Spilsbury (smspillaz)

** Changed in: compiz (Ubuntu)
   Status: New => In Progress

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) => Sam Spilsbury (smspillaz)

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

Title:
  Fix warnings in CompTimer

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/893998/+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 893995] [NEW] POTFILES is breaking the build

2011-11-23 Thread Sam Spilsbury
Public bug reported:

There are some files left behind in POTFILES.in which break the build because 
they can't
be found for translations

** Affects: compiz-core
 Importance: Undecided
 Assignee: Sam Spilsbury (smspillaz)
 Status: In Progress

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Assignee: Sam Spilsbury (smspillaz)
 Status: In Progress

** Changed in: compiz-core
   Status: New => In Progress

** Changed in: compiz-core
Milestone: None => 0.9.6

** Changed in: compiz-core
 Assignee: (unassigned) => Sam Spilsbury (smspillaz)

** Changed in: compiz (Ubuntu)
   Status: New => In Progress

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) => Sam Spilsbury (smspillaz)

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

Title:
  POTFILES is breaking the build

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/893995/+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 753144] Re: focused, or maximized windows blank

2011-11-23 Thread sordna
I just tried the 290.10 package but it doesn't solve the other issue I'm seeing 
(when the compiz desktop cube finishes a rotation,
the windows of the previous face re-appear for a split second).

Sam Spilsbury in comment #157 said he has a fix, Sam, what's the status
on that one? Is there a more relevant bug report to follow about this?

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

Title:
  focused, or maximized windows blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/753144/+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 735370] Re: drop menus disapear in use

2011-11-23 Thread Chris Coulson
*** This bug is a duplicate of bug 872207 ***
https://bugs.launchpad.net/bugs/872207

** This bug has been marked a duplicate of bug 872207
   When Firefox is running in Unity, drop-down menus sometime close when opened

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

Title:
  drop menus disapear in use

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/735370/+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 749986] Re: Resizing LO window from bottom right brings up pop-up and undesirable effects

2011-11-23 Thread Omer Akram
We try to make the bug description as simple as possible, less is more,
The first 10 lines in the description of this bug report are not really
of any use for the developers, when I edited description it started with
the steps to reproduce the problem and nothing I believe it more
efficient for developers to see the bug themselves.

** Description changed:

- 1) lsb_release -rd
- Description:  Ubuntu 11.04
- Release:  11.04
-   
- 2) apt-cache policy libreoffice-calc
- libreoffice-calc:
-   Installed: 1:3.3.2-1ubuntu5
-   Candidate: 1:3.3.2-1ubuntu5
-   Version table:
-  *** 1:3.3.2-1ubuntu5 0
- 500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
- 100 /var/lib/dpkg/status
-  1:3.3.2-1ubuntu4 0
- 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
+ Ubuntu 11.10
+ libreoffice 1:3.4.3-3ubuntu2
  
  3) What is expected to happen is one may resize a LibreOffice window
  from the bottom right by putting the mouse icon to the bottom right of
  the window, click and hold, and move the window size as desired.
  
  4) What happens instead is if the white arrow pointing down and to the
  right, clicking will bring up the File Menu, as well undesirable affects
  (ex. the whole sheet is highlighted but clicking inside does not
  unhighlight, can no longer resize). Other corners and sides works fine
  for resizing the window. A screenshot of this problem: 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/749986/+attachment/2078779/+files/Libreoffice_resize-grip.png
  
  WORKAROUND: Resize using the top left and right corners or ALT+F8 and
  use the keyboard.
  
  WORKAROUND: create a .gtkrc-2.0__libreoffice file in your home
  directory, with the following content:
  
  style "default-style"
  {
-   GtkWindow::resize-grip-height = 0
-   GtkWindow::resize-grip-width = 0
+   GtkWindow::resize-grip-height = 0
+   GtkWindow::resize-grip-width = 0
  }
  
  class "GtkWidget" style "default-style"
  
  and then launch libreoffice writer (or another component) with the command:
  GTK2_RC_FILES=.gtkrc-2.0__libreoffice libreoffice -writer
  
  WORKAROUND: Make sure the black arrow pointing down and right shows up,
  then resize is successful.

** Changed in: libreoffice (Ubuntu)
   Status: Triaged => 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/749986

Title:
  Resizing LO window from bottom right brings up pop-up and undesirable
  effects

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

2011-11-23 Thread Daniel Lo Nigro
Hmm, interesting. Using gtk-window-decorator seems to have fixed it for
me, in Chrome and Opera at least.

-- 
You 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/+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 796897] Re: Context menus don't work properly after keyboard-based workspace navigation in Unity

2011-11-23 Thread Chris Coulson
*** This bug is a duplicate of bug 872207 ***
https://bugs.launchpad.net/bugs/872207

** This bug has been marked a duplicate of bug 872207
   When Firefox is running in Unity, drop-down menus sometime close when opened

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

Title:
  Context menus don't work properly after keyboard-based workspace
  navigation in Unity

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

2011-11-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: firefox (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/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/+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 872207] Re: When Firefox is running in Unity, drop-down menus sometime close when opened

2011-11-23 Thread Chris Coulson
** Also affects: firefox (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/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/+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 872207] Re: When Firefox is running in Unity, drop-down menus sometime close when opened

2011-11-23 Thread Didier Roche
same with thunderbird sometimes

** Also affects: unity-distro-priority
   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/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/+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 888704] Re: Closing one window sends others to the background

2011-11-23 Thread Sebastien Bacher
Confirmed on Oneirc:
- go to an empty workspace
- run one instance of an application and two instances of another ones (i.e 
nautilus)
- give focus to the first one
- use the unity launcher or alt-tab to go to the other application, the two 
instances are raised
- close one

What happens:
- the second instance of the application focussed goes to the background

What should happen:
- things should stay stacked as there were

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

Title:
  Closing one window sends others to the background

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/888704/+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 749986] Re: Resizing LO window from bottom right brings up pop-up and undesirable effects

2011-11-23 Thread Christopher M. Penalver
Omer Akram (om26er), please do not de-comment the bug description, as it
is helpful for developers to know the information that was placed in
there. Thank you for your understanding.

** Description changed:

- Ubuntu 11.04 11.10
+ 1) lsb_release -rd
+ Description:  Ubuntu 11.04
+ Release:  11.04
+   
+ 2) apt-cache policy libreoffice-calc
+ libreoffice-calc:
+   Installed: 1:3.3.2-1ubuntu5
+   Candidate: 1:3.3.2-1ubuntu5
+   Version table:
+  *** 1:3.3.2-1ubuntu5 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  1:3.3.2-1ubuntu4 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
  
- 1. start libreoffice main window
- 2. try to click on the bottom right part of the window (from where the window 
is resized)
+ 3) What is expected to happen is one may resize a LibreOffice window
+ from the bottom right by putting the mouse icon to the bottom right of
+ the window, click and hold, and move the window size as desired.
  
- What happens
- On click very weird results will be noted, screenshots for those weird 
problems can be seen through out the bug report as attached screenshots.
+ 4) What happens instead is if the white arrow pointing down and to the
+ right, clicking will bring up the File Menu, as well undesirable affects
+ (ex. the whole sheet is highlighted but clicking inside does not
+ unhighlight, can no longer resize). Other corners and sides works fine
+ for resizing the window. A screenshot of this problem: 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/749986/+attachment/2078779/+files/Libreoffice_resize-grip.png
+ 
+ WORKAROUND: Resize using the top left and right corners or ALT+F8 and
+ use the keyboard.
+ 
+ WORKAROUND: create a .gtkrc-2.0__libreoffice file in your home
+ directory, with the following content:
+ 
+ style "default-style"
+ {
+   GtkWindow::resize-grip-height = 0
+   GtkWindow::resize-grip-width = 0
+ }
+ 
+ class "GtkWidget" style "default-style"
+ 
+ and then launch libreoffice writer (or another component) with the command:
+ GTK2_RC_FILES=.gtkrc-2.0__libreoffice libreoffice -writer
+ 
+ WORKAROUND: Make sure the black arrow pointing down and right shows up,
+ then resize is successful.

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

Title:
  Resizing LO window from bottom right brings up pop-up and undesirable
  effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/749986/+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 are not always shown

2011-11-23 Thread Sebastien Bacher
The issue often happens on launchpad has well and was discussed before
with the firefox maintainer who said it's a compiz issue, giving focus
to something else and back to firefox indeed workarounds it

** Project changed: unity => compiz

** Changed in: compiz
   Importance: Undecided => High

** Changed in: compiz
   Status: Incomplete => Confirmed

** Summary changed:

- When Firefox is running in Unity, drop-down menus are not always shown
+ When Firefox is running in Unity, drop-down menus sometime close when opened

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

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

** 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/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/+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 872207] [NEW] When Firefox is running in Unity, drop-down menus sometime close when opened

2011-11-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is something which used to happen regularly though not always (I
switched to using fallback mode for a while because of it).  Basically,
drop-down menus in Firefox such as RSS feeds (or in Natty without the
global menu the normal application menus were affected too) are simply
not shown when clicked on.  Context menus also fail to appear.  This
often disappeared for no apparent reason after I had used Firefox for a
while.  I haven't seen it for a while, but it has just re-appeared,
possibly because I started Unity as "unity --replace" since I am
currently testing an application's behaviour with different window
managers.

I'm sorry if this information is a bit threadbare.  Please let me know
if I can provide any additional helpful information.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.22.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,regex,snap,compiztoolbox,place,gnomecompat,resize,session,grid,mousepoll,animation,move,workarounds,imgpng,expo,wall,unitymtgrabhandles,vpswitch,fade,scale,ezoom,unityshell]
CompositorRunning: compiz
Date: Tue Oct 11 11:57:45 2011
DistUpgraded: Log time: 2011-09-08 12:02:24.781017
DistroCodename: oneiric
DistroVariant: ubuntu
DkmsStatus: vboxhost, 4.1.4, 3.0.0-12-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:040a]
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
MachineType: Dell Inc. Latitude E6410
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=062b1769-7309-4422-a59c-ad30b109d53c ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-27 (14 days ago)
dmi.bios.date: 11/20/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0667CC
dmi.board.vendor: Dell Inc.
dmi.board.version: A03
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd11/20/2010:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn0667CC:rvrA03:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6410
dmi.product.version: 0001
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu3
version.ia32-libs: ia32-libs 20090808ubuntu25
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: compiz
 Importance: High
 Status: Confirmed

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


** Tags: amd64 apport-bug compiz-0.9 oneiric running-unity ubuntu
-- 
When Firefox is running in Unity, drop-down menus sometime close when opened
https://bugs.launchpad.net/bugs/872207
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 770283] Re: [fglrx]title bar does not update on non-maximized windows

2011-11-23 Thread David Raid
Didn't fix it for me, I'm afraid. Strangely, I've found when I use Skype
for an extended period of time, sometimes the window decorations begin
to work correctly, updating themselves in real time as they should. A
reboot or logout reverts it back to the broken state. Very odd.

-- 
You 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/+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 753144] Re: focused, or maximized windows blank

2011-11-23 Thread Justin
I should also mention that whatever Nvidia did seems to have fixed the
other problems I was having too.  Audio no longer skips when something
using blur is active (such as the alt+tab switcher), the desktop grid
isn't all jumpy anymore, moving windows around is smooth, and it doesn't
seem any effects (like the Super+W widow picker) are planning on
crashing Unity anymore.

Everything is actually working smoothly!  You guys should really
consider pushing the new driver to the main repos as a (critical) bug
fix release or whatever.  Well, maybe after some more testing, it has
only been a few hours after all...my computer could explode any minute
for all I know ;)

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

Title:
  focused, or maximized windows blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/753144/+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 886442] Re: Expo launched with edge binding from locked screen

2011-11-23 Thread Sebastien Bacher
** Package changed: gnome-screensaver (Ubuntu) => compiz (Ubuntu)

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

Title:
  Expo launched with edge binding from locked screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/886442/+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 749986] Re: Resizing LO window from bottom right brings up pop-up and undesirable effects

2011-11-23 Thread Omer Akram
** Description changed:

- Binary package hint: libreoffice
+ Ubuntu 11.04 11.10
  
- 1) lsb_release -rd
- Description:  Ubuntu 11.04
- Release:  11.04
+ 1. start libreoffice main window
+ 2. try to click on the bottom right part of the window (from where the window 
is resized)
  
- 2) apt-cache policy libreoffice-calc
- libreoffice-calc:
-   Installed: 1:3.3.2-1ubuntu5
-   Candidate: 1:3.3.2-1ubuntu5
-   Version table:
-  *** 1:3.3.2-1ubuntu5 0
- 500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
- 100 /var/lib/dpkg/status
-  1:3.3.2-1ubuntu4 0
- 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
- 
- 3) What is expected to happen is one may resize a LibreOffice window
- from the bottom right by putting the mouse icon to the bottom right of
- the window, click and hold, and move the window size as desired.
- 
- 4) What happens instead is if the white arrow pointing down and to the
- right, clicking will bring up the File Menu, as well undesirable affects
- (ex. the whole sheet is highlighted but clicking inside does not
- unhighlight, can no longer resize). Other corners and sides works fine
- for resizing the window.
- 
- WORKAROUND: Make sure the black arrow pointing down and right shows up,
- then resize is successful.
+ What happens
+ On click very weird results will be noted, screenshots for those weird 
problems can be seen through out the bug report as attached screenshots.

** Changed in: light-themes (Ubuntu)
   Status: New => Confirmed

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

Title:
  Resizing LO window from bottom right brings up pop-up and undesirable
  effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/749986/+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 753144] Re: focused, or maximized windows blank

2011-11-23 Thread Justin
It seems this bug has been fixed in the latest nvidia-current.
https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/+sourcepub/2087988
/+listing-archive-extra

I was using GNOME Shell, but I've switched back to Unity and haven't had
any issues for the passed few hours.  It's funny, I just ordered a new
graphics card yesterday!

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

Title:
  focused, or maximized windows blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/753144/+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 886442] [NEW] Expo launched with edge binding from locked screen

2011-11-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When Expo is bound to a screen edge (in my case the bottom right corner)
and the screen is locked and off, waking the display by moving directly
to the edge will activate Expo.  The password prompt is displayed in
each virtual desktop, as well as the unity launcher and the top panel,
as one would see them logged in.

One cannot use anything in the launcher or panel, but information such
as what windows are open, and perhaps tray notifications (I didn't test
this), are visible.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-screensaver 3.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sat Nov  5 00:08:09 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110921.2)
SourcePackage: gnome-screensaver
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity
-- 
Expo launched with edge binding from locked screen
https://bugs.launchpad.net/bugs/886442
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 749986] Re: Resizing LO window from bottom right brings up pop-up and undesirable effects

2011-11-23 Thread Omer Akram
I suggest someone propose the workaround for light-themes and I'll
happily work to get it uploaded to archives. added compiz as affects so
that the real fix for the problem could also be looked into.

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

** Changed in: unity
   Importance: Undecided => Medium

** Also affects: light-themes (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: light-themes (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/749986

Title:
  Resizing LO window from bottom right brings up pop-up and undesirable
  effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/749986/+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 763005] Re: Compiz's "Sync to Vblank" makes display stutter/slow with some drivers (like fglrx)

2011-11-23 Thread Daniel van Vugt
** Changed in: compiz (Ubuntu)
   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/763005

Title:
  Compiz's "Sync to Vblank" makes display stutter/slow with some drivers
  (like fglrx)

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