search for: command0

Displaying 5 results from an estimated 5 matches for "command0".

Did you mean: command
2006 Nov 12
1
custom shortcuts
...and for something like pan (which was not in the menu) I could do it in gconf-editor (apps->metacity, etc.). Since neither the shell nor pan are in the menu under compiz, I tried to set them under gconf-editor, by analogy with metacity: apps->compiz->general->allscreens->options command0 <Alt>n run_command0_key gnome-terminal and similarly for pan, but neither works. I'm probably missing something. How should this be done? Hope it's not a bug. Thanks!
2006 Oct 05
3
configuration support in dbus plugin
...gs once someone needs them, or even better, I'll accept patches from someone who implements them. Simple example for how it can be used with dbus-send for command line configuration of compiz: dbus-send --type=method_call --dest=org.freedesktop.compiz \ /org/freedesktop/compiz/core/allscreens/command0 \ org.freedesktop.compiz.set string:'gnome-terminal' -David
2008 Oct 15
9
Rails sessions working intermittently in IE7
Hello, We are developing in Rails 2.1.0 and serving the files with mongrels behind Apache. We are using SqlSessionStore. Recently I noticed that when logging into our site using IE7 the session doesn''t persist in some situations, and persists when it shouldn''t. For instance when I log in my info is maintained when visiting certain pages, but disappears on others. The info never
2010 Apr 24
5
About your application's environment URL not found
Hi I am a newbie (which you probably guessed from the subject) and have just installed ruby 1.8.7, rails 2.3.5 and apache 2.2.12 on ubuntu 9.10. I have created a rails app and edited my apache config as shown below. The Rails "Welcome aboard" page displays, but when I click on "About your application''s environment" I get "Not Found The requested URL
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