Displaying 20 results from an estimated 7000 matches similar to: "Strange behaviour in move plugin"
2007 Feb 13
5
gtk-window-decorator segfault
On kde, gtk-window-decorator segfault everytime a minimised "Konqueror
download window" close it self...
Running with --sync fix the problem so no way to have a backtrace :(
Cedric
2007 Feb 07
3
Compiz coding style?
I've got a question.
When do i have to use this for aFunctionName() and when do i have to use this
for a_function_name() ?
Cedric
2007 Feb 07
2
Final version of placement enhancement
On Thursday 08 February 2007 01:00:09 Bellegarde Cedric wrote:
> And now, i put the patch on my server, it will me prevent me to send you a
> message everytime i find something to fix ;)
>
> http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch
http://forum.go-compiz.org/viewtopic.php?p=3783
Seems to be buggy in multihead, but i can't test here ...
Cedric
2006 Dec 05
2
gtk-window-decorator segfault?
With current git, gtk-window-decorator quit when kde start :(
Another way to make it quit:
dcop kicker kicker restart => gtk-window-decorator quit....
Cedric
2007 Feb 05
1
Placement plugin enhancement
http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch
Here a new version of my patch.
It now have six placement mode (kwin placement modes):
- Cascade
- Centered
- Random
- LeftCorner
- Maximize
- Smart
Currently, smart placement isn't present in this patch.
I'm working on it but my ubuntu(feisty) have really strange behaviours ... I
can't debug compiz anymore.
2007 Feb 27
4
Blur bugs and slowdown :(
I now use blur plugin thanx to window matching feature, thanx David ;)
I have some bugs:
http://hibbert.univ-lille3.fr/~cbellegarde/blur_4xbilinear_bug.png
Here, i have some artefacts bugs with 4xbilinear. This blur mode is fast! May
be a Nvidia drivers bug...
http://hibbert.univ-lille3.fr/%7Ecbellegarde/blur_gaussian_fast.png
Here, an amarok big window with just desktop, moving window is
2006 Dec 05
2
Patch for place plugin (Cascade, Centered, ...)
Here is a patch for place plugin.
It add a "place_mode" option wich actually can have two values: "Cascade"
(original placement mode) and "Centered".
Thanks for any comment!
Cedric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: place.patch
Type: text/x-diff
Size: 3556 bytes
Desc: not available
Url :
2007 Jan 16
2
Somes patchs
Here two patch:
A patch for switcher to disable window list. All was already present in code,
just missing an option :)
A patch for place, it's my old patch, i just fix a stupid segfault!
Will try to add some others placement modes...
http://puffy.homelinux.org/%7Egnumdk/compiz/patch/switcher.patch
http://puffy.homelinux.org/%7Egnumdk/compiz/patch/place.patch
Cedric
2006 Dec 21
1
Toolkit Actions
David,
I am interested in your recent commit regarding toolkit actions -
http://gitweb.freedesktop.org/?p=xorg/app/compiz.git;a=commitdiff;h=a4c3b371ada1f7ef80c7701783342714a108a8f2
Would you mind commenting on what the idea here is, and how this can
be used by application authors / GTK hackers?
Thanks
John
2007 Jun 24
1
[PATCH] Fix placement mode option
In current git, placement mode option isn't working.
This patch fix this issue.
Cedric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: placeModeFix.patch
Type: text/x-diff
Size: 1901 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20070624/80ddc952/attachment.patch
2007 Mar 04
1
[PATCH] CompWindowActionMoveMask (move plugin)
Here a patch to make move plugin take care of CompWindowActionMoveMask.
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/respectWindowActions.patch
There is also a bug in gtk-window-decorator.
If you use this plugin:
http://forum.go-compiz.org/viewtopic.php?t=643
Set your terminal to be non movable, terminal window doesn't have
_NET_WM_ACTION_MOVE, but you can move it with decoration.
2007 Jan 28
3
A patch for minimize plugin.
I've added a new option in minimize plugin, called "Disable Fading".
To prevent tearing, damageScreen is used minDonePaintScreen (only if the
option is used).
The patch is attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: minimize-fading.patch
Type: text/x-patch
Size: 1855 bytes
Desc: not available
Url :
2006 Dec 18
2
Kde decorator not building
Kde decorator Makefiles doesn't detects kde installation dirs (include dir
here, /usr/include/kde on debian).
By the past, kde-config --cflags && kde-config --libs was a way to have such
informations but don't seems to be working anymore :(
Cedric
2006 Nov 11
1
zoom patch to enable zoom factor
Here is a zoom patch that enable a configurable zoom factor.
Thanx to mikedee for help and suggestions:
http://www.compiz.biz/viewtopic.php?t=29
Cedric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zoom.patch
Type: text/x-diff
Size: 3135 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20061111/9d191411/zoom.bin
2006 Nov 11
2
switcher patch do disable window list
Here is a switcher patch to disable window list:
It's very useful if you set opacity to 0. Then, window just bring to front one
by one while switching. It's much more usable, i think, that small miniatures
in a list where you don't see anything.
While making this patch, a question come into my head, nobody know on
compiz.biz and some people are as curious as me.
Two code example:
2006 Dec 09
1
setWindowState(), how use it?
I'm trying to add some options in state plugin:
-skipTaskBar
-skipPager
-above
-below
I use setWindowState() to do this but:
- It currently only works for skipTaskBar && skipPager
- For above and below, it works but only for newly created windows
here the code:
if (skipTaskBar != -1)
windowState |= CompWindowStateSkipTaskbarMask;
if (skipPager != -1)
2006 Nov 23
1
Switcher plugin
David, i send on this mailing list a patch to disable window list in switcher
plugin.
Have you looked at it?
Do you think this option is useless?
Is the code doing things in a bad way?
Thanx for any answer ;)
Cedric
2006 Nov 30
1
Compiz and list options
Hello!
Currently, in plugins like "state", when having list options, you have to
parse all windows on the screen and update their properties... I find this so
ugly.
In fact, pluginSetScreenOption() give a pointer on the first element of the
list (CompOptionValue). You don't know what list element has changed !
I think it should be prettier to give a pointer on the first element
2006 Dec 21
1
No background with current git
Since last git commit (disable default background), i can't set my background
in Kde.
In fact, it doesn't work because "show icons on desktop" is disabled in my
conf.
I tried with xsetroot, it doesn't work anymore too...
Cedric
2007 Jan 10
1
Compiz segfault
since compiz > 0.3.4; it segfault randomly at startup...
So, sometime it works, sometime not :( No problem with 0.3.4.
Running gdb, i 've got this:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1221977856 (LWP 19014)]
0x08068fb8 in compSetStringOption (option=0x816ea60, value=0xbfca2888)
at option.c:154
154 if (strcmp (option->rest.s.string[i], s)