Re: [compiz] Move KDE Plasma Integration to KDE Git Infrastructure

2011-01-20 Thread Danny Baumann
Hi, I don't agree with this conclusion, though: Releasing KWD with KDE just moves the code-is-broken-due-to-unsynced-release problem from 'KWD is broken when KDE code is changed' to 'KWD is broken when Compiz code is changed'. I'm not sure how that improves things, especially given that Compiz 0

Re: [compiz] Move KDE Plasma Integration to KDE Git Infrastructure

2011-01-20 Thread Danny Baumann
Hi, Let me first describe the current situation and the problems with it: Compiz and KDE releases are out of sync. We are currently more and more integrating features from the desktop shell into the window manager. In difference to other desktop shells (GNOME Shell, Unity) Plasma still allows to

Re: [compiz] Compiz 8.6 on openSuSE 11.0 -- Success! But need help with a few issues.

2010-05-19 Thread Danny Baumann
Am Mittwoch, den 19.05.2010, 10:05 +0200 schrieb Christian Mertes: > On Mi, 2010-05-19 at 08:42 +0200, Danny Baumann wrote: > > In the past (compiz > > > 0.5.6 - 0.8.2) there may have been one or two that would stick on > > > some weird XGL > > > issue, bu

Re: [compiz] Compiz 8.6 on openSuSE 11.0 -- Success! But need help with a few issues.

2010-05-19 Thread Danny Baumann
Hi, > Dominique, you wanted the feedback, and List, I need your help. I have > installed and fully configured (kicked the tires) on compiz 8.6 on openSuSE > 11.0 > and on balance it is great. There are a few weird things going on. Most > notably, > the number of options in ccsm that now uncheck

Re: [compiz] Enable Plugin from DBus

2009-08-25 Thread Danny Baumann
Hi, > how can I enable a plugin from the command line? > > I know how to *activate* it from dbus, i.e. do the equivalent of > pressing "Ctrl-F9" or whatever the hotkey is. > > But I don't know how to *enable* it, i.e. do the equivalent of clicking > the "enabled" checkbox in compizconfig setti

Re: [compiz] Problems with _NET_WM_FULLSCREEN_MONITORS and screen refreshing

2009-05-26 Thread Danny Baumann
Hi, > 1) When an application requests a topology change via >_NET_WM_FULLSCREEN_MONITORS, Compiz does honor the topology > change, but it >does not refresh any monitor that has changed since the > last >_NET_WM_FULLSCREEN_MONITORS topolog

Re: [compiz] [PATCH] Add iconGeometry getter

2009-03-10 Thread Danny Baumann
Hi, > > This patch: > > -> Changes the XRectangle definition to CompRect as part of the new > > (unofficial) standard > > -> Adds a getter for priv->iconGeometry and priv->iconGeometrySet > > > > The patch is attached. > > > > Kind Regards, > > > > Sam > > > > -- > > Sam Spilsbury > > > > Hi, >

Re: [compiz] CompRect modification

2009-03-02 Thread Danny Baumann
Hi, > >> Personally, I'd like to see x1/y1/x2/y2 instead of > >> left/top/right/bottom. The reason is that while left etc. is the > >> somewhat clearer term, x1 etc. is the more commonly used term for > >> defining rectangles. > > > > Oh, and what I forgot: Wouldn't it be a good idea to derive > >

Re: [compiz] CompRect modification

2009-03-01 Thread Danny Baumann
Hi, > > > Me and Dennis Kasprzyk changed CompRect to be more intuitive > > and easily > > > replace XRectangle use. > > > > > > This patch changes CompRect and whole Core. > > > > > > Thanks for attention. > > Personally, I'd like to see x1/

Re: [compiz] CompRect modification

2009-03-01 Thread Danny Baumann
Hi, > > Me and Dennis Kasprzyk changed CompRect to be more intuitive > and easily > > replace XRectangle use. > > > > This patch changes CompRect and whole Core. > > > > Thanks for attention. Personally, I'd like to see x1/y1/x2/y2 instead

Re: [compiz] Clipped screen when using multiple X screens (regression) ?

2009-02-22 Thread Danny Baumann
Hi, > The problem appears to be that compiz is getting screen 0 geometry for > screen 1, and as screen 0 is 800 pixels high and screen 1 is 1024 pixels > high, screen 1 ends up with a black band across the lower section of the > monitor that appears to be 224 (1024-800) pixels high. > > The issue

[compiz] [ANNOUNCE] compiz-0.8.0

2009-02-20 Thread Danny Baumann
l10n updates l10n updates l10n updates l10n updates l10n updates Christopher Williams (1): Fix compatibility with newer libmetacity-private versions. GtkStyle is colormap specific, so we can't use a new colormap each time we create a pixmap. Danny Baumann (11

Re: [compiz] Command binding handling in compiz core

2009-02-03 Thread Danny Baumann
Hi, > > Hence I propose doing the following: > > > > - Add a "commands" plugin > > Handling of arbitrary command bindings should be moved from core to this > > plugin. Also, button and edge bindings for arbitrary commands as > > requested by a number of people can easily be added to such a plugin

[compiz] Command binding handling in compiz core

2009-02-03 Thread Danny Baumann
Hi, currently, we have a bunch of stuff in compiz core that is entirely Gnome specific, though it's designed to be general. What I mean is - arbitrary command bindings - terminal and screenshot command bindings - "main menu" and "run dialog" toolkit actions Neither of those is handled by the wind

Re: [compiz] The future of Compiz

2009-01-02 Thread Danny Baumann
Hi, > > I think this is something we really need to fix as a community. Dennis > > should have just been able to post a mail to the list saying 'Core is > > broken, I have time to work on it, here is a list of features I > > propose', have minimal discussion, have him present to us a prototype >

Re: [compiz] _NET_WM_FULLSCREEN_MONITORS hint (YAY!!)

2009-01-02 Thread Danny Baumann
Hi, > You confused me... The spec goes top/bottom/left/right... Let me redo > this that way... > > (monitor set: top/bottom/left/right - old code - new code) > monitor #0 being 1280x800 > monitor #1 being 1280x1024 > > A) - 1280x800+0+0 - 1280x800+0+0 > B) - 1280x1024+1280+0 - 128

Re: [compiz] _NET_WM_FULLSCREEN_MONITORS hint (YAY!!)

2008-12-31 Thread Danny Baumann
Hi, > - There's one reported regression: URL I will try to see what's > happening there (and if I can reproduce it at all), but if you have any > pointers, let me know. Sorry folks, URL should read http://forum.compiz-fusion.org/showthread.php?t=10642 I should better fill in URLs right away inst

Re: [compiz] _NET_WM_FULLSCREEN_MONITORS hint (YAY!!)

2008-12-31 Thread Danny Baumann
ust pulled out a git clone of > compiz and was getting ready to start looking at patching > _NET_WM_FULLSCREEN_MONITORS into Compiz and I discovered that Danny > Baumann had done just that literally the day before. WOOT! Thank you > Danny!!! You're welcome :) > I spent some

Re: [compiz] compiz segmentation fault and synchronization

2008-12-27 Thread Danny Baumann
Hi, > I got a segmentation fault in compiz and after some analysis have a > question about synchronization in core compiz functions. > > From time to time when I switch my laptop between users I see > corrupted picture on the display. Also I see the following lines in > logs: > > Dec 22 22:05:34

Re: [compiz] Compiz 0.8 branched

2008-12-10 Thread Danny Baumann
Hi, > Nothing has worked with the compiz that includes nomad. I don't understand > what > nomad is other than a few brief descriptions of it enabling features for rdp > on > linux -- but the down side is it *kills* emerald. Foolish trade-off in my > view. Nomad is not on master, but on a separ

Re: [compiz] Annoying gconf/ccsm behavior

2008-11-29 Thread Danny Baumann
Hi, > After reading the comments on: > http://bugs.opencompositing.org/show_bug.cgi?id=379 > > The problem stemmed from the inability to unload the gconf plugin via > gconf. However, what would the alternative be? > > It seems like a better solution overall to simply treat conf plugins for > w

Re: [compiz] Annoying gconf/ccsm behavior

2008-11-28 Thread Danny Baumann
Hi, > Fedora 10 ships with compiz and launches it as: compiz > --ignore-desktop-hints glib gconf > > This causes compiz to load the glib and gconf plugins at startup. This > works fine. > > The problem arises when the gconf database does not include those > plugins in /apps/compiz/general/all

Re: [compiz] [ANNOUNCE] compiz-0.7.8

2008-09-17 Thread Danny Baumann
/archive/individual/app/compiz-0.7.8.tar.gz.sha1 > > 7b8a67b5d5b4aa6a33fcf60691bfae757768ffa3 compiz-0.7.8.tar.gz > > > > > > http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1.asc > > (signed by Danny Baumann) > > Sorry folks, but I made a mis

Re: [compiz] [ANNOUNCE] compiz-0.7.8

2008-09-17 Thread Danny Baumann
compiz-0.7.8.tar.gz.sha1 > 7b8a67b5d5b4aa6a33fcf60691bfae757768ffa3 compiz-0.7.8.tar.gz > > > http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1.asc > (signed by Danny Baumann) Sorry folks, but I made a mistake when creating the tarball which leads to the KDE parts not building when

[compiz] [ANNOUNCE] compiz-0.7.8

2008-09-16 Thread Danny Baumann
-0.7.8.tar.gz http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1.asc (signed by Danny Baumann) Additionally, a git clone of the source tree: git clone git://git.freedesktop.org/git/xorg/app/compiz will include a signed compiz-0.7.8 tag which points

Re: [compiz] compiz-0.7.6-16.1 - Forces Yast s/w management to full-screen no decorations

2008-07-03 Thread Danny Baumann
Hi, > For the past 1 or 2 compiz releases, for some reason it opens > Yast software > management full-screen with no window decorations in kde. > kwin gives the normal windowed yast s/w management. Does playing around with the "legacy fullscreen support" option in the workarounds plugin ch

Re: [compiz] Missing Window Border

2008-06-28 Thread Danny Baumann
Hi, Accidentially sent private only, forwarding to mailing list as well. Regards, Danny > -Ursprüngliche Nachricht- > Von: Danny Baumann [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 28. Juni 2008 14:13 > An: 'Esben Stien' > Betreff: AW: [compiz] Miss

Re: [compiz] color management spec

2008-06-10 Thread Danny Baumann
Hi, > > I strongly dislike supporting subwindow ID/profile tuples. > The task of > > window and compositing managers is and always has been to > manage and > > draw _toplevel_ windows, not subwindows. I don't really think that > > adding a subwindow management infrastructure to compositing

Re: [compiz] color management spec

2008-06-10 Thread Danny Baumann
Hi, > Am 30.05.08, 14:32 +0200 schrieb Rémi Cardona: > > Tomas Carnecky a écrit : > > > Dennis Kasprzyk (compiz developer) wasn't happy that I want to > > > attach properties to subwindows, instead he suggested to attach a > > > list to the top-level window containing tuples of > [(sub)window

Re: [compiz] Dbus Interface

2008-06-09 Thread Danny Baumann
Hi, > I was looking into the source code in more detail and debuged the DBUs > interface a bit and it seems to me that only a few commands of the > compiz plugin are still "exported" as "actions" in version 0.7.6 of > compiz. > > If I grep the source tree of compiz I find only 7 occurrences if >

Re: [compiz] Many thanks for compiz-0.7.6, but 1 box now experiences WSOD

2008-06-04 Thread Danny Baumann
Hi, > Thanks for a great compiz-0.7.6. The cylinder takes a little warming up > to, > but is really cool. Of all the boxes I have updated, I have one that now > experiences the White Screen of Death (WSOD) when compiz is started. Killing > X > with ctrl+alt+backspace or ssh from remote

Re: [compiz] What Happened to Compiz in (compiz-0.7.4-11.1)

2008-05-08 Thread Danny Baumann
Hi, > This isn't a cross post. It's even worse: It's a repost without reference to your original discussion (which is located at http://lists.opensuse.org/opensuse/2008-05/msg00519.html). > Wobbly windows seems to have changed in the last release and for the > worse. On > narrow windows,

Re: [compiz] compiz 0.7 error "No GLXFBConfig for default depth"

2008-02-25 Thread Danny Baumann
Hi, > Since upgrading to compiz 0.7, it does not start anymore on my x86_64 > system, with the error message > compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going > to work. > compiz (core) - Error: Failed to manage screen: 0 > compiz (core) - Fatal: No manageable screens f

Re: [compiz] compiz-0.7.0-5.1 - Killed compiz-emerald-0.6.9_git071204-1.4

2008-02-08 Thread Danny Baumann
Hi, > With the update to compiz 0.7.0-5.1, compiz-emerald and emerald-themes > completely stopped working. Compiz will start and you can choose kde > window decorations, but I cannot get emerald to work not matter what. > Not from fusion icon, not from the cli with "emerald --replace &". It is

Re: [compiz] [ANNOUNCE] compiz-0.7.0

2008-02-08 Thread Danny Baumann
Hi, > For those of us "out of the loop" a bit of late, does anyone have the > following snippets of info: > > 1. Is this meant to be a dev release (e.g. odd number == dev)? Yes. It should be a pretty stable dev release, though ;-) > 2. What is the state of the fusion plugin set? Grab from git o

Re: [compiz] compiz works really strange with external monitor

2008-02-07 Thread Danny Baumann
Hi, > > Well, it's not so much a 'weird configuration' as a faithful > > representation of reality. :) What to do with this information is policy > > and thus not up to the X server. > > This should be obvious... The xinerama query is returning the actual > heads, as it is supposed to. There are

Re: [compiz] compiz works really strange with external monitor

2008-02-07 Thread Danny Baumann
Hi, > > > "metacity doesn't know what is the full screen resolution" > > > https://bugzilla.redhat.com/show_bug.cgi?id=431302 > > > > > > Can you please look at it and say if this looks like a compiz, X, > > > gnome which bug :) > > > > I've been aware of this issue for about a year or more now, b

Re: [compiz] compiz works really strange with external monitor

2008-02-05 Thread Danny Baumann
Hi, > I've been aware of this issue for about a year or more now, > but never really considered it a bug. Like Danny sais in the > cf bug report [1], it's totally wm-dependant how to treat this issue. > > However, I believe it makes sense for Compiz to have an > option to ignore outputs that

Re: [compiz] compiz works really strange with external monitor

2008-02-05 Thread Danny Baumann
Hi, > Maybe the following description would help a bit to find a reason ? > I have similar example. It wasn't always like this, it started in the past > after one of upgrades of compiz (months ago, I think shortly after > beryl-compiz merge). It may be also due to upgrade of Xorg (from 1.2 to 1.

Re: [compiz] compiz works really strange with external monitor

2008-02-04 Thread Danny Baumann
Hi, > > Hi, u found this bug with compiz turned on: > > > > "metacity doesn't know what is the full screen resolution" > > https://bugzilla.redhat.com/show_bug.cgi?id=431302 > > > > Can you please look at it and say if this looks like a compiz, X, > > gnome which bug :) > > > > Thank you very much

Re: [compiz] little but annoying bug :)

2008-02-04 Thread Danny Baumann
Hi, > > > > > > Hi, > > > > > > I first would thank all of you for great work that you do compiz, it > > > > > > really is one of poster child projects for opensource model of > > > > > > developing great apps. > > > > > > > > > > > > I have one small bug[1] but it is irritaing me a lot :) so can

Re: [compiz] [patch] fix crash in ini plugin

2008-02-04 Thread Danny Baumann
Hi, > The ini plugin segfaults on startup. The following patch fixes it. Not > sure why this hasn't been caught before - i guess not many people use > the ini plugin. That, and the error depends on memory initialization. But in any case, you're correct; I've commited your patch. Regards, Danny

Re: [compiz] little but annoying bug :)

2008-02-02 Thread Danny Baumann
Hi, > > > > Hi, > > > > I first would thank all of you for great work that you do compiz, it > > > > really is one of poster child projects for opensource model of > > > > developing great apps. > > > > > > > > I have one small bug[1] but it is irritaing me a lot :) so can you > > > > please look

Re: [compiz] compiz.ini option field format?

2008-01-28 Thread Danny Baumann
Hi, > Looking through the compiz.ini, I don't understand the > option format. > Example: > > as_run_command0 = F2,Button0,,0,false > > What are the fields? I get F2, but what is Button0 > (none?). What are the rest of the fields? > > as_run_command0 = Keys,MouseButton, ? , ? ,(t

Re: [compiz] [PATCH] Fix broken svg loading

2008-01-21 Thread Danny Baumann
Hi, > SVG loading in Compiz was broken for some time on my system, giving > errors like this when attempted: > > (process:32161): GLib-GObject-CRITICAL **: > /build/buildd/glib2.0-2.14.1/gobject/gtype.c:2242: initialization > assertion failed, use IA__g_type_init() prior to this function > > Thi

Re: [compiz] Check behaviour of Compiz Fusion KDE 0.6.2-3.1

2007-11-20 Thread Danny Baumann
Hi, > 2. Apparent program errors > The software "kde-window-decorator" crashed yesterday after a bit of looking > around. > I guess that the same issue was reported by "tribunal" already. > http://forum.compiz-fusion.org/showthread.php?t=5584 This problem is already fixed in both git head and 0.

Re: [compiz] Open issues with localisation/internationalisation by Compiz Fusion KDE 0.6.2-3.1?

2007-11-20 Thread Danny Baumann
Hi, > > I've currently commited a fix for the window menu translation to master and > > the compiz-0.6 branch. > > That is interesting. > > I have noticed that some actions are offered twice in the context menu of my > GNOME GUI after Compiz Fusion was started. > Example: > English "Move to Anot

Re: [compiz] compLogMessage to a file?

2007-11-12 Thread Danny Baumann
Hi, > > I have such a plugin (dumping debug output to a file, including > > timestamps, filenames automatically generated from PID and time/date) > > lying around for some time. I meant to publish it sometime ago, but > > forgot about it. I will do so this week. > > OK, thanks. Does it catch logM

Re: [compiz] compLogMessage to a file?

2007-11-11 Thread Danny Baumann
Hi, please do not top quote. > Yeah, I was thinking of that, however it would be nice if I didn't > have to add a dependency :-/ I have such a plugin (dumping debug output to a file, including timestamps, filenames automatically generated from PID and time/date) lying around for some time. I mea

Re: [compiz] No 'core plugin'?

2007-11-01 Thread Danny Baumann
Hi, > I was until a couple of days ago joyfully running the latest git version > of compiz. Today when I started it using a "compiz-manager" script > (after updating to the most recent) I got the following error: > > /usr/bin/compiz (core) - Error: no 'core' plugin with ABI version > '20071017' l

Re: [compiz] Windows open with title bar below GNOME panel

2007-10-31 Thread Danny Baumann
Hi, > Is there a setting that would cause windows to open with their title > bar hidden behind the GNOME panel? With Compiz disabled they always > open below the panel (as if the bottom of the panel was the top of the > screen). > > The windows still "snaps" to the panel when moved, so the windo

Re: [compiz] compiz workarounds plugin and firefox on Fedora 8

2007-10-28 Thread Danny Baumann
Hi, > >> Gitweb seems tob e out of order for 0.6, but commit > >> f6c2f52156aaaf5bc3fc4718de85e1befc92dca1 in the 0.6.0 branch for > >> plugins-main should be what you're looking for. > >> > >> > > thx! > > will build a new f8 package ASAP. > > From the id I think Danny is referring to this: > ht

Re: [compiz] compiz workarounds plugin and firefox on Fedora 8

2007-10-27 Thread Danny Baumann
Hi, > > There is a bug report for this here: > > http://bugs.opencompositing.org/show_bug.cgi?id=431 > > > > It seems to be fixed for Firefox in the current git version. > > > I cannot find any fix for this in git the commit linked above is > already > part of the 0.6.0 release. > I heard that the

Re: [compiz] No 3D in KDE, other effects work

2007-10-20 Thread Danny Baumann
Hi, > In Ubuntu 7.10 with KDE, I have compiz running under XGL. Although > Beryl ran fine in Ubuntu 7.04, Compiz will not enable 3D effects such > as wobbly windows. Other effects, such as minimize/restore animations, > work properly. The machine is a Dell Inspiron 6400 / E1505 laptop, > 2Ghz Inte

Re: [compiz] [ANNOUNCE] compiz-0.6.2

2007-10-18 Thread Danny Baumann
Hi, > This release has still the "flipping window" problem I described a while back > (mail from 25.8.) > > When moving a window fast to the left screen, so the cube spins, the window > seems to "jump" to the other side of the screen and flip back. Yes, I know, wobbly snap still has issues. I

[compiz] [ANNOUNCE] compiz-0.6.2

2007-10-18 Thread Danny Baumann
-0.6.2.tar.gz http://xorg.freedesktop.org/archive/individual/app/compiz-0.6.2.tar.gz.sha1.asc (signed by Danny Baumann) Additionally, a git clone of the source tree: git clone git://git.freedesktop.org/git/xorg/app/compiz will include a signed compiz-0.6.2 tag which points to

Re: [compiz] [PATCH] Make runCommand() work with multiple screens.

2007-10-17 Thread Danny Baumann
Hi, > It's not perfect, assumes s->numScreens < 10 and that DISPLAY ends with > '.?', but it works and I can start apps on the second screen. I've commited an enhanced version of your patch which should work with every display string thrown at it. I've also commited your other patch to the decora

Re: [compiz] [ANNOUNCE] compiz-0.6.0

2007-10-17 Thread Danny Baumann
Hi, > > A new compiz release 0.6.0 is now available from: > > Are you aware that the compiz.org website is still lagging behind? It > still mentions 0.4.0 as the current stable Yes, I am, but unfortunately I have no access to the site. Rico, can you please update the site accordingly (and p

Re: [compiz] [ANNOUNCE] compiz-0.6.0

2007-10-17 Thread Danny Baumann
Hi, > > I will release a 0.6.2 ASAP that fixes that problem, but until then, > > please either apply this commit to the release tarball: > > http://gitweb.freedesktop.org/?p=xorg/app/compiz.git;a=commit;h=b6c6acc70261d0942977441914c23e7a1c99215e > > or continue to use the compiz-0.6 branch. > > H

Re: [compiz] [ANNOUNCE] compiz-0.6.0

2007-10-03 Thread Danny Baumann
Hi, > > Unfortunately I noticed today that release 0.6.0 contains a bad problem > > that allows e.g. desktop windows being stacked over normal windows when > > they are mapped. This results in normal windows and/or panels not being > > visible when compiz is launched with the Gnome or KDE sess

Re: [compiz] Dissappearing gnome terminal contents

2007-10-02 Thread Danny Baumann
Am Dienstag, den 02.10.2007, 11:45 +0200 schrieb Jesper Andersen: > Hi. > > I was not able to find any notice of this issue in either the forums or > bugzilla (http://bugs.opencompositing.org/) (is that still used btw) so > I am posting it here in the hope that it is useful to someone. > > I am u

Re: [compiz] [ANNOUNCE] compiz-0.6.0

2007-10-01 Thread Danny Baumann
Hi, > Additionally, a git clone of the source tree: > > git clone git://git.freedesktop.org/git/xorg/app/compiz > > will include a signed compiz-0.6.0 tag which points to a commit > named: > 6218259ff6ec71a1eb6e9062646d63794947747e > > which can be verified with: >

Re: [compiz] [PATCH] added key bindings for window raise/lower

2007-09-25 Thread Danny Baumann
Hi, > I think you should look at extrawm compiz-fusion plugin if you want to > add such features... > > > Did a pretty simple patch to allow raising/lowering window using key > > bindings, which I personally use a lot in other window managers. > > > > As simple as it is, it changes the

Re: [compiz] OSD Mystery

2007-08-30 Thread Danny Baumann
Hi, > >> Is there a setting for that somewhere? In a previous incarnation, I > >> was using the gconf backend for compiz-fusion, but it was corrupting > >> the settings. My current installation doesn't seem to allow the gconf > >> backend as an option (at least, it doesn't appear in the menu). >

Re: [compiz] [ANNOUNCE] compiz-0.5.4

2007-08-23 Thread Danny Baumann
Hi, > > Kristian, is there any specific reason that your fixes are not in > > master, but only in the 0.6 branch? It looks to me as it would make > > sense to include them in master as well. > > I'm pretty sure I put them on master (the default-plugins patch needed > some adjusting) and I see the

Re: [compiz] [ANNOUNCE] compiz-0.5.4

2007-08-23 Thread Danny Baumann
Hi, > > > Since I have some interest in seeing the 0.6 release go out, I can > > > volunteer to drive that unless somebody else wants to. > > > > I started charry-picking to the 0.6 branch, but if you have some spare > > time, help is always appreciated ;-) > > I will pick up the plain bug fixes f

Re: [compiz] [ANNOUNCE] compiz-0.5.4

2007-08-21 Thread Danny Baumann
Hi, > > I'm not sure what will end up in 0.6 and not. I'm not going to be much > > in charge of what goes into 0.6 and not. We can revert the commit that > > added the XCB requirement and re-base the 0.6 branch on head if people > > are interested in that. > > I think 0.6 got branched at a good t

Re: [compiz] Focus problem for shaded windows

2007-08-07 Thread Danny Baumann
Hi, > > > > You are right. This also works as intended. I walked a false path > > > > there, sorry. > > > > The real problem is that we don't select for FocusChange events for > > > > frame windows and thus never get FocusIn events for them. > > > > Correcting this revealed another problem: The

Re: [compiz] Focus problem for shaded windows

2007-08-07 Thread Danny Baumann
Hi, > > >> today, I noticed a problem in focus handling for shaded windows which is > > >> pretty easy to reproduce: > > >> > > >> - Disable "Click to focus" > > >> - Shade a window > > >> - Hover another window > > >> - Hover back to the window frame of the shaded window > > >> - Press Ctrl+Alt+

Re: [compiz] Focus problem for shaded windows

2007-08-06 Thread Danny Baumann
>> today, I noticed a problem in focus handling for shaded windows which is >> pretty easy to reproduce: >> >> - Disable "Click to focus" >> - Shade a window >> - Hover another window >> - Hover back to the window frame of the shaded window >> - Press Ctrl+Alt+S >> >> Expected behaviour would be

Re: [compiz] F8 desktop features

2007-07-30 Thread Danny Baumann
Hi, > ccs has taken a different approach and is afaik an abstraction layer on > top of the configuration system provided by compiz core. It has its own > backend interface that allows different storage systems to be used. It > provides an API for which applications like ccsm can written without >

Re: [compiz] [PATCH] Resize plugin not finishing resizing

2007-07-28 Thread Danny Baumann
Hi, > On Sat, 2007-06-23 at 19:53 +0200, Bellegarde Cedric wrote: > > In current git, when starting a resize and finish it without any > change, > > resizeTerminate() need to do a resizeDamageRectangle(). > > > > This patch fix the issue... > > ok, should be fixed in head now. It should be fixed

Re: [compiz] [PATCH] Screen edge trigger delay

2007-07-12 Thread Danny Baumann
Hi, > I've updated the screen edge trigger delay patch I posted on this list > on 19/06/07. > > The prevention of edge delays for edge action that don't want to be > delayed is now done more appropriately by a metadata tag > () and the edge delay is now also applied to edge > DnD actions. > > I

Re: [compiz] [PATCH] Fix timing of scale activate event ending

2007-07-12 Thread Danny Baumann
Hi, > This small patch fixes the place where the "activate" event is sent in > Scale to notify others about when its state goes back to normal. > Previously it happened when its (going back to normal) animation > starts, where it should have been when the animation ends. Without > this fix, this a

Re: [compiz] Metadata additions

2007-07-12 Thread Danny Baumann
Hi, > With this mail I would like to make a proposal to add additional informations > to the core and plugin metadata files. Currently these tags are already > handled in the ccs configuration system. Ccs automatically adds this > informations to the core/plugin option set, but I think that it

Re: [compiz] [PATCH] Screen edge trigger delay

2007-07-12 Thread Danny Baumann
Hi, I've updated the screen edge trigger delay patch I posted on this list on 19/06/07. The prevention of edge delays for edge action that don't want to be delayed is now done more appropriately by a metadata tag () and the edge delay is now also applied to edge DnD actions. I'm still open for

Re: [compiz] [PATCH] plugin conflict resolution between Fade & Animation

2007-07-05 Thread Danny Baumann
Hi, > The patches I sent earlier apparently only worked for window closing. > Animation's activate event was too late for suppressing minimize/open > fading. Here are working patches that are also simpler, they don't > involve any compiz-event handling. Now Fade just checks at the > beginning whet

Re: [compiz] [PATCH] plugin conflict between Minimize & Animation: add feature "windowanimations"

2007-07-05 Thread Danny Baumann
Hi, > The minimize plugin conflicts with Animation. For example, it doesn't > let Animation draw shade animations, and interferes with other window > event animations. The animation plugin now minimizes the relevant > effects to taskbar, so using the two plugins together doesn't make > sense anymo

Re: [compiz] [PATCH] Scale z by 1 instead of 0

2007-06-27 Thread Danny Baumann
Hi, > Currently some plugins call matrixScale with z parameter 0. This > probably wasn't the intention and it might cause problems (it did in > the past). 1 should be passed instead. This patch fixes this typo. Yes, that definitely makes sense. I've just applied your patch. Regards, Danny

Re: [compiz] [PATCH] Fix placement mode option

2007-06-27 Thread Danny Baumann
Hi, >> In current git, placement mode option isn't working. >> >> This patch fix this issue. >> >> Cedric > > Hmm, i just miss to remove the old placeMode struct :( I've just applied your patch - thank you. Regards, Danny ___ compiz mailing list comp

Re: [compiz] [PATCH] Always use mipmaps in cube plugin

2007-06-26 Thread Danny Baumann
Hi, > > Currently, the cube plugin uses mipmapping only when cube is unfolded. > > When the cube is rotated, mipmaps are not used, which leads to ugly look > > of textures. > > > > The attached patch fixes this. This leads to another kind of artifacts, > > which are fixable with anisotropic filter

[compiz] Focus problem for shaded windows

2007-06-25 Thread Danny Baumann
Hi, today, I noticed a problem in focus handling for shaded windows which is pretty easy to reproduce: - Disable "Click to focus" - Shade a window - Hover another window - Hover back to the window frame of the shaded window - Press Ctrl+Alt+S Expected behaviour would be that the shaded window is

[compiz] [PATCH] Case insensitive matching for the regex plugin

2007-06-20 Thread Danny Baumann
Hi, I have created an addition to the regex plugin that allows case insensitive matching for title/class/name/role. To enable the case insentive matching, I chose to prepend an 'i' before the tag (ititle=, iclass=, ...). The patch is obviously attached ;-) Are there any objections against putting

[compiz] [PATCH] Screen edge trigger delay

2007-06-19 Thread Danny Baumann
Hi, a popular feature in Beryl currently missing in Compiz was the ability to delay triggering screen edge actions, so that you have to keep your pointer at the screen edge for a while for the action to be triggered to prevent accidential triggering. The attached patch adds that feature. I'd like

[compiz] Core option sorting in metadata

2007-06-13 Thread Danny Baumann
Hi, currently, all sorting order of the core and core plugin options inside the metadata files is based on the order they are listed in the C source files. Unfortunately, that's not optimal for automatic settings manager GUI generation. DO you think it's ok to sort them by functional groups? This

Re: [compiz] window walking interface

2007-06-12 Thread Danny Baumann
Hi, > > Thanks for putting these changes in git, it indeed makes more sense > > than the way I did it first. > > I re-made the transparent cube patches to work now with this new interface. > > Tell me what you think about it. I re-did Roi's patches for latest cube plugin changes and coding style.

Re: [compiz] Scale Binding

2007-06-07 Thread Danny Baumann
Hi, > Why was the scale binding changed and not plane's and wall's then? > ctrl + alt + up is a very good binding for scale. What would be your suggestion for wall and plane then? cube uses Crtl +Alt+Left/Right for viewport switching left/right, so in my opinion it makes a lot of sense if wall an

Re: [compiz] Scale Binding

2007-06-07 Thread Danny Baumann
Hi, > isnt the default binding for scale ctrl + alt + up...? at least that's > mine... That was the case before (until today morning CEST), but it was changed because it conflicted with the plane and wall plugins. Regards, Danny ___ compiz mailing li

Re: [compiz] Unable to start gwd under Fedora 7

2007-06-04 Thread Danny Baumann
Hi, > gtk-window-decorator: Could not acquire decoration manager selection on > screen 0 display ":0.0" Which version of Compiz do you use? I just tried running "gtk-window-decorator --replace &" on my box (F7 / latest Git Compiz) and it worked just fine. Or do you by any chance already have som

Re: [compiz] Dbus plugin problem: Setting reset

2007-05-15 Thread Danny Baumann
Hi, > > I finally have found the reason for the problem: It is wrapping into > > initPluginFor(Display|Screen) while executing initPluginFor(Display| > > Screen). > > Let me show this with the call stack. 'storage' in this example is the > > option storage plugin. > > > > - d->initPluginForDispla

Re: [compiz] Dbus plugin problem: Setting reset

2007-05-15 Thread Danny Baumann
Hi, > > since quite some time I encounter a problem which I believe is in the > > dbus plugin: Sometimes when I load or unload plugins by changing the > > configuration, all settings of all plugins are reset. At the same time, > > the following message appears multiple times in the terminal I star

[compiz] [PATCH] Window base size calculation problem

2007-05-15 Thread Danny Baumann
Hi, I just noticed that Compiz' window base size calculation in the function recalcNormalHints() is broken. If both PMinSize and PBaseSize are set, the base size is overwritten by the minimum size first and after that the minimum size is overwritten by the base size again. This leads to the base s

[compiz] Dbus plugin problem: Setting reset

2007-05-14 Thread Danny Baumann
Hi, since quite some time I encounter a problem which I believe is in the dbus plugin: Sometimes when I load or unload plugins by changing the configuration, all settings of all plugins are reset. At the same time, the following message appears multiple times in the terminal I started Compiz from

Re: [compiz] meta data update

2007-05-08 Thread Danny Baumann
Hi, > Plugin dependencies have not yet been moved to the meta data system. I'd > like some feedback before we do this. I suggest that we use tags similar > to this: > > > > large-desktop > > > png > some-feature >

Re: [compiz] core.xml and compiz.xml

2007-05-08 Thread Danny Baumann
Hi, > I think there's a naming error in the current git metadata: > metadata/compiz.schemas and metadata/compiz.xml should be named > metadata/core.schemas and metadata/core.xml. > > In my installation all my core settings are ignored: renaming the file > /usr/share/compiz.xml in /usr/share/core.

Re: [compiz] extra plugins for 0.5.0?

2007-05-07 Thread Danny Baumann
Hi, > is anybody already working on porting the extra plugins (those ported > over from beryl) to compiz 0.5.0? I'm especially thinking about the > animation plugin. Or is this something to be addressed post-unification? For the sake of completeness and if you once want to work with the Git versi

Re: [compiz] Bug in otherScreenGrabExist?

2007-05-03 Thread Danny Baumann
Hi, > I am fairly sure that this is just a bug in the codes logic, but > I thought I should check first > > I noticed that the function was always returning true if only > one grab is checked for (maybe other cases too) > > If nobody shouts I shall commit it because the behaviour in > my plugin

Re: [compiz] [PATCH] Option for activation behaviour on window close

2007-05-03 Thread Danny Baumann
Hi, > > please find attached a patch that makes the behaviour of window > > activation when a window is closed optional. > > Currently, always the last active window is activated. Sometimes this > > might not be the desired behaviour, but users (like me ;-) ) would like > > the window under the po

[compiz] [PATCH] Option for activation behaviour on window close

2007-04-30 Thread Danny Baumann
Hi, please find attached a patch that makes the behaviour of window activation when a window is closed optional. Currently, always the last active window is activated. Sometimes this might not be the desired behaviour, but users (like me ;-) ) would like the window under the pointer to be activate

Re: [compiz] adding XCB dependency

2007-04-27 Thread Danny Baumann
Hi, > I intend to make compiz depend on XCB and Xlib/XCB sometime soon so we > can start using XCB where it's beneficial [1]. I'm mostly interested in > using it for asynchronous reading of window properties but we should > eventually try to use it for as much as possible. Removing Xlib > complete

  1   2   >