[Bug 180830] Re: [needs input redirection] compiz-enhanced zoom desktop-zoom area lock = mouse input redirection breaks

2009-04-11 Thread Nicolas Bruguier
I posted on freedesktop bugzilla a naive patch which fix disappearing cursor bug when we call XFixesHideCursor : http://bugs.freedesktop.org/show_bug.cgi?id=20736 Here a debdiff of jaunty xorg-server with patch, I don't use compiz, I don't known if it fixes your problem but I hope it can help.

[Bug 89592] Re: Wobbly Windows Just Can't Stop because they're trying to snap to an edge

2007-03-21 Thread Nicolas Bruguier
It's debian/patches/011_snap-by-default.patch which causes this effects here a debdiff which disable this patch : compiz (1:0.3.6-1ubuntu9) feisty; urgency=low * debian/patches/011_snap-by-default.patch: disable patch (close #88733, #89592). *

[Bug 88733] Re: Don't snap windows by default

2007-03-21 Thread Nicolas Bruguier
It's debian/patches/011_snap-by-default.patch which causes this effects here a debdiff which disable this patch : compiz (1:0.3.6-1ubuntu9) feisty; urgency=low * debian/patches/011_snap-by-default.patch: disable patch (close #88733, #89592). *

[Bug 94402] Re: keyboard shortcut for Toggle window on all workspaces doesn't work

2007-03-21 Thread Nicolas Bruguier
Here a debdiff which include Toggle window on all workspaces patch and updated keybinding bridge plugin compiz (1:0.3.6-1ubuntu9) feisty; urgency=low * debian/patches/011_snap-by-default.patch: disable patch (close #88733, #89592). * debian/patches/016-add-ignore-desktop-hints.patch:

[Bug 94140] Re: [apport] gtk-window-decorator crashed with SIGSEGV in cairo_set_line_join()

2007-03-21 Thread Nicolas Bruguier
it is due that the ARGB is not active. For the Nvidia card it is enough to add the option AddARGBGLXVisuals true in xorg.conf Device, herea debdiff which fix crash and only that, in this case decorations are invisible : compiz (1:0.3.6-1ubuntu9) feisty; urgency=low *

[Bug 82205] Re: [apport] gtk-window-decorator crashed with SIGSEGV in cairo_set_source_rgba()

2007-03-21 Thread Nicolas Bruguier
it is due that the ARGB is not active. For the Nvidia card it is enough to add the option AddARGBGLXVisuals true in xorg.conf Device, herea debdiff which fix crash and only that, in this case decorations are invisible : compiz (1:0.3.6-1ubuntu9) feisty; urgency=low *

[Bug 92493] Re: scale plugin default corner

2007-03-21 Thread Nicolas Bruguier
Here a debdiff which include gconf default modification to enable left click with top right for initiate scale : compiz (1:0.3.6-1ubuntu9) feisty; urgency=low * debian/patches/011_snap-by-default.patch: disable patch (close #88733, #89592). *

[Bug 93048] Re: Zoom plugin not enabled by default

2007-03-21 Thread Nicolas Bruguier
Thanks for the patch, here a debdiff which include it : compiz (1:0.3.6-1ubuntu9) feisty; urgency=low * debian/patches/011_snap-by-default.patch: disable patch (close #88733, #89592). * debian/patches/016-add-ignore-desktop-hints.patch: Add --ignore-desktop-hints command line option,

[Bug 86797] Re: No beryl or compiz working after updates!!!

2007-02-21 Thread Nicolas Bruguier
This problem it's due by the current feisty xorg 7.2 migration, wait until migration finished : https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/84731 ** Changed in: compiz (Ubuntu) Status: Needs Info = Confirmed -- No beryl or compiz working after updates!!!

[Bug 86488] Re: [apport] compiz.real crashed with SIGSEGV in free()

2007-02-20 Thread Nicolas Bruguier
*** This bug is a duplicate of bug 82336 *** ** This bug has been marked a duplicate of bug 82336 [apport] compiz.real crashed with SIGSEGV in removeFileWatch() -- [apport] compiz.real crashed with SIGSEGV in free() https://launchpad.net/bugs/86488 -- ubuntu-bugs mailing list

[Bug 82336] Re: [apport] compiz.real crashed with SIGSEGV in removeFileWatch()

2007-02-20 Thread Nicolas Bruguier
** Changed in: compiz (Ubuntu) Status: Unconfirmed = Confirmed -- [apport] compiz.real crashed with SIGSEGV in removeFileWatch() https://launchpad.net/bugs/82336 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 86184] Re: Can't change cursor style using Compiz in Feisty.

2007-02-20 Thread Nicolas Bruguier
** Changed in: compiz (Ubuntu) Assignee: (unassigned) = Nicolas Bruguier Status: Unconfirmed = Confirmed -- Can't change cursor style using Compiz in Feisty. https://launchpad.net/bugs/86184 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 86378] Re: Switching movement key in Windows Preferences has no effect using Compiz in Feisty.

2007-02-20 Thread Nicolas Bruguier
** Changed in: compiz (Ubuntu) Status: Unconfirmed = Confirmed -- Switching movement key in Windows Preferences has no effect using Compiz in Feisty. https://launchpad.net/bugs/86378 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 86184] Re: Can't change cursor style using Compiz in Feisty.

2007-02-20 Thread Nicolas Bruguier
Thanks for bug report, here a patch to add cursor theme support in compiz. This patch needs to add libxcursor-dev build-dep ** Attachment added: Add cursor theme support http://librarian.launchpad.net/6487750/93-add-cursor-theme-support.patch -- Can't change cursor style using Compiz in

[Bug 86184] Re: Can't change cursor style using Compiz in Feisty.

2007-02-20 Thread Nicolas Bruguier
This second patch is autogen result before apply first patch ** Attachment added: Add cursor theme support configure and Makefile.in diff http://librarian.launchpad.net/6487784/93-add-cursor-theme-support-configure.patch -- Can't change cursor style using Compiz in Feisty.

[Bug 86184] Re: Can't change cursor style using Compiz in Feisty.

2007-02-20 Thread Nicolas Bruguier
debdiff include : - inotify patch (Ubuntu: #82336) - mouse move key patch (Ubuntu: #86378) - add cursor theme patch (Ubuntu: #86184). warning this patchs must be apply before add-workspace-terminal-keybindings ** Attachment added: debdiff

[Bug 86004] Re: [apport] compiz.real crashed with SIGSEGV in free()

2007-02-19 Thread Nicolas Bruguier
It's due of an uninitialized struct in inotify plugin. here a patch ** Attachment added: init inotify struct fix http://librarian.launchpad.net/6477843/10-init-inotify-struct.patch -- [apport] compiz.real crashed with SIGSEGV in free() https://launchpad.net/bugs/86004 -- ubuntu-bugs

[Bug 86004] Re: [apport] compiz.real crashed with SIGSEGV in free()

2007-02-19 Thread Nicolas Bruguier
*** This bug is a duplicate of bug 82336 *** ** This bug has been marked a duplicate of bug 82336 [apport] compiz.real crashed with SIGSEGV in removeFileWatch() -- [apport] compiz.real crashed with SIGSEGV in free() https://launchpad.net/bugs/86004 -- ubuntu-bugs mailing list

[Bug 85164] Re: [apport] compiz.real crashed with SIGSEGV in free()

2007-02-19 Thread Nicolas Bruguier
*** This bug is a duplicate of bug 82336 *** ** This bug has been marked a duplicate of bug 82336 [apport] compiz.real crashed with SIGSEGV in removeFileWatch() -- [apport] compiz.real crashed with SIGSEGV in free() https://launchpad.net/bugs/85164 -- ubuntu-bugs mailing list

[Bug 82336] Re: [apport] compiz.real crashed with SIGSEGV in removeFileWatch()

2007-02-19 Thread Nicolas Bruguier
It's due of an uninitialized struct in inotify plugin. ** Attachment added: init inotify struct fix http://librarian.launchpad.net/6477865/10-init-inotify-struct.patch -- [apport] compiz.real crashed with SIGSEGV in removeFileWatch() https://launchpad.net/bugs/82336 -- ubuntu-bugs mailing

[Bug 86378] Re: Switching movement key in Windows Preferences has no effect using Compiz in Feisty.

2007-02-19 Thread Nicolas Bruguier
A small patch to fix it ** Attachment added: Fix mouse move key http://librarian.launchpad.net/6477876/11-fix-mouse-move-key.patch -- Switching movement key in Windows Preferences has no effect using Compiz in Feisty. https://launchpad.net/bugs/86378 -- ubuntu-bugs mailing list

[Bug 86378] Re: Switching movement key in Windows Preferences has no effect using Compiz in Feisty.

2007-02-19 Thread Nicolas Bruguier
** Attachment added: debdiff http://librarian.launchpad.net/6477904/compiz.debdiff -- Switching movement key in Windows Preferences has no effect using Compiz in Feisty. https://launchpad.net/bugs/86378 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 82336] Re: [apport] compiz.real crashed with SIGSEGV in removeFileWatch()

2007-02-19 Thread Nicolas Bruguier
** Attachment added: debdiff http://librarian.launchpad.net/6477899/compiz.debdiff -- [apport] compiz.real crashed with SIGSEGV in removeFileWatch() https://launchpad.net/bugs/82336 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 85771] Re: compiz.real crashed while changing desktop-effects settings

2007-02-19 Thread Nicolas Bruguier
*** This bug is a duplicate of bug 82336 *** ** This bug has been marked a duplicate of bug 82336 [apport] compiz.real crashed with SIGSEGV in removeFileWatch() -- compiz.real crashed while changing desktop-effects settings https://launchpad.net/bugs/85771 -- ubuntu-bugs mailing list

[Bug 83786] Re: [apport] compiz.real crashed with SIGSEGV

2007-02-19 Thread Nicolas Bruguier
Thanks for your bug report. I see in your xorg.conf, it missed the Extensions section can you try with it like this : Section Extensions Option Composite Enable EndSection -- [apport] compiz.real crashed with SIGSEGV https://launchpad.net/bugs/83786 -- ubuntu-bugs mailing list

[Bug 82999] Re: Some windows are empty

2007-02-06 Thread Nicolas Bruguier
Can you check if you have Option XAANoOffscreenPixmaps in your xorg.conf Device section. If not, can you try with it. -- Some windows are empty https://launchpad.net/bugs/82999 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 80764] Re: can't return to normal window manager

2007-01-24 Thread Nicolas Bruguier
Sorry, I didn't specify but the restart patch is for compiz and not for desktop-effect. If you want test, replace debian/patches/06-restart.patch with it in compiz source package. -- can't return to normal window manager https://launchpad.net/bugs/80764 -- ubuntu-bugs mailing list

[Bug 80764] Re: can't return to normal window manager

2007-01-23 Thread Nicolas Bruguier
Forgot my previous patch :/ It's a little mistake in upstream restart patch which always restart compiz when it's stopped. Here updated patch which restart compiz only if exist ** Attachment added: Modified restart patch (restart only if running)

[Bug 80764] Re: can't return to normal window manager

2007-01-21 Thread Nicolas Bruguier
Here a patch for desktop-effects to fix switch between compiz to metacity ** Attachment added: stop compiz when switch to metacity http://librarian.launchpad.net/5808298/stop-compiz-when-start-metacity.patch -- can't return to normal window manager https://launchpad.net/bugs/80764 --

[Bug 80695] Re: Cube no longer works in 0.3.6

2007-01-20 Thread Nicolas Bruguier
The last compiz packages uses the workspaces by default like metacity. To use the cube you must set the number of workspace to 1: gconftool -s --type int /apps/compiz/general/screen0/options/number_of_desktops 1 then you should add cube and rotate plugins : gconftool -s --type list --list-type

[Bug 80778] Re: compiz does not show window boards or the cube

2007-01-20 Thread Nicolas Bruguier
Try to launch gtk-window-decorator like this: gtk-window-decorator --replace --sync it's seem a sync problem between gtk-window-decorator and compiz which block or crash gtk-window-decorator: http://lists.freedesktop.org/archives/compiz/2006-December/001075.html I have same issue but when i

[Bug 80764] Re: can't return to normal window manager

2007-01-20 Thread Nicolas Bruguier
Compiz is now restarted by session manager when it's stopped like metacity. You can stop it as you did or when you remove it in current session gnome-session-properties tab. -- can't return to normal window manager https://launchpad.net/bugs/80764 -- ubuntu-bugs mailing list