Re: [compiz] CompComm has a real name!

2007-06-20 Thread Treviño
Dennis Kasprzyk ha scritto: > Here a short nonfinal definition how the releases will look like: > > compiz-fusion-(main/extra/unsupported) : The automerged plugin repositories. > I was calling them compiz-fusion-plugins-(main/extra/unsupported), but I can agree on yours, but some packagers alrea

Re: [compiz] CompComm has a real name!

2007-06-20 Thread Colin Guthrie
Dennis Kasprzyk wrote: > This can still change and we hope to finalize the naming stuff during the > next > days. Be also prepared that some of the git directories may also change > during the next days. Thanks for the summary... I wont hold you to it should changes still occur but it's nice to

Re: [compiz] CompComm has a real name!

2007-06-20 Thread Dennis Kasprzyk
Am Mittwoch 20 Juni 2007 18:52:28 schrieb Colin Guthrie: > Jeffrey Laramie wrote: > > I'm pleased to announce that the chosen name of our project and community > > is: > > > > Compiz Fusion > > Just a few quick questions from a packagers perspective! > > > Is the name "Compiz Fusion" as in both wor

Re: [compiz] CompComm has a real name!

2007-06-20 Thread Colin Guthrie
Jeffrey Laramie wrote: > I'm pleased to announce that the chosen name of our project and community is: > > Compiz Fusion Just a few quick questions from a packagers perspective! Is the name "Compiz Fusion" as in both words or will it be referred to as just Fusion, but colloqually as Compiz Fusi

[compiz] CompComm has a real name!

2007-06-20 Thread Jeffrey Laramie
Our previous attempts to select a project name for CompComm have not gone well. We tried a poll but the names in the poll were not pre-qualified to determine if they were usable and the “winning” name was also a strongly disliked name. Kristian and I each proposed a plan to select a name, but th

[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