Displaying 20 results from an estimated 1000 matches similar to: "Couldn't activate plugin 'rotate'"
2007 Aug 13
0
Compiz Fusion Release 0.5.2 is out!
Compiz Fusion Release 0.5.2 is out!
This is the first development release of Compiz Fusion, the result of more
than six months of work and polish. The first stable release, 0.6.0, will
follow after the Compiz 0.6.0 release.
Compiz Fusion is the result of a merge between the Compiz community plugin
set "Compiz Extras" and the parts of the Beryl project that are independent
of the
2007 May 17
2
state plugin
hi,
I saw that Mike Dransfield tried to port 'state' plugin from beryl.
What does it do? It should be able to place windows, based on name,
class etc., to specific viewports. I recently converted to compiz window
manager from WindowMaker (used it for 8 years), and I miss automatic
'pinning' of specific windows to particular workspace (or viewport in
this case).
Mike's
2007 Apr 12
1
[PATCH] Transparent cube
Hi,
Recently i have worked on re-writing beryl's transparent cube, and
ported 3d plugin to compiz.
I'm attaching a patchset here that includes the transparent cube
patches (i'll post the 3d plugin when i fix some problems that didn't
happen in beryl).
Patching order: btf-ftb.patch, clip-planes.patch, plugin-events.patch,
cube-paint-order.patch, transparent-cube.patch.
Special
2007 Jun 02
1
Metadata improvements
I was just thinking, with the metadata files allowing us to make up
settings pages, there is a problem that we could address here.
It seems ever-so-evident that developers are splitting up plugins into
much smaller plugins to reduce the amount of bloat. This is good
because it speeds things up but bad for the user in two ways
-We've got multiple settings pages which really adress the same
2007 May 07
6
meta data update
The switch to the new metadata system is almost complete. All plugins in
the fdo repo except plane and ini have been converted. I'll probably go
ahead and convert those plugins as well sometime soon unless the
original authors of those plugins tells me not to.
The horrible gconf-dump plugin has been removed and replaced by a simple
xslt stylesheet. gconf schemas are now generated from the xml
2007 Jun 06
1
KDesktop 3 transparency patch
Hello,
this patch adds support for real transparency to kdesktop. It adds two new
composite manager related features. To activate the features kdesktop has to
be started with the "--bg-transparency" option.
The first one allows you to change the opacity of the background image. This
works currently with the beryl transparent cube and will also work with
compiz once the transparent
2006 Aug 08
3
Dynamic server address
Hi!
My mail server (ubuntu breezey badger) is connected by ADSL and has a
dynamic address. I have noticed that, every day after the IP address
changes, dovecot is no longer reachable from the net. Iguess this is because
dovecot doesn't register this change and continues to listen on a
non-existing interface/address.
I'm trying to solve this problem by putting a script in /etc/ppp/ip-up/
2007 Jul 12
2
Metadata additions
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 would make
more sense to add this to the official files, to allow similar features in
other configuration
2008 Dec 24
3
[ANNOUNCE] Compiz feature branch compiz++
Hi,
I've currently pushed a new branch called "compiz++" to the freedesktop
repository, with some features I've been working on during last months.
Because most of the features also require (BIG) changes to the plugins, I've
decided to put them all together.
- No direct access to member variables: Everything is now done with getter and
setter functions. This helps with
2007 Apr 18
3
Commit mailing list
Is there a way to get a public commit mailing list for compiz?
Dennis Kasprzyk
2007 Mar 29
7
re-work option initialization
Dennis Kasprzyk and I have been discussing some changes to how options
are initialized.
Problems with how options are currently initialized.
1. Helper functions are not used to initialize options, which means that
if we make a change to the option structure, all option initialization
code needs to be updated. Using helper functions will also reduces the
amount of duplicate code.
2. No
2008 May 29
0
[ANNOUNCE] compiz-0.7.6
A new compiz release 0.7.6 is now available from:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.6.tar.gz
which can be verified with:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.6.tar.gz.sha1
be55dada77dc0716a040c2b9e2d16a0fbc736180 compiz-0.7.6.tar.gz
2007 May 10
5
removing string restrictions
We've previously discussed if we should add some sort of selection
option type and not use string options and string restrictions for that
purpose.
I don't think we need a new option type for this. The integer type
should do just fine. The attached patch changes the blur plugin's filter
option from string to integer type and adds the relevant metadata. I
suggest that we change all
2005 Sep 27
1
oH323 Voice in one direction only
I have successfully installed oH323, but when I make a call the recipient can hear me but I can't hear anything at my end, so voice is only travelling in one direction.
Client Softphone (SIP) => Asterisk => H323 Gateway.
All Codecs have been loaded.
Any help would be appreciated.
Ade.
---------------------------------
To help you stay safe and secure online, we've
2006 Nov 15
3
Aquamarine: The KDE Window Decorator
Hi,
I have added compiz support to aquamarine.
You can download it directly from beryl svn:
svn co svn://svn.beryl-project.org/beryl/trunk/aquamarine/
To install:
./autogen.sh
./configure --enable-debug=full
./make
./sudo make install
You can use kcontrol to set the decoration and decoration specific settings.
You can post bugs to the beryl bugtracker at http://bugs.beryl-project.org .
Please
2007 Aug 27
5
Compiz not working properly using nvidia twinview
Hi,
I am running ubuntu 7.10 gutsy, and I have compiz working on one monitor
( a bit slow though ). When I add twinview to the mix compiz still comes
up, and sort of works but:
1. I loose the background and it is replace by all white
2. The second monitor draws about 30% of the new white background,
then it ends with a bit of a shadow, and then it continues with black
3.
2009 Mar 01
3
CompRect modification
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.
--
Eduardo Gurgel Pinho
(GELSoL-UFC)
(Gentoo) Linux User #415930
http://edgurgel.wordpress.com
http://alu.dc.ufc.br/~eduardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jun 05
1
[PATCH][0.9] Make bool CompWindow::isFocussable Wrappable
Hi,
The attached core patch makes the 'isFocussable' getter in CompWindow
wrappable. This way, plugins such as winrules can make core's getter
function return a different value to the one stored internally without
actually having to modify the value.
Kind Regards,
Sam
--
Sam Spilsbury
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
A new compiz release 0.7.0 is now available from:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.0.tar.gz
which can be verified with:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.0.tar.gz.sha1
59b019b6cd627140f44006876ee2b0c3ab92f150 compiz-0.7.0.tar.gz
2005 Apr 04
1
need any advises for code optimization.
Dear colleagues,
I have the following code. This code is to 'filter' the data set.
It works on the data frame 'whole' with four numeric columns: a,b,d, and c.
Every row in the data frame is considered as a point in 3-D space.
Variables a,b, and d are the point's coordinates, and c is its value.
This code looks at every point, builds a cube 'centered' at this