similar to: keybindings patch, gnome-keybinding-bridge and vignettes plugins

Displaying 20 results from an estimated 4000 matches similar to: "keybindings patch, gnome-keybinding-bridge and vignettes plugins"

2007 Jan 06
2
ubuntu packages patch
hi, For compiz ubuntu packages, I made some patchs to have a behavior of compiz nearer to metacity. All patch are made for compiz-0.3.6 and they are more hacks or draft than good fix, i hope they can help. http://gandalfn.club.fr/ubuntu/compiz-patch/90-fix-no-border-window-shadow.patch This patch fix white boxes instead of shadows for gnome-panel and other non-standard windows on AiGLX.
2006 Oct 09
1
[PATCH] dbus terminate action
I was always annoyed that you couldn't terminate an action with dbus so I have written this patch which fixes that. Hopefully this can be included. I wrote the patch trying to repeat as little code as possible so I just added a boolean parameter to the dbusHandleActivateMessage and changed the name to dbusHandleActivateDeactivateMessage. You could probably change the deactivate parameter
2006 Nov 12
4
Include option type in gconf schema
I am writing a configuration front end for the compiz gconf plugin at the moment, but it's proving harder than it should be because gconf does not record what type of compiz option the key is. For example, say i want a color picker for each color option the only way I can tell with gconf if it is color is if it has a # at the beginning, but there could be string option which also have a # at
2006 Oct 05
3
configuration support in dbus plugin
I've added configuration support to the dbus plugin. I haven't done much testing so let me know if you find any issues with it. You can find some usage examples in the dbus plugin code. This is what KDE needs for compiz configuration support but you can of course use it for other configuration systems too. E.g. writing a simple daemon that monitors a text file and use this dbus interface
2006 Jul 08
1
New Action system
It seems, and I might just have a weird system, but I doubt it, that the new Action system in compiz git head is a bit weird. On a clean install, not only do options like "resize_initiate_bell" show up in gconf, but the actual action binding options don't work. For example I can't set resize_initiate_button to anything but its default (the key changes in gconf, but resize
2006 Aug 10
2
Better keybindings for move and resize
Hi, I'm attaching a patch that improves the keybindings for keyboard resize and move. In both cases, the action can now be cancelled by Esc, moving the window back to the position and size it had before the action was initiated. Furthermore, for the resize case, the keybindings now work more like metacity, in that when initiated, it starts with the cursor in the middle of the window. The
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
Here are my patches to add extra shapes to the annotate plugin. I have also added dbus support and made a few things configurable. The new tools available are Line, Rectangle and Circle, the original is called Brush. There is no selection line at the moment because I do not understand OpenGL yet. Hopefully these patches can be added and something added later. There is an extra action called
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
2007 Jun 12
0
Keybindings trouble
I'm using the latest compiz-git (along with compcomm patches & ccsm) and I'm having troubles with some keybindings. It seems that compiz is somehow intercepting any shortcuts that I try to use that are Control +Alt+*OTHER*. For example, I have set in my xfce keyboard settings to lock the screen on Control+Alt+l, it works fine with xfwm4 and the last version of beryl, but it only
2007 Feb 26
6
dbus introspection
I've started work on a rewrite of sorts for the dbus plugin that changes how it listens/responds to messages to make it possible to generate introspection data. The main changes are registering every plugin, screen, option, etc with dbus_connection_register_object_path and using libxml2 to generate the introspection data. This more or less works I just need to hook up the rest of the methods
2008 May 09
1
Windows key works some times I boot, doesn't work others
Hi all, I run CentOS5.1 with all updates, and like to use metacity's keybindings (gconf-editor->/apps/metacity/global_keybindings and keybinding_commands) to set shortcut keys for xterm, nautilus, and the like, so <Mod4>x runs xterm and <Mod4>e runs nautilus, rather how Windows-XP keyboard shortcuts work. I always log on as 'neek', the only user other than
2007 Sep 24
2
asterisk cli - vi keybindings ?
This might sound lika a "small" issu, but here it goes: I'm a long time unix user and my shell history usage and editing is configured to use vi keybindings; it's something that's already built into my fingers and using different bindings, like the arrow keys to fetch previous lines, really blows me !... :-( Is there any way to setup the asterisk cli to use such
2006 Dec 05
1
Odd GTK-Window-Decorator bug
In the latest git compilation by gandalfn for his repositories, I receive an odd error regarding non-window items; but only under gtk-window-decorator. All non-window items (including panels, drop-down menus, etc.) have about a 10pixel "system color" stroke effect in place of the drop shadow, or what have you. This is experienced currently under Feisty Fawn testing, afaik. Latest
2006 Apr 18
3
compiz-aiglx patch
hi, a small patch inspired from Kristian H?gsberg compiz-aiglx patch, to use compiz with xorg aiglx with tftp_damage patch and gl-include-inferior patch. this patch add command-line option to force bind and release whenever the texture is used. to use it you must start xorg in 16 depth mode, and start compiz with LIBGL_ALWAYS_INDIRECT environnement variable PS : sorry for my bad english
2006 Oct 19
1
Window title in bar doesn't change when application requests it
I'm running Compiz 0.3.1 (from gandalfn's repo), and when I change, say, tabs in Firefox, the title in the titlebar doesn't change. It does in the panel though, but that isn't the realm of Compiz. When running Metacity, I don't have this problem.
2007 Apr 02
1
Re: Beryl Merger
This was a private mail and not supposed to go to the compiz list. Please don't don't read it unless you're on the compiz admin list. :) I've apologized to Jeff, Mike, Rico and Arturo for making this mistake and I'd like to apologize to anyone else who might have been offended by it. I guess the good part is that you get an uncensored view of what we feel about the community
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 26
4
window matching interface and the new match option
There's now an extensible window matching interface in head. Initial commit message: Add extensible match interface. Match objects can be used for window matching but other objects than windows will likely be supported sometime soon. A match object contains a boolean tree of expressions and each expression can be implemented by a different plugin. The core interface only
2006 Apr 01
2
RadRails KeyBindings
Hi, I''m new to this whole Rails thing but like what I see. Anyways probably stupid question: I was wondering if anyone knew where I could get a list of RadRails key bindings and shortcuts, I can''t seem to find it anywhere in the application or on the ''net. Thanks a lot, Scott
2007 Apr 13
2
White Boarders in AIGLX on non-decorated window types
A patch was submitted to the ML a while ago that cured the problem with white boarders in Gtk-Window-Decorator. Can this patch be commited or be a at least fixed up to work with AIGLX? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/compiz/attachments/20070413/ac87c932/attachment.html