[Compiz] [Bug 1036752] Re: [quantal] [regression] Gnome Classic has no compiz plugins loaded

2012-09-28 Thread Doug McMahon
Probably not the place to mention other than atm not sure how you'll implement 
this so - 
It appears here if using a .ini that while most of the default plugins suitable 
to Fallback work the vpswitcher seems lacking
Only has 'general' options & there doesn't seem to be any  way to switch 
viewports except thru expo
(& super+s doesn't work in fallback

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

Title:
  [quantal] [regression] Gnome Classic has no compiz plugins loaded

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

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


[Compiz] [Bug 1036752] Re: [quantal] [regression] Gnome Classic has no compiz plugins loaded

2012-09-28 Thread Sam Spilsbury
Hi Jason,

The way we made this work back in the days of Natty was to just use an
environment variable to switch between the two sessions. This was done
through /etc/compizconfig/config .

That mechanism should still be there. As long as COMPIZ_CONFIG_PROFILE
is set to "" in a gnome-classic session, it should pick the "general"
profile.

As far as I can tell, we aren't shipping a Default.ini in
/etc/compizconfig/ If we just ship that there with a list of plugins to
load, it should just pick 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/1036752

Title:
  [quantal] [regression] Gnome Classic has no compiz plugins loaded

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

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


[Compiz] [Bug 410045] Re: Compiz uses the "most relevant" and not the "most recent" option.

2012-09-28 Thread Launchpad Bug Tracker
[Expired for Compiz because there has been no activity for 60 days.]

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

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

Title:
  Compiz uses the "most relevant" and not the "most recent" option.

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

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


[Compiz] [Bug 1036752] Re: [quantal] [regression] Gnome Classic has no compiz plugins loaded

2012-09-28 Thread Ubuntu Foundation's Bug Bot
The attachment "compiz_system_ini_v3.patch" of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  [quantal] [regression] Gnome Classic has no compiz plugins loaded

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

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


[Compiz] [Bug 986208] Re: Compiz does not remember user preferences upon system restart

2012-09-28 Thread Tan Zong Xuan
The fact that Comment #3 works most likely means that when the Unity
plugin is loaded, it rewrites the settings/keybindings to some kind of
(hardcoded?) default setting. Why should it be doing this? Shouldn't it
respect the user's preferences and not rewrite the keybindings unless
specifically told to do so (by pressing a Reset to Defaults button)?

In the case that certain settings or bindings might conflict with the
operation of Unity (which doesn't seem to be the case here), then the
right thing to do would be to have a dialogue pop up, informing users of
the conflict, rather than silently changing settings to make things work
with 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/986208

Title:
  Compiz does not remember user preferences upon system restart

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

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


[Compiz] [Bug 1036752] Re: [quantal] [regression] Gnome Classic has no compiz plugins loaded

2012-09-28 Thread Jason Conti
Alright, ideally I would use gsettings, but I cannot figure out how to
set up the default plugins without running some sort of script in the
user session to set the keys if they are not already set.

So, my thought is that we can just use the ini backend but with the
attached patch to compizconfig/libcompizconfig/backend/source/ini.c.

This patch allows compiz to fallback to a .ini profile in
/etc/compizconfig/ to read settings if the value is not already set in
the user .ini file in ~/.config/compiz-1/compizconfig/. With the
addition of a simple Default.ini to /etc/compizconfig/ such as:

[core]
s0_active_plugins = 
core;composite;opengl;compiztoolbox;decor;vpswitch;snap;mousepoll;resize;place;move;wall;grid;regex;imgpng;session;gnomecompat;animation;fade;workarounds;scale;expo;ezoom

the Gnome Classic session will load up with a nice default set of
plugins.

Technically it only needs to fallback for a List option to fix this
issue, but I added them all anyway. Probably needs some testing and
perhaps fixing.

** Patch added: "compiz_system_ini_v3.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1036752/+attachment/3353860/+files/compiz_system_ini_v3.patch

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

Title:
  [quantal] [regression] Gnome Classic has no compiz plugins loaded

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

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


[Compiz] [Bug 862430] Re: window flicker for a short time after switching workspaces

2012-09-28 Thread mia1dolfan
> or more likely you are forced to update because these packages are
unmaintained and eventually it breaks the apt-get dependency chain, undo
the hold with these commands...

It happened.  I did a dist-upgrade, Unity updated, Compiz didn't.  I
ended up with a Desktop with no Unity.  Compiz errors showed...

compiz (core) - Error: Couldn't load plugin '/usr/lib/compiz/libunityshell.so' 
: /usr/lib/compiz/libunityshell.so: undefined symbol: 
_ZN10CompOption7setNameEPKcNS_4TypeE
compiz (core) - Error: Couldn't load plugin 'unityshell'

until I...

echo compiz install | sudo dpkg --set-selections
echo compiz-core install | sudo dpkg --set-selections
sudo apt-get upgrade

No more Cube again...  It's only being a year now, look at the first
post.  At this point the options for a user are, no-dist upgrade, or set
unity on dpkg hold, or no cube.  I'm surprised things worked this long
with the unmaintained repo.  For the impatient, well, be patient,
eventually we will all move on to something else and not care anymore.

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

Title:
  window flicker for a short time after switching workspaces

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

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


[Compiz] [Bug 1058284] Re: compiz crashed with SIGSEGV in glXDestroyContext()

2012-09-28 Thread Jim Leinweber
*** This bug is a duplicate of bug 1058288 ***
https://bugs.launchpad.net/bugs/1058288

Updating on 9/28/2012 seems to have fixed this.  Thanks!

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

Title:
  compiz crashed with SIGSEGV in glXDestroyContext()

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

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


[Compiz] [Bug 1054034] Re: some migrations do not write gsettings values correctly, resulting in keyboard shortcuts not saved in precise->quantal upgrade

2012-09-28 Thread Ted Gould
Marking as Low since it only returns the values to the defaults.  It
still makes a very usable system (perhaps more so ;-) ) and only
requires resetting the hotkeys to fix.  It is also very hard to
reproduce and is likely to not effect that many users.

** Changed in: unity-foundations
   Importance: High => Low

** Changed in: unity-foundations
 Assignee: Ted Gould (ted) => (unassigned)

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

Title:
  some migrations do not write gsettings values correctly, resulting in
  keyboard shortcuts not saved in precise->quantal upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-foundations/+bug/1054034/+subscriptions

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


[Compiz] [Bug 111939] Re: Alt-Tab - Not possible to alt-tab during a drag-and-drop operation

2012-09-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (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/111939

Title:
  Alt-Tab - Not possible to alt-tab during a drag-and-drop operation

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

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


[Compiz] [Bug 111939] Re: Alt-Tab - Not possible to alt-tab during a drag-and-drop operation

2012-09-28 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/111939

Title:
  Alt-Tab - Not possible to alt-tab during a drag-and-drop operation

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

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


[Compiz] [Bug 1058284] Re: compiz crashed with SIGSEGV in glXDestroyContext()

2012-09-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1058288 ***
https://bugs.launchpad.net/bugs/1058288

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 #1058288, 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/1058284/+attachment/3352975/+files/CoreDump.gz

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

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1058284/+attachment/3352988/+files/ProcMaps.txt

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

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

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1058284/+attachment/3352992/+files/Stacktrace.txt

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

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

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

Title:
  compiz crashed with SIGSEGV in glXDestroyContext()

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

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


[Compiz] [Bug 1004475] Re: Slow Launcher after resume from suspend

2012-09-28 Thread Greg Michalec
vanvugt,

It doesn't appear to be a memory issue:

Before suspend: 
2000 dameat 20   0 1448M  115M 43748 S  4.0  3.0  3:50.31 compiz

After suspend:
2000 dameat 20   0 1448M  115M 43748 S  7.0  3.0  3:52.53 compiz

This is on up-to-date 12.10 beta 2.

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

Title:
  Slow Launcher after resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1004475/+subscriptions

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


[Compiz] [Bug 1058284] Re: compiz crashed with SIGSEGV in glXDestroyContext()

2012-09-28 Thread Jim Leinweber
** Visibility changed to: Public

** This bug has been flagged as a security vulnerability

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

Title:
  compiz crashed with SIGSEGV in glXDestroyContext()

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

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


[Compiz] [Bug 1058255] Re: compiz crashed with SIGSEGV in g_type_check_is_value_type()

2012-09-28 Thread Apport retracing service
*** This bug is a duplicate of bug 934441 ***
https://bugs.launchpad.net/bugs/934441

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 #934441, 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/1058255/+attachment/3352819/+files/CoreDump.gz

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

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1058255/+attachment/3352834/+files/ProcMaps.txt

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

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

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1058255/+attachment/3352838/+files/Stacktrace.txt

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

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

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

Title:
  compiz crashed with SIGSEGV in g_type_check_is_value_type()

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

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


[Compiz] [Bug 1058253] Re: compiz crashed with SIGABRT in raise()

2012-09-28 Thread Apport retracing service
*** This bug is a duplicate of bug 750386 ***
https://bugs.launchpad.net/bugs/750386

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 #750386, 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/1058253/+attachment/3352787/+files/CoreDump.gz

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

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1058253/+attachment/3352802/+files/ProcMaps.txt

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

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

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1058253/+attachment/3352806/+files/Stacktrace.txt

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

** This bug has been marked a duplicate of bug 750386
   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/1058253

Title:
  compiz crashed with SIGABRT in raise()

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

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


[Compiz] [Bug 1055126] Re: dash preview animation is slow on high resolution screens (also fullscreen mode)

2012-09-28 Thread Omer Akram
** No longer affects: 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/1055126

Title:
  dash preview animation is slow on high resolution screens (also
  fullscreen mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1055126/+subscriptions

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


[Compiz] [Bug 1058111] Re: compiz crashed with SIGSEGV in g_signal_emit_valist()

2012-09-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1054499 ***
https://bugs.launchpad.net/bugs/1054499

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 #1054499, 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/1058111/+attachment/3351771/+files/CoreDump.gz

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

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1058111/+attachment/3351787/+files/ProcMaps.txt

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

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

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1058111/+attachment/3351791/+files/Stacktrace.txt

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

** This bug has been marked a duplicate of bug 1054499
   compiz crashed with SIGSEGV in g_signal_emit_valist()

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

Title:
  compiz crashed with SIGSEGV in g_signal_emit_valist()

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

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


[Compiz] [Bug 1030022] Re: Port from legacy Xlib to to modern XCB

2012-09-28 Thread Fred
** Changed in: spectrwm (Ubuntu)
   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/1030022

Title:
  Port from legacy Xlib to to modern XCB

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

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


[Compiz] [Bug 833729] Re: compiz crashed with SIGSEGV in CompositeScreen::compositingActive()

2012-09-28 Thread Oti Humbel
The problem affects NX, too.
Both NX Client and NoMachine Player.
Even with the newest Unity update from today.

The workaround still is:
  cd /usr/lib/nux
  sudo mv unity_support_test unity_support_test.original
  sudo ln -s /bin/false unity_support_test

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

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

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

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


[Compiz] [Bug 1058015] Re: compiz crashed with SIGSEGV in g_signal_emit_valist()

2012-09-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1054499 ***
https://bugs.launchpad.net/bugs/1054499

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 #1054499, 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/1058015/+attachment/3351254/+files/CoreDump.gz

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

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1058015/+attachment/3351269/+files/ProcMaps.txt

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

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

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1058015/+attachment/3351273/+files/Stacktrace.txt

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

** This bug has been marked a duplicate of bug 1054499
   compiz crashed with SIGSEGV in g_signal_emit_valist()

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

Title:
  compiz crashed with SIGSEGV in g_signal_emit_valist()

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

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


[Compiz] [Bug 1058015] Re: compiz crashed with SIGSEGV in g_signal_emit_valist()

2012-09-28 Thread Thomas M Steenholdt
*** This bug is a duplicate of bug 1054499 ***
https://bugs.launchpad.net/bugs/1054499


** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in g_signal_emit_valist()

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

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


[Compiz] [Bug 1048230] Re: display freezes

2012-09-28 Thread Kiwinote
After installing https://launchpad.net/~tjaalton/+archive/ppa/+files
/xserver-xorg-video-intel_2.20.8-0ubuntu2.1_i386.deb and restarting , I
can still reproduce this, so unduping.

** This bug is no longer a duplicate of bug 966744
   [i965] Resume from suspend leaves me with black screen or a screen of the 
desktop before it suspended. Compiz hung in intel_update_renderbuffers() from 
intel_prepare_render() from brw_draw_prims()

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

Title:
  display freezes

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

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


[Compiz] [Bug 92599] Re: Incorrect (low/stuttering) refresh rate with NVIDIA driver

2012-09-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/compiz/ubuntu_0.9.8.4

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

Title:
  Incorrect (low/stuttering) refresh rate with NVIDIA driver

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

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


[Compiz] [Bug 1037142] Re: Week33 - Grid highlight window appears while switching between workspaces

2012-09-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/compiz/ubuntu_0.9.8.4

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

Title:
  Week33 - Grid highlight window appears while switching between
  workspaces

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

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


[Compiz] [Bug 1042041] Re: 1:0.9.8+bzr3319-0ubuntu1 regression: keeps setting gsettings keys to wrong values

2012-09-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/compiz/ubuntu_0.9.8.4

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

Title:
  1:0.9.8+bzr3319-0ubuntu1 regression: keeps setting gsettings keys to
  wrong values

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

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


[Compiz] [Bug 1041535] Re: compiz crashed with SIGSEGV in __strcasestr_ia32() from ccsStringToModifiers(binding=NULL)

2012-09-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/compiz/ubuntu_0.9.8.4

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

Title:
  compiz crashed with SIGSEGV in __strcasestr_ia32() from
  ccsStringToModifiers(binding=NULL)

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

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


[Compiz] [Bug 1050796] Re: Double shortcuts conflict with gnome-control-center ones

2012-09-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/compiz/ubuntu_0.9.8.4

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

Title:
  Double shortcuts conflict with gnome-control-center ones

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

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


[Compiz] [Bug 1050610] Re: gtk-window-decorator leaking window handles. Window operations become sluggish after a few days of usage

2012-09-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/compiz/ubuntu_0.9.8.4

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

Title:
  gtk-window-decorator leaking window handles. Window operations become
  sluggish after a few days of usage

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

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


[Compiz] [Bug 1054724] Re: [fglrx] compiz crashed with SIGSEGV in glXDestroyContext() [/usr/lib/fglrx/libGL.so.1] from GLScreen::~GLScreen()

2012-09-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/compiz/ubuntu_0.9.8.4

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

Title:
  [fglrx] compiz crashed with SIGSEGV in glXDestroyContext()
  [/usr/lib/fglrx/libGL.so.1] from GLScreen::~GLScreen()

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

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


[Compiz] [Bug 956515] Re: compiz crashed with SIGSEGV in CompPlugin::VTableForScreenAndWindow::finiWindow()

2012-09-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu Precise)
   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/956515

Title:
  compiz crashed with SIGSEGV in
  CompPlugin::VTableForScreenAndWindow::finiWindow()

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

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


[Compiz] [Bug 956515] Re: compiz crashed with SIGSEGV in CompPlugin::VTableForScreenAndWindow::finiWindow()

2012-09-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: compiz (Ubuntu Precise)
   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/956515

Title:
  compiz crashed with SIGSEGV in
  CompPlugin::VTableForScreenAndWindow::finiWindow()

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

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


[Compiz] [Bug 956515] Re: compiz crashed with SIGSEGV in CompPlugin::VTableForScreenAndWindow::finiWindow()

2012-09-28 Thread Daniel van Vugt
I get the same crash whenever I try to enable Unity Shell in CCSM. I
then have to restart compiz and only then can I use Unity...

(gdb) bt
#0  0x7f5e1ae458e1 in 
CompPlugin::VTableForScreenAndWindow::finiWindow (this=, w=) at 
/home/dan/toy/include/compiz/core/plugin.h:257
#1  0x7f5e368de6a1 in CompPlugin::windowFiniPlugins (w=0x24bf060) at 
/home/dan/bzr/compiz/toy/src/plugin.cpp:370
#2  0x7f5e368c9295 in CompWindow::~CompWindow (this=0x24bf060, 
__in_chrg=) at /home/dan/bzr/compiz/toy/src/window.cpp:6243
#3  0x7f5e368c9599 in CompWindow::~CompWindow (this=0x24bf060, 
__in_chrg=) at /home/dan/bzr/compiz/toy/src/window.cpp:6246
#4  0x7f5e368ab76f in 
compiz::private_screen::WindowManager::removeDestroyed (this=0x202e750) at 
/home/dan/bzr/compiz/toy/src/screen.cpp:4659
#5  0x7f5e368b26d4 in PrivateScreen::processEvents (this=0x202e1e8) at 
/home/dan/bzr/compiz/toy/src/screen.cpp:889
#6  0x7f5e368e4247 in CompEventSource::callback (this=) at 
/home/dan/bzr/compiz/toy/src/eventsource.cpp:64
#7  0x7f5e34de5f2f in Glib::Source::dispatch_vfunc(_GSource*, int 
(*)(void*), void*) () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
#8  0x7f5e348edd53 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x7f5e348ee0a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x7f5e348ee49a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x0040235d in main (argc=3, argv=0x7fff0ac5bf58) at 
/home/dan/bzr/compiz/toy/src/main.cpp:260
(gdb)

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

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

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

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

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

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

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

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

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

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

Title:
  compiz crashed with SIGSEGV in
  CompPlugin::VTableForScreenAndWindow::finiWindow()

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

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


[Compiz] [Bug 175836] Re: compiz.real crashed with SIGSEGV in g_slice_alloc()

2012-09-28 Thread papseddy
Right Kim,

When i logged in Unity, it get crashed automatically and restart it's
self. But when i tried to send that crash report to bugs.launchpad.net,
it give me a prompt to install "dpkg gcc-4.7-base klibc-utils libgcc1
libglib2.0-0 libglib2.0-data libklibc libstdc++6 mountall" package. And
which is already installed in system.

Unity doing well in ubuntu but it crashed that wierd.

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

Title:
  compiz.real crashed with SIGSEGV in g_slice_alloc()

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

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


[Compiz] [Bug 1050796] Re: Double shortcuts conflict with gnome-control-center ones

2012-09-28 Thread Timo Jyrinki
** Branch linked: lp:~timo-jyrinki/compiz/compiz.098.fix_1050796.2

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

Title:
  Double shortcuts conflict with gnome-control-center ones

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

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


[Compiz] [Bug 1048230] Re: display freezes

2012-09-28 Thread Timo Aaltonen
*** This bug is a duplicate of bug 966744 ***
https://bugs.launchpad.net/bugs/966744

the trace matches bug 966744. If you can still reproduce the bug with
the driver proposed there, please undupe.

** This bug has been marked a duplicate of bug 966744
   [i965] Resume from suspend leaves me with black screen or a screen of the 
desktop before it suspended. Compiz hung in intel_update_renderbuffers() from 
intel_prepare_render() from brw_draw_prims()

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

Title:
  display freezes

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

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


[Compiz] [Bug 1057938] Re: compiz crashed with SIGSEGV in g_main_context_check()

2012-09-28 Thread Apport retracing service
*** This bug is a duplicate of bug 1039200 ***
https://bugs.launchpad.net/bugs/1039200

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 #1039200, 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/1057938/+attachment/3350938/+files/CoreDump.gz

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

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1057938/+attachment/3350952/+files/ProcMaps.txt

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

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

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1057938/+attachment/3350956/+files/Stacktrace.txt

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

** This bug has been marked a duplicate of bug 1039200
   compiz crashed with SIGSEGV in g_main_context_check() from 
g_main_context_iterate() from g_main_loop_run() from gdbus_shared_thread_func() 
from g_thread_proxy() from start_thread()

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

Title:
  compiz crashed with SIGSEGV in g_main_context_check()

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

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


[Compiz] [Bug 950160] Re: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key)

2012-09-28 Thread Daniel van Vugt
** Changed in: compiz
 Assignee: Daniel van Vugt (vanvugt) => Brandon Schaefer (brandontschaefer)

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

Title:
  Unity blocks other programs from binding globally to Super+* or Alt+*
  (* = any key)

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

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


[Compiz] [Bug 1057929] Re: compiz process running but plugin bindings lost

2012-09-28 Thread Martin Wildam
Side note: The logs attached when reporting this bug include my action
of running compiz --replace.

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

Title:
  compiz process running but plugin bindings lost

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

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


[Compiz] [Bug 1057929] Re: compiz process running but plugin bindings lost

2012-09-28 Thread Martin Wildam
I should mention that I have changed - or better to say - added a lot of
bindings, mostly for the mouse because I want the same efficiency using
keyboard AND mouse.

Most important bindings - that are mostly those, where I first notice if
they are not working:

a) Left and right mouse button on the bottom edge to switch to desktop on the 
left or right.
b) Left and right mouse button on the top edge to switch to last window 
considering only current or all desktops.
c) Move mouse to bottom right corner to get thumbnails of all windows and 
choose by click (Scale Windows plugin).

Attached you find my compiz profile.

Not sure if relevant: I have also changed desktop layout to 4x1 instead
2x2.

** Attachment added: "ccsm profile exported (without defaults)"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1057929/+attachment/3350896/+files/Ubuntu-12.04-Unity-CompizSettings-Modified.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/1057929

Title:
  compiz process running but plugin bindings lost

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

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


[Compiz] [Bug 1057929] Re: compiz process running but plugin bindings lost

2012-09-28 Thread Martin Wildam
** Attachment added: "Sample plugin bindings page that refuses to work 
sometimes"
   
https://bugs.launchpad.net/bugs/1057929/+attachment/3350854/+files/screen076.png

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

Title:
  compiz process running but plugin bindings lost

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

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


[Compiz] [Bug 1057929] [NEW] compiz process running but plugin bindings lost

2012-09-28 Thread Martin Wildam
Public bug reported:

In about 50 % of boots after login - although compiz process is running, I 
cannot use the key/mouse bindings.
Not sure if all plugins affected, but at least "Desktop Wall", "Scale Windows" 
or "Application Switcher".

It already happened also during work that at some point I noticed that
the bindings are not working any more although after login they did.

Pressing ALT+F2 and executing a compiz --replace fixes the problem then
- which is for me not a real problem but the normal user would need to
google a lot until finding out and probably tries multiple re-logins for
getting lucky.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: compiz 1:0.9.7.8-0ubuntu1.4
Uname: Linux 3.4.0-030400-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,vpswitch,imgpng,compiztoolbox,gnomecompat,place,move,resize,widget,commands,mousepoll,unitymtgrabhandles,grid,snap,regex,animation,session,wall,expo,workarounds,fade,scale,ezoom,unityshell,switcher]
CompositorRunning: compiz
Date: Fri Sep 28 08:35:55 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: vboxhost, 4.1.22, 3.4.0-030400-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09) (prog-if 
00 [VGA controller])
   Subsystem: Dell Device [1028:0535]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: Dell Inc. Latitude E6530
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.4.0-030400-generic 
root=UUID=cfa8e24c-8d4b-44ab-baca-1ab1920da632 ro quiet splash nmi_watchdog=0 
nowatchdog vt.handoff=7
SourcePackage: compiz
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/24/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A02
dmi.board.name: 0JC5MT
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd04/24/2012:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn0JC5MT:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6530
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise running-unity ubuntu

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

Title:
  compiz process running but plugin bindings lost

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

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