Displaying 13 results from an estimated 13 matches for "active_plugins".
2008 Nov 27
2
Annoying gconf/ccsm behavior
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/allscreens/options/active_plugins. What
happens is that the plugins get loaded at startup, and after all the
"general" (read: core) options are read, it then unloads any plugins not
in the active_plugins list right after, causing the gconf plugin to not
configure any other plugins, and stop listening for gconf notify...
2006 Oct 13
3
No window decorator
Hi,
With latest compiz updates i can't get gtk-window-decorator working.
I add gwd gconf keys I saw in list archives :
http://lists.freedesktop.org/archives/compiz/2006-October/000627.html
No success.
I use this script to start compiz :
killall gtk-window-decorator
gtk-window-decorator &
export __GL_YIELD="NOTHING"; compiz --replace --use-cow gconf &
Compiz load but
2009 Aug 26
1
Enable Plugin from DBus
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 settings manager.
Thanks!
Carlo
2007 Mar 02
3
CompDisplay from loaderLoadPlugin
I'm trying to use custom functions for loaderLoadPlugin and
loaderUnloadPlugin to register/unregister plugin paths in the dbus
plugin as needed but I need to get access to a CompDisplay or
DbusDisplay in order to do so. Is there any way to get access to this?
--
Travis Watkins
http://www.realistanew.com
2007 Jan 01
1
DBus setting options broken
...about an hour trying
to track this one down and am completely lost, hopefully someone else
can figure it out.
Here is the code I'm using to set a list option:
import dbus
bus = dbus.SessionBus()
obj = bus.get_object('org.freedesktop.compiz',
'/org/freedesktop/compiz/core/allscreens/active_plugins')
iface = dbus.Interface(obj, 'org.freedesktop.compiz')
value = iface.get()
value.remove('place')
iface.set(value)
--
Travis Watkins
http://www.realistanew.com
2006 Dec 14
3
[dbus] add getMetadata to plugins
This patch adds support for getMetadata to plugins. It could probably
use better strings for "core". I need this for my dbus-based
configuration GUI.
--
Travis Watkins
http://www.realistanew.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add_plugin_metadata.patch
Type: text/x-patch
Size: 2511 bytes
Desc: not available
Url :
2006 Jun 09
1
No window decorations with latest CVS/window shading
...9;s possible this is some interaction with
the newest gtk+ or other Gnome libraries. Gnome-window-decorator is running
and the decoration plugin is loaded.
I first had this problem with the latest quinnstorm, so I switched to the
latest CVS for fdo compiz, removing quinnstorm-specific plugins from
active_plugins, and got the same problem. Reverting to CVS from a 6/6 (prior
to window shading), either fdo or quinnstorm, eliminates this problem.
I looked for a configure option for disabling window shading but didn't see
one. Could someone suggest anything else I can do to help diagnose this
problem?
--...
2007 Feb 23
2
gtk-window-decorator - No window borders
Hi,
I have a strange problem with gtk-window-decorator. I've tried 0.3.6 &
the latest from git, but with either I don't get any window borders when
running gwd. I hope its not something simple I've missed but I've
searched around and not found anything. gwd never segfaults or even
displays any warnings or anything for that matter. It just doesn't draw
the borders. I've
2011 Feb 17
8
[Bug 34371] New: [natty] Video corruption on kernel 2.6.38-1-generic (and on -3) and nVidia Corporation GT216 [GeForce GT 230M] (rev a2)
...rameters and even some degree of video
acceleration.
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.6~3ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Architecture: amd64
CompizPlugins: No value set for
`/apps/compiz-1/general/screen0/options/active_plugins'
DRM.card0.HDMI.A.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
DRM.card0.LVDS.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
DRM.card0.VGA.1:
status: disconnected
enabled: disabled
dpms: Off
modes:
edid-base64:
Date: Sat Feb...
2006 Dec 28
2
updating the AUTHORS file
...regen including the water options
Request the default value of the key from gconf, rather than
initializing the key to the internal default value if it hasn't yet been
set by the user. Notably, this makes it so that "compiz gconf" on a new
account will use the default value of active_plugins rather than the
(effectively empty) list of plugins on the command line. (It also makes
it so that the sysadmin can override defaults via sabayon or whatever.)
fix the gravity handling so self-resizing windows don't dance
(although I'm pretty sure this is a symptom of mishandling gravi...
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
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
.../git.freedesktop.org/git/xorg/app/compiz
Remove trailing whitespace
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
Merge branch 'master' of git://git.freedesktop.org/git/xorg/app/compiz
Changed registration system to re-register on active_plugins change
Use correct variable naming conventions
Merge branch 'master' of git://git.freedesktop.org/git/xorg/app/compiz
Tiny typo
Use COMPIZ_DBUS_ROOT_PATH define
Fix build error
Register screen options properly
Unregister objects in correct order...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...egenerate schemas
Regenerate schemas
Made define name more consistent
Code formatting changes
Add Introspection support to dbus
Fix crash if config file contains invalid action options
Remove trailing whitespace
Changed registration system to re-register on active_plugins change
Use correct variable naming conventions
Tiny typo
Use COMPIZ_DBUS_ROOT_PATH define
Fix build error
Register screen options properly
Unregister objects in correct order
Always send list values as an array
Removed registration checks and unneeded...