[Compiz] [Bug 1701756] Re: dpkg reports invalid character in version number on package 'compiz'

2019-04-11 Thread Alexander Stohr
** Package changed: compiz (Ubuntu) => dpkg (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/1701756

Title:
  dpkg reports invalid character in version number on package 'compiz'

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

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


[Compiz] [Bug 1701756] Re: dpkg reports invalid character in version number on package 'compiz'

2019-04-09 Thread Alexander Stohr
tracked it down to this lines in the file
dpkg-1.18.4ubuntu1/lib/dpkg/parsehelp.c at the end of function
parseversion() at line #186:

  /* XXX: Would be faster to use something like cisversion and cisrevision. */
  ptr = rversion->version;
  if (*ptr && !c_isdigit(*ptr++))
return dpkg_put_warn(err, _("version number does not start with digit"));
  for (; *ptr; ptr++) {
if (!c_isdigit(*ptr) && !c_isalpha(*ptr) && strchr(".-+~:", *ptr) == NULL)
  return dpkg_put_warn(err, _("invalid character in version number"));
  }
  for (ptr = rversion->revision; *ptr; ptr++) {
if (!c_isdigit(*ptr) && !c_isalpha(*ptr) && strchr(".+~", *ptr) == NULL)
  return dpkg_put_warn(err, _("invalid character in revision number"));
  }

quick rationale:
no underscores/colon(revision only)/special-chars/others allowed at present for 
neither version number nor the revision number.

valid design as of now for version item:
* start with a digit.
* continue with digit, alpha or ".-+~:" chars.
* terminate with a zero char.

valid design as of now for revision item:
* start/continue with digit, alpha or ".+~" chars.
* terminate with a zero char.

a sequence of "x86_64" would not work for any these strings => underscore!
a sequence of "3.4.5@home" would not work for any these strings => at-sign!

a sequence of "3:1.45" would not work for the revision string => colon!
a sequence of "3-4-5" would not work for the revision string => any dash! (the 
warn message would be raised for the first occurrence)

your sequence of "1:0.9.12.2+6.04.20160823-0ubuntu1" does not work =>
special char included! rectangular box here in the view. it might be
some extended OEM char or a UTF-8 char or an unicode char or whatever.
either it sneaked in originally, or it was added later on - even a
backspace, CTRL+C or line break might be the root cause. You should be
able to trace it down on your own.

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

Title:
  dpkg reports invalid character in version number on package 'compiz'

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

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


[Compiz] [Bug 1701756] Re: dpkg reports invalid character in version number on package 'compiz'

2019-04-09 Thread Alexander Stohr
it would be nice if at least the problematic characters will see reporting.
other than that - where is the naming convention that this rule set arises from?

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

Title:
  dpkg reports invalid character in version number on package 'compiz'

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

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


[Compiz] [Bug 1292830] Re: Resuming from sleep makes black borders around windows appear

2016-09-22 Thread Alexander
I have the same issue, but the work around with terminal mode does not
work 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/1292830

Title:
  Resuming from sleep makes black borders around windows appear

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

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


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

2016-09-14 Thread Alexander-Shariff-Vetter
again Ubuntu 16.10 64 bit
also this seems to only happen after log in.
it also is related to my NViDiA GEFORCE m930 Graphics card driver

Laptop specs:
8 Gigabyte RAM
1 terabyte HDD
problem related to NIVIDIA GPU

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

Title:
  compiz crashed with SIGABRT in raise()

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

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


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

2016-09-14 Thread Alexander-Shariff-Vetter
again Ubuntu 16.10 64 bit
also this seems to only happen after log in.
it also is related to my NViDiA GEFORCE m930 Graphics card driver

Laptop specs:
8 Gigabyte RAM
1 terabyte HDD
problem related to NIVIDIA GPU

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

Title:
  compiz crashed with SIGABRT in raise()

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

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


[Compiz] [Bug 1603700] [NEW] The graphic when pressing alt+tab sometimes doesn't come up

2016-07-16 Thread Alexander Angelis
Public bug reported:

When pressing alt+tab there is sometimes no graphic showing open
programs as there usually should be. The unity bar also doesn't open a
context menu when right clicked after I have encountered the previous
error

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

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

Title:
  The graphic when pressing alt+tab sometimes doesn't come up

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

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


[Compiz] [Bug 1546838] [NEW] compiz segfaulting on Parallels VM (MBP)

2016-02-17 Thread Alexander List
Public bug reported:

compiz[2823]: segfault at 71 ip 7f3fcee22173 sp 7ffd67b0e8f0
error 4 in libprlcompiz_0_9_12_2.so[7f3fcee1b000+b000]

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
NonfreeKernelModules: prl_fs_freeze prl_fs prl_eth prl_tg
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Thu Feb 18 10:09:40 2016
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
DkmsStatus: parallels-tools, 11.1.2.32408, 4.2.0-27-generic, x86_64: installed
GraphicsCard:
 Parallels, Inc. Accelerated Virtual Video Adapter [1ab8:4005] (prog-if 00 [VGA 
controller])
   Subsystem: Parallels, Inc. Device [1ab8:0400]
InstallationDate: Installed on 2015-11-07 (102 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Parallels Software International Inc. Parallels Virtual Platform
PackageArchitecture: all
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic 
root=UUID=a98c2de4-95b3-40f6-b269-d6c02f098915 ro quiet splash vt.handoff=7
SourcePackage: compiz
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/24/2015
dmi.bios.vendor: Parallels Software International Inc.
dmi.bios.version: 11.1.2 (32408)
dmi.board.name: Parallels Virtual Platform
dmi.board.vendor: Parallels Software International Inc.
dmi.board.version: None
dmi.chassis.type: 10
dmi.chassis.vendor: Parallels Software International Inc.
dmi.modalias: 
dmi:bvnParallelsSoftwareInternationalInc.:bvr11.1.2(32408):bd12/24/2015:svnParallelsSoftwareInternationalInc.:pnParallelsVirtualPlatform:pvrNone:rvnParallelsSoftwareInternationalInc.:rnParallelsVirtualPlatform:rvrNone:cvnParallelsSoftwareInternationalInc.:ct10:cvr:
dmi.product.name: Parallels Virtual Platform
dmi.product.version: None
dmi.sys.vendor: Parallels Software International Inc.
version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Thu Feb 18 10:00:31 2016
xserver.configfile: None
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputSleep Button KEYBOARD, id 7
 inputAT Translated Set 2 keyboard KEYBOARD, id 8
 inputImExPS/2 Generic Explorer Mouse MOUSE, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9.1
xserver.video_driver: prlvideo

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


** Tags: amd64 apport-bug ubuntu wily

** Summary changed:

- compiz segfaulting
+ compiz segfaulting on Parallels VM (MBP)

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

Title:
  compiz segfaulting on Parallels VM (MBP)

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

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


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-12-05 Thread Alexander
343.36 still remains.

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-11-27 Thread Alexander
Just installed 346.16 bug is not fixed. Seems like it's nvidia bug.

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-11-25 Thread Alexander
Did someone tried 346.16 drivers? I just noticed the following fixes:

- Fixed rendering corruption that sometimes happened when calling

DrawElementsInstancedBaseVertexBaseInstance(),
DrawElementsInstancedBaseInstance(),
or DrawArraysInstancedBaseInstance().
- Removed the limit on the maximum number of OpenGL Framebuffer Objects.

Is that related to our 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/1072206

Title:
  [nvidia] Window content is black or transparent

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

___
Mailing list: 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

2014-11-03 Thread Alexander Dobetsberger
** Package changed: compiz (openSUSE) = opensuse

** Changed in: opensuse
   Status: New = Invalid

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/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 763005] Re: fglrx driver + compiz's Sync to Vblank makes display stutter/slow

2014-10-16 Thread Alexander Dobetsberger
** Changed in: fglrx-installer (Ubuntu)
   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/763005

Title:
  fglrx driver + compiz's Sync to Vblank makes display stutter/slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+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 1027211] Re: [nvidia] Moving windows freezes and stutters on nvidia (especially if some other window is redrawing).

2014-10-06 Thread Alexander Dobetsberger
** Changed in: compiz/0.9.9
   Status: Fix Committed = Fix Released

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

Title:
  [nvidia] Moving windows freezes and stutters on nvidia (especially if
  some other window is redrawing).

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

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


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-10-01 Thread Alexander
340.46 black window still present.

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-09-19 Thread Alexander
Just isntalled 343.22

Black window is still there.

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Compiz] [Bug 1244090] Re: Pressing any global keyboard shortcut causes temporary loss of focus

2014-09-17 Thread Alexander
Ubuntu 14.04 LTS all updates. Please fix this bug.

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

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Compiz] [Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-09-10 Thread Alexander
@Jaime, @Stephen, thanks guys.

Do you experience this bug as well
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1072206 ? I have
it with any driver version, so annoying, can't enjoy window animation
because i am using Super+W all the time.

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

Title:
  [334] Parts of the UI randomly flicker when moving the mouse

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

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


[Compiz] [Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-09-09 Thread Alexander
@Jamie, any news on this regarding merging this patch in to official
compiz release?

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

Title:
  [334] Parts of the UI randomly flicker when moving the mouse

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

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


[Compiz] [Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-09-09 Thread Alexander
@Jamie, it is safe to use

ppa-purge ppa:townsend/compiz-nvidia-refresh-test

In case if i won't use that patch 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/1288747

Title:
  [334] Parts of the UI randomly flicker when moving the mouse

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

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


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-09-08 Thread Alexander
Any news on this, guys?

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Compiz] [Bug 1079731] Re: Minecraft can't go fullscreen

2014-08-20 Thread Alexander Dobetsberger
This was fixed in todays snapshot release of minecraft:
https://bugs.mojang.com/browse/MC-55045

So the fix will roll out to all users with Minecraft Version 1.8

** Changed in: compiz
   Status: Confirmed = Invalid

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

Title:
  Minecraft can't go fullscreen

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

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


[Compiz] [Bug 1079731] Re: Minecraft can't go fullscreen

2014-08-20 Thread Alexander Dobetsberger
i marked this bug as invalid because it is (was) a minecraft bug and has
nothing to do with compiz or 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/1079731

Title:
  Minecraft can't go fullscreen

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

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


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-08-16 Thread Alexander
@tiagohillebrandt, i've installed 340.32 without any issues using
recovery mode. Howerver, they didn't fixed previously mentioned bugs,
waiting for future releases.

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Compiz] [Bug 729979] Re: [nvidia] Windows appear blank white

2014-08-12 Thread Alexander
Ubuntu 14.04 LTS - GTX 750 Ti, 331.89 drivers - black window when using
Super + W and opening minimized window. Is it going to be fixed?

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

Title:
  [nvidia] Windows appear blank white

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

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


[Compiz] [Bug 995659] Re: [nvidia] Blank windows when you Minimize, then Restore with Alt-` (Alt-Grave)

2014-08-12 Thread Alexander
*** This bug is a duplicate of bug 729979 ***
https://bugs.launchpad.net/bugs/729979

I had to set animation to none in CCSM - Animations - Unminimize Animation.
Do they plan to fix this bug?

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

Title:
  [nvidia]  Blank windows when you Minimize, then Restore with Alt-`
  (Alt-Grave)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/995659/+subscriptions

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


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-08-12 Thread Alexander
Experiencing this bug.

Ubuntu 14.04, Nvidia-331.38, gtx 750 Ti

Tried 343.13 beta - they have interface corruption issues + remaining
black window issue.

Using temporary workaround with CCSM  Animations  Unminize animation 
set to NONE.

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Compiz] [Bug 1335485] Re: some strange blur problems

2014-06-29 Thread Alexander Mieland
After changing some compiz stuff in compiz settings manager, it now looks all 
okay again.
Unfortunatly I really don't know which setting has caused 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/1335485

Title:
  some strange blur problems

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

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


[Compiz] [Bug 1335485] [NEW] some strange blur problems

2014-06-28 Thread Alexander Mieland
Public bug reported:

Ubuntu Release: 14.04 LTS
Compiz Version:  1:0.9.11.1+14.04.20140623-0ubuntu1
Graphics card:   Nvidia Geforce GTX 770M (with prop. driver nvidia-331)

What happened:  http://youtu.be/vwYnbWAZa_c  and
http://youtu.be/u2_L0zMH2pg

First watch BOTH videos...
See the unsharpen text around the terminal on top. when moving the terminal 
there is a small border of sharp text around it.
Also when leaving both windows alone for some seconds, all the text in the 
terminals get unsharpen too.

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

** Description changed:

  Ubuntu Release: 14.04 LTS
  Compiz Version:  1:0.9.11.1+14.04.20140623-0ubuntu1
+ Graphics card:   Nvidia Geforce GTX 770M (with prop. driver nvidia-331)
+ 
  
  What happened:  http://youtu.be/vwYnbWAZa_c
  See the unsharpen text around the terminal on top. when moving the terminal 
there is a small border of sharp text around it.
  Also when leaving both windows alone for some seconds, all the text in the 
terminals get unsharpen too.

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

Title:
  some strange blur problems

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

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


[Compiz] [Bug 1335485] Re: some strange blur problems

2014-06-28 Thread Alexander Mieland
** Description changed:

  Ubuntu Release: 14.04 LTS
  Compiz Version:  1:0.9.11.1+14.04.20140623-0ubuntu1
  Graphics card:   Nvidia Geforce GTX 770M (with prop. driver nvidia-331)
  
+ What happened:  http://youtu.be/vwYnbWAZa_c  and
+ http://youtu.be/u2_L0zMH2pg
  
- What happened:  http://youtu.be/vwYnbWAZa_c
+ First watch BOTH videos...
  See the unsharpen text around the terminal on top. when moving the terminal 
there is a small border of sharp text around it.
  Also when leaving both windows alone for some seconds, all the text in the 
terminals get unsharpen too.

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

Title:
  some strange blur problems

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

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


[Compiz] [Bug 1301776] Re: Update manager is really small and not resizeable

2014-05-09 Thread Alexander Gitter
As a workaround, right click on the title bar and choose the Resize
entry.

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

Title:
  Update manager is really small and not resizeable

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

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


[Compiz] [Bug 1078564] Re: Bindings for custom keys on Lenovo x230t and x220t don't work

2013-10-29 Thread Alexander Heuer
Same problem here on an X220t. Added to that I can't get *any* custom
shortcuts to work. As a simple example I tried binding xterm to either
the F-keys, other normal key combinations or the special rotation keys
on the X220t. Not a single one worked.

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

Title:
  Bindings for custom keys on Lenovo x230t and x220t don't work

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

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


[Compiz] [Bug 1245751] [NEW] I can't drag and drop application icons anymore in the dock

2013-10-28 Thread Alexander T. Stanton
Public bug reported:

I have a huge weird gap in my dock for some reason now.  I can't drag
and drop or re-arrange the icons anymore on both of my ubuntu computers.
The screen is already pretty small on this one, and I need the extra
room on my dock so I don't have to scroll a million times to get to the
apps I need.  I know this is a petty thing to write a bug about, I just
find it annoying to have a gap qhere there used to be none, and not be
able to fill it.  What changed?  Dragging and dropping apps and
arranging them used to be a breeze in 13.04.

I also find it difficult as a novice ubuntu user to change options in
the unity dock and dash and scopes all together.  it seems there are no
options to adjust at all and I am stuck with the messed up state its in.
My Home computer won't look up my files and folders at all.  I hope
there will be more control for the dash and dock in future updates.

Thanks in advanced

Alex

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: compiz-core 1:0.9.10+13.10.20131011-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Oct 29 00:05:34 2013
DistUpgraded: 2013-10-19 14:50:14,568 DEBUG enabling apt cron job
DistroCodename: saucy
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.141+bdcom, 3.11.0-12-generic, x86_64: installed
 bcmwl, 6.30.223.141+bdcom, 3.8.0-31-generic, x86_64: installed
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/compiz
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Dell Latitude D630 [1028:01f9]
   Subsystem: Dell Device [1028:01f9]
InstallationDate: Installed on 2013-10-10 (18 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: Dell Inc. Latitude D630
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=bfa4267a-7698-46c9-b5de-e86cfa377e78 ro quiet splash vt.handoff=7
SourcePackage: compiz
UpgradeStatus: Upgraded to saucy on 2013-10-19 (9 days ago)
dmi.bios.date: 06/20/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.asset.tag: 3000801994
dmi.board.name: 0KU184
dmi.board.vendor: Dell Inc.
dmi.chassis.asset.tag: 3000801994
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd06/20/2008:svnDellInc.:pnLatitudeD630:pvr:rvnDellInc.:rn0KU184:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D630
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.46-1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
xserver.bootTime: Wed Oct 23 23:49:12 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   12631 
 vendor SEC
xserver.version: 2:1.14.3-3ubuntu2

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


** Tags: amd64 apport-bug compiz-0.9 saucy ubuntu

** Attachment added: picture of the weirdness.
   
https://bugs.launchpad.net/bugs/1245751/+attachment/3894337/+files/Screenshot%20from%202013-10-29%2000%3A11%3A29.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/1245751

Title:
  I can't drag and drop application icons anymore in the dock

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

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


[Compiz] [Bug 1079731] Re: [quantal] Minecraft can't go fullscreen

2013-08-13 Thread Alexander Dobetsberger
With the newest Version of Minecraft, it works for me in Fullscreen
(Nvidia proprietary driver)

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

Title:
  [quantal] Minecraft can't go fullscreen

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

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


[Compiz] [Bug 1027211] Re: [nvidia] Moving windows freezes and stutters on nvidia (especially if some other window is redrawing).

2013-08-13 Thread Alexander Dobetsberger
** Changed in: compiz/0.9.8
   Status: New = Invalid

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

Title:
  [nvidia] Moving windows freezes and stutters on nvidia (especially if
  some other window is redrawing).

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

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


[Compiz] [Bug 803296] Re: [regression] Compiz Resize plugin: When Default Resize Mode = Normal, resizing is extremely slow and CPU intensive

2012-12-05 Thread Alexander Bunte
It is even much worse then before. Now on my machine (Intel Core i5 with
integrated GPU) Ubuntu 12.10 (64) completely freezes for 10-20 secs,
when I try to resize a window.

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

Title:
  [regression] Compiz Resize plugin: When Default Resize Mode =
  Normal, resizing is extremely slow and CPU intensive

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

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


[Compiz] [Bug 1068926] [NEW] Unity doesn't load with fglrx installed

2012-10-19 Thread Alexander Dobetsberger
Public bug reported:

unity worked with 12.04 but crashes on startup with fglrx installed, i just see 
the wallpaper, i think compiz crashes
it works when i remove fglrx
i will try to gather information if you tell me how :)
(i still can open the terminal in my crashed session with strg + alt + t)

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
.tmp.unity.support.test.0:

ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Sat Oct 20 03:10:08 2012
DistUpgraded: 2012-10-19 00:28:50,706 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus:
 lg4l, 0.12, 3.0.0-17-generic, x86_64: installed
 lg4l, 0.12, 3.2.0-31-generic, x86_64: installed
 lg4l, 0.12, 3.5.0-17-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RV770 [Radeon HD 4870] [1002:9440] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited Device [174b:0851]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MachineType: Gigabyte Technology Co., Ltd. GA-MA790X-UD4
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=6da4a145-40fd-4bbe-8331-7398f2304ceb ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: Upgraded to quantal on 2012-10-18 (1 days ago)
dmi.bios.date: 01/05/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: GA-MA790X-UD4
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd01/05/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA790X-UD4:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA790X-UD4:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-MA790X-UD4
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.8.4-0ubuntu3
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

** Affects: compiz
 Importance: Undecided
 Status: New

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


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

** Description changed:

- unity worked with 12.04 but crashes on startup with fglrx installed, it
- works when i remove fglrx
+ unity worked with 12.04 but crashes on startup with fglrx installed, i just 
see the wallpaper, i think compiz crashes 
+ it works when i remove fglrx
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sat Oct 20 03:10:08 2012
  DistUpgraded: 2012-10-19 00:28:50,706 DEBUG enabling apt cron job
  DistroCodename: quantal
  DistroVariant: ubuntu
  DkmsStatus:
-  lg4l, 0.12, 3.0.0-17-generic, x86_64: installed
-  lg4l, 0.12, 3.2.0-31-generic, x86_64: installed
-  lg4l, 0.12, 3.5.0-17-generic, x86_64: installed
+  lg4l, 0.12, 3.0.0-17-generic, x86_64: installed
+  lg4l, 0.12, 3.2.0-31-generic, x86_64: installed
+  lg4l, 0.12, 3.5.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Advanced Micro Devices [AMD] nee ATI RV770 [Radeon HD 4870] [1002:9440] 
(prog-if 00 [VGA controller])
-Subsystem: PC Partner Limited Device [174b:0851]
+  Advanced Micro Devices [AMD] nee ATI RV770 [Radeon HD 4870] [1002:9440] 
(prog-if 00 [VGA controller])
+    Subsystem: PC Partner Limited Device [174b:0851]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  MachineType: Gigabyte Technology Co., Ltd. GA-MA790X-UD4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 

[Compiz] [Bug 764330] Re: [regression] Moving windows lags behind the mouse by 1-2 seconds; appear to freeze when dragging.

2012-10-08 Thread Alexander Dobetsberger
** Changed in: compiz (Ubuntu Oneiric)
   Status: Confirmed = Fix Released

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

Title:
  [regression] Moving windows lags behind the mouse by 1-2 seconds;
  appear to freeze when dragging.

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

___
Mailing list: 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: fglrx driver + compiz's Sync to Vblank makes display stutter/slow

2012-10-08 Thread Alexander Dobetsberger
** Changed in: fglrx-installer (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: fglrx-installer (Ubuntu Oneiric)
   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/763005

Title:
  fglrx driver + compiz's Sync to Vblank makes display stutter/slow

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

2012-08-08 Thread Alexander Dobetsberger
** Changed in: fglrx-installer (Ubuntu)
   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/763005

Title:
  Compiz's Sync to Vblank makes display stutter/slow with fglrx

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+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 741869] Re: Unity/compiz intercepts Super and Alt keypresses from grabbed windows like VMs.

2012-08-07 Thread Alexander Hartmaier
My workaround is to change the shortcut from the left alt to the right
menu key.

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

Title:
  Unity/compiz intercepts Super and Alt keypresses from grabbed windows
  like VMs.

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

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


[Compiz] [Bug 741869] Re: Unity/compiz intercepts Super and Alt keypresses from grabbed windows like VMs.

2012-08-07 Thread Alexander Hartmaier
On the host which is Ubuntu 12.04 64bit.

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

Title:
  Unity/compiz intercepts Super and Alt keypresses from grabbed windows
  like VMs.

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

___
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 933776] Re: [regression] Initiate Window Picker for All Windows does not show all windows. It shows only windows from curent workspace.

2012-05-11 Thread Alexander Oltu
Bruno, thank you! It is working like a charm.

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

Title:
  [regression] Initiate Window Picker for All Windows does not show
  all windows. It shows only windows from curent workspace.

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

___
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 933776] Re: [regression] Initiate Window Picker for All Windows does not show all windows. It shows only windows from curent workspace.

2012-05-10 Thread Alexander Oltu
Probably better if somebody shares his .deb.

Thanks,

-- Alex.
On 10 May 2012 09:35, Mark Mandel 933...@bugs.launchpad.net wrote:

 Someone needs to make my lazyweb, and write a bash script to do all that
 ;)

 Thanks for the patch too - I should give it a shot.

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

 Title:
  [regression] Initiate Window Picker for All Windows does not show
  all windows. It shows only windows from curent workspace.

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


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

Title:
  [regression] Initiate Window Picker for All Windows does not show
  all windows. It shows only windows from curent workspace.

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

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


[Compiz] [Bug 856138] Re: window decoration fails to respond

2012-04-12 Thread Alexander
I wonder how many years we'll be stuck with non-working window
borders... QA ftw.

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

Title:
  window decoration fails to respond

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

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


[Compiz] [Bug 929879] Re: compiz crashes the session to the login screen (Ubuntu 12.04 Alpha 2)

2012-03-29 Thread Alexander Langanke
Did a reinstall of 12.04
The bug is still present.

Reported it again (apport gave me a new culprit package) as Bug
#968125

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

Title:
  compiz crashes the session to the login screen (Ubuntu 12.04 Alpha 2)

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

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


[Compiz] [Bug 929879] Re: compiz crashes the session to the login screen (Ubuntu 12.04 Alpha 2)

2012-03-29 Thread Alexander Langanke
*** This bug is a duplicate of bug 933504 ***
https://bugs.launchpad.net/bugs/933504

** This bug has been marked a duplicate of bug 933504
   Xorg crashed with SIGABRT in __libc_message()

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

Title:
  compiz crashes the session to the login screen (Ubuntu 12.04 Alpha 2)

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

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


[Compiz] [Bug 929879] Re: compiz crashes the session to the login screen (Ubuntu 12.04 Alpha 2)

2012-03-27 Thread Alexander Langanke
Today it completely crashed my PC.

1. I  was surfing the web.
2. I crashed to the login screen
3. Login was impossible as my keyboard did not work (mouse did)
4. restarted the pc via the button at the top right
5. login worked
6. got an empty desktop an no unity
7. used the terminal (strg + alt +F1) to reset unity
8. got a working root desktop instance as a result
9. restarted the pc
10. logged in.
11. everything was back to normal except firefox lost it's sync settings. 
(bookmarks etc. are present)

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

Title:
  compiz crashes the session to the login screen (Ubuntu 12.04 Alpha 2)

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

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


[Compiz] [Bug 932125] Re: compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc()

2012-03-25 Thread Alexander
still not fixed

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-compizconfig-gconf/+bug/932125/+subscriptions

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


[Compiz] [Bug 932125] Re: compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc()

2012-03-25 Thread Alexander Kallenbach
Compiz crashed after I tried unity --reset as a workaround for bug
#963093.

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-compizconfig-gconf/+bug/932125/+subscriptions

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


[Compiz] [Bug 929879] Re: compiz crashes the session to the login screen (Ubuntu 12.04 Alpha 2)

2012-03-16 Thread Alexander Langanke
I have the exact same problem and have reported it several times.
This Bug seems similar Bug #933504 

This Bug (a duplicate I believe) was reported by me and contains a list of my 
bug reports concerning this problem.
Apport usually names a different culprit package every time I experience the 
bug, hence the different bug reports.
Bug #954886

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

Title:
  compiz crashes the session to the login screen (Ubuntu 12.04 Alpha 2)

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

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


[Compiz] [Bug 764330] Re: [regression] Moving windows lags behind the mouse by 1-2 seconds; appear to freeze when dragging.

2012-01-17 Thread Alexander Dobetsberger
is this the fix of 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/764330

Title:
  [regression] Moving windows lags behind the mouse by 1-2 seconds;
  appear to freeze when dragging.

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

___
Mailing list: 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-24 Thread Alexander Schneider
For me using unity launcher panel doesn't avoids the problem. It happens
for me if I use multiple desktops. After switching from an desktop on
which firefox is not running to firefox by clicking it in unity launcher
(also by using keyboard shortcuts to switch desktop or windows) the
context menu doesn't work, same for thunderbird. But it's not 100%
reproducible it's happen around 50% of the tries to reproduce it.

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/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 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 882855] Re: Roll up/unroll window dont roll border in oneiric 11.10

2011-11-10 Thread Alexander Suchan
Thanks for the info i forgot to re-activate proposed and backport after
upgrading to oneiric. Now this issue is solved and also the disappearing
of windows, when one of the windows was minimized. Another step towards
satisfaction. :)

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

Title:
  Roll up/unroll window dont roll border in oneiric 11.10

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

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


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

2011-10-06 Thread Alexander Tankeev
Just got this crash on fully updated system (unity 4.22.0-0ubuntu2,
compiz 1:0.9.6+bzr20110929-0ubuntu3)

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

Title:
  compiz crashed with SIGABRT in raise()

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

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


[Compiz] [Bug 391479] Re: Child Windows [of Synaptic/update manager] should remain in the same desktop as the parent window

2011-06-29 Thread Alexander Newton
I would like to note Gtk3 seems to fix this, as the child window is
attached to the parent.

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

Title:
  Child Windows [of Synaptic/update manager] should remain in the same
  desktop as the parent window

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

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


[Compiz] [Bug 727143] Re: unity-window-decorator crashes with SIGSEGV when closing Java windows

2011-06-21 Thread Alexander Daniel
I tried the advice of mazurkin: I cleared up all options in Effects
section of CompizConfig Setting Manager - except Windows Decoration
options. Then I entered /usr/bin/gtk-window-decorator in the Command
field of the Windows Decoration option. When rebooted my computer. I
haven't noticed this bug for two last days.

Unfortunately I am still seeing the issue when following the advice with
the Java applications Freeplane and IntelliJ IDEA.

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

Title:
  unity-window-decorator crashes with SIGSEGV when closing Java windows

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

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


[Compiz] [Bug 727143] Re: unity-window-decorator crashes with SIGSEGV when closing Java windows

2011-06-16 Thread Alexander Daniel
I am also still seeing this issue with gtk-window-manager --replace. But
it happens less frequently than with unity-window-decorator.

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

Title:
  unity-window-decorator crashes with SIGSEGV when closing Java windows

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

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


[Compiz] [Bug 771238] Re: Compiz 100% CPU over all cores after resuming from sleep

2011-05-23 Thread Alexander
I have the same bug with AMD Phenom II and ATI 4770. When I suspending
computer after hibernate system indicator show me 75-85% consuming CPU.
In system monitor compiz consume 295-300% cpu. It seems like other bug
in system monitor (300% consuming m.b. full consuming 3 cores of 4 in my
processor)

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

Title:
  Compiz 100% CPU over all cores after resuming from sleep

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


[Compiz] [Bug 770167] Re: windows (gwibber, empathy) are moving slowly out of my workspace

2011-05-10 Thread Alexander
Confirm this bug, but not only with gwibber or empathy. When I open
Nautilus window from GNOME Places menu, then close it and open again, it
also appears a few pixel rightwards.

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

Title:
  windows (gwibber, empathy) are moving slowly out of my workspace

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


[Compiz] [Bug 706918] Re: compiz crashed with SIGSEGV in RegexExp::evaluate()

2011-05-05 Thread Alexander K
similar problem:

May  5 15:08:54 pioneer kernel: [18612.444848] compiz[11375]: segfault at 14 ip 
0082436c sp bfed6b30 error 4 in libregex.so[82+7000]
May  5 15:10:32 pioneer kernel: [18711.107390] compiz[11434]: segfault at 14 ip 
007d136c sp bfb6a5f0 error 4 in libregex.so[7cd000+7000]

~$ apt-cache policy compiz compiz-plugins
compiz:
  Installed: 1:0.9.4+bzr20110415-0ubuntu2
  Candidate: 1:0.9.4+bzr20110415-0ubuntu2
  Version table:
 *** 1:0.9.4+bzr20110415-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status
compiz-plugins:
  Installed: 1:0.9.4+bzr20110415-0ubuntu2
  Candidate: 1:0.9.4+bzr20110415-0ubuntu2
  Version table:
 *** 1:0.9.4+bzr20110415-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

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

Title:
  compiz crashed with SIGSEGV in RegexExp::evaluate()

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


[Compiz] [Bug 754311] Re: Clicking maximize button eventually freezes compiz

2011-04-08 Thread Alexander Sidko
*** This bug is a duplicate of bug 754063 ***
https://bugs.launchpad.net/bugs/754063

** This bug has been marked a duplicate of bug 754063
   System freezes when maximize button is clicked
 * You can subscribe to bug 754063 by following this link: 
https://bugs.launchpad.net/unity/+bug/754063/+subscribe

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

Title:
  Clicking maximize button eventually freezes compiz

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


[Compiz] [Bug 753585] [NEW] FuzzyFlakes hangs the system

2011-04-07 Thread Alexander S. Gryanko
Public bug reported:

Binary package hint: compiz

Screen lock(or compiz) hangs the system. If start a new shell session by
pressing CTRL + ALT + F1, kill gnome-screensaver and run 'compiz
--replace' and 'unity --replace' all works fine again.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: compiz 1:0.9.4git20110322-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,snap,resize,vpswitch,grid,compiztoolbox,regex,place,mousepoll,gnomecompat,animation,move,imgpng,unitymtgrabhandles,wall,session,expo,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Thu Apr  7 17:50:16 2011
DistroCodename: natty
DistroVariant: ubuntu
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
InstallationMedia_: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature_: Ubuntu 2.6.38-7.39-generic 2.6.38
SourcePackage: compiz
UpgradeStatus: Upgraded to natty on 2011-03-31 (6 days ago)
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu1

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


** Tags: amd64 apport-bug natty 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/753585

Title:
  FuzzyFlakes hangs the system

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


[Compiz] [Bug 753585] Re: FuzzyFlakes hangs the system

2011-04-07 Thread Alexander S. Gryanko
Compiz seg. fault dump.

** Attachment added: _usr_bin_compiz.1000.crash
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/753585/+attachment/1994375/+files/_usr_bin_compiz.1000.crash

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

Title:
  FuzzyFlakes hangs the system

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


[Compiz] [Bug 753585] Re: FuzzyFlakes hangs the system

2011-04-07 Thread Alexander S. Gryanko
-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/753585

Title:
  FuzzyFlakes hangs the system

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


[Compiz] [Bug 459647] Re: Cannot change mouse cursor theme when compiz is enabled

2010-11-29 Thread Alexander Usyskin
I have this bug with GTK decorator, not Emerald

-- 
Cannot change mouse cursor theme when compiz is enabled
https://bugs.launchpad.net/bugs/459647
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 671525] Re: compiz crashed with SIGILL

2010-11-06 Thread Alexander Heuer
A couple hours ago I had some read errors on my harddrive and was forced
to reinstall ubuntu as it refused to boot properly. The reported problem
dematerialized in the process so I am not sure whether it had something
to do with my harddrive or the upgrade procedure from lucid to maverick.

Either way I will probably not be able to supply any more data :(

-- 
compiz crashed with SIGILL
https://bugs.launchpad.net/bugs/671525
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 671504] Re: compiz crashes - illegal instruction

2010-11-05 Thread Alexander Heuer


-- 
compiz crashes - illegal instruction
https://bugs.launchpad.net/bugs/671504
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 619367] Re: cannot reinstall and cannot delete compiz-gnome

2010-08-17 Thread Alexander Lancey
*** This bug is a duplicate of bug 619366 ***
https://bugs.launchpad.net/bugs/619366

Hello Ruud Houterman . It seems you've accidentally reported the same
bug twice. As a result, this copy of the bug will be marked as a
duplicate of the other one.

https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/619366

** This bug has been marked a duplicate of bug 619366
   cannot reinstall and cannot delete compiz-gnome

-- 
cannot reinstall and cannot delete compiz-gnome
https://bugs.launchpad.net/bugs/619367
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 618837] Re: ugly bars around the screen

2010-08-16 Thread Alexander Lancey
*** This bug is a duplicate of bug 617916 ***
https://bugs.launchpad.net/bugs/617916

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

** This bug has been marked a duplicate of bug 617916
   two white lines down each side of screen/display like a frame

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

-- 
ugly bars around the screen
https://bugs.launchpad.net/bugs/618837
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 459647] Re: Cannot change mouse cursor theme when compiz is enabled

2010-06-21 Thread Alexander Usyskin
I've installed proposed patch and haven't seen Thorsten Reinbold problem. (no 
cursor after suspend)
Note, that the original patch doesn't fix cursors on window decoration. May be 
this is another bug.

-- 
Cannot change mouse cursor theme when compiz is enabled
https://bugs.launchpad.net/bugs/459647
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 459647] Re: Cannot change mouse cursor theme when compiz is enabled

2010-05-11 Thread Alexander Usyskin
This bug is in Ubuntu compiz customization, not in gnome-control-center,
setting 'compiz' as affected project.

** Package changed: gnome-control-center (Ubuntu) = compiz (Ubuntu)

-- 
Cannot change mouse cursor theme when compiz is enabled
https://bugs.launchpad.net/bugs/459647
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 441024] Re: Non-default mouse pointers not respected by GTK and QT apps under compiz

2010-04-10 Thread Alexander Usyskin
Have same issue after upgrading from Karmic to Lucid beta1.
Looks like that upgrade borked configuration somehow.

Can anyone provide a clue where to look?

-- 
Non-default mouse pointers not respected by GTK and QT apps under compiz
https://bugs.launchpad.net/bugs/441024
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 441024] Re: Non-default mouse pointers not respected by GTK and QT apps under compiz

2010-04-10 Thread Alexander Usyskin
*** This bug is a duplicate of bug 459647 ***
https://bugs.launchpad.net/bugs/459647

** This bug has been marked a duplicate of bug 459647
   Cannot change mouse cursor theme when compiz is enabled

-- 
Non-default mouse pointers not respected by GTK and QT apps under compiz
https://bugs.launchpad.net/bugs/441024
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 410407] Re: flash does not recognise mouse clicks

2009-10-24 Thread Alexander Sack
added compiz bug task as there are confirms in the bug that disabling
compiz (some even claim that disabling the compiz show desktop plugin)
helps.

milestoning karmic-updates to indicate that it feels worthwhile to role
a SRU in case we find a backportable solution for this.

** Description changed:

- Binary package hint: flashplugin-nonfree
+ IMPORTANT 1: Please see the WORKAROUND a few lines below.
+ 
+ IMPORTANT 2: Please don't post any me too message; use the Does this
+ bug affect you? feature you can find a bit above this bug description
+ on launchpad.
+ 
+ IMPORTANT 3: Do not post anything if you haven't read all comments to
+ verify that your point hasn't been made. If you feel tempted to stop
+ reading because there are too many messages, that is a strong indicator
+ that you shouldn't add even more comments. Developers have a tough time
+ to find anything if you post redundant stuff. So please abstain from
+ doing that.
+ 
+ 
+ 
+ So here the bug and workaround.
  
  For example on youtube, whilst it recognises my mouse moving over
  various buttons, actual mouse clicks are not recognised. I can navigate
  using 'tab' but this is very painful. I can also right click. The
  problem doesn't occur with other flash players, e.g. swfdec-mozilla.
+ 
+ WORKAROUND: disable compiz
+ WORKAROUND 2: disable the show desktop plugin in compiz (to be confirmed?)
+ 
  
  ProblemType: Bug
  Architecture: amd64
  Date: Fri Aug  7 19:22:11 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: flashplugin-installer 10.0.22.87ubuntu2
  ProcEnviron:
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
  SourcePackage: flashplugin-nonfree
  Uname: Linux 2.6.31-5-generic x86_64

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

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

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

** Changed in: compiz (Ubuntu)
Milestone: None = karmic-updates

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
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


Re: [Compiz] [Bug 91786] Re: Compiz's Panel shadows show on top of other windows

2009-08-20 Thread Alexander Jones
The front window + panels occupy a single plane. All windows beneath have
their own plane, and menus have a plane on top. How easy is it to shoehorn
that logic into Compiz?

2009/8/20 Travis Watkins amara...@ubuntu.com

 Last time I looked into this it required a bit of a hack where you draw
 the shadows in two stages. The first stage is drawing the panel shadows
 only then running through the windows a second time drawing shadows for
 everything else. Upstream was very resistant to such a change happening
 there and I actually think the next release of compiz (when/if if ever
 happens) would make such a change impossible to do in this way. Not
 really sure what to do here to be honest.

 --
 Compiz's Panel shadows show on top of other windows
 https://bugs.launchpad.net/bugs/91786
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Compiz's Panel shadows show on top of other windows
https://bugs.launchpad.net/bugs/91786
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 238418] Re: Going to top left workspace from the bottom right with arrow keys in Compiz-fusion

2009-08-14 Thread Alexander Bethke
Can you reproduce the behaviour?
Ask if I should supply some more information.

Regards, Alex

-- 
Going to top left workspace from the bottom right with arrow keys in 
Compiz-fusion
https://bugs.launchpad.net/bugs/238418
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


Re: [Compiz] [Bug 91784] Re: Show desktop is confusing

2009-08-11 Thread Alexander Jones
That behaviour is exactly what Metacity already does, but the state
(pressed/unpressed) is still working, and sane!

The real problem here is that Compiz developers decided they liked the Mac
OS behaviour of revealing the desktop, so implemented it as such, but did it
half-arsed.

* We are using a minimise animation even though the windows are really in
some other state. Windows fly off to the edges of the screen on Mac OS and
remain visible, including a very obvious darkened border around the screen.
You KNOW when you are in this state, whereas you tend to forget in Compiz.

* When calling up a new window, the hidden windows stay as such. I am
unclear as to the logic in Mac OS but it really does just seem to work
without getting it wrong.

As a result, myself and I'm sure other people tend to accidentally leave
Compiz in the show desktop state whilst actually having many windows open.
I am doing so right now. In fact, I have really just gotten used to clicking
the button twice instead of once every time I want to show the desktop.

I don't know how this has passed so many distros' QA, but it's pretty
embarrassing if you ask me.

-- 
The modal behavior of Show Desktop is confusing
https://bugs.launchpad.net/bugs/91784
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 346187] Re: Screen blinks to desktop when OSD message appears over fullscreen window or even when you move the mouse

2009-06-25 Thread Alexander Kojevnikov
Disabling unredirect_fullscreen_windows fixes the flicker for me,
thanks!

-- 
Screen blinks to desktop when OSD message appears over fullscreen window or 
even when you move the mouse
https://bugs.launchpad.net/bugs/346187
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