search for: method_call

Displaying 20 results from an estimated 22 matches for "method_call".

2006 Oct 09
1
[PATCH] dbus terminate action
...EMBER_NAME "activate" +#define COMPIZ_DBUS_DEACTIVATE_MEMBER_NAME "deactivate" #define COMPIZ_DBUS_SET_MEMBER_NAME "set" #define COMPIZ_DBUS_GET_MEMBER_NAME "get" @@ -126,13 +127,34 @@ dbusGetOptionsFromPath (CompDisplay *d, * dbus-send --type=method_call --dest=org.freedesktop.compiz \ * /org/freedesktop/compiz/rotate/allscreens/rotate_to \ * org.freedesktop.compiz.activate \ - * string:'root' int32:0x52 string:'face' int32:1 + * string:'root' \ + * int32:`xwininfo -root | grep id: | awk '{ print $4 }...
2010 May 19
1
various minor problems
...l specific. 192.168.0.80 is an alias for eth0; after Xend, all my IPs are removed, and I have to re-declare all of them manually. any idea ? 5: when i start a/any domU, syslog get filled of messages: May 19 18:46:29 uranus dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.9" (uid=1000 pid=8950 comm="/usr/lib/enlightenment/utils/enlightenment_fm) interface="org.freedesktop.Hal.Device" member="QueryCapability" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=690...
2007 Jan 27
3
keybindings patch, gnome-keybinding-bridge and vignettes plugins
...e them. To finish, I also have made a small plugin: ?vignettes?, based on miniwin and switcher plugin. http://gandalfn.club.fr/ubuntu/vignettes/vignettes-0.0.1.tar.gz This plugin can create clone window and destroy them with dbus. You can create a mini clone window like this: dbus-send --type=method_call --dest=org.freedesktop.compiz \ /org/freedesktop/compiz/vignettes/allscreens/create \ org.freedesktop.compiz.activate :window int32:<window xid to clone> \ :x int32:<optional clone window x position> \ :y int32:<optional clone window y position> \ :width int32:<optional clone...
2015 May 11
0
Vodafone K4203 Mobile Broadband on Centos7
...5:0:0:0: [sr2] scsi-1 drive May 11 21:05:06 jvermeulen udisksd[2765]: Mounted /dev/sr2 at /run/media/jvermeulen/Vodafone Mobile Mroadband on behalf of uid 15587 and the I see this EM: May 11 21:06:37 jvermeulen dbus-daemon: dbus[773]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.12" (uid=0 pid=886 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination=":1.75" (uid=0 pid=...
2015 Apr 09
2
Edit login user list on CentOS 6
...ied the brute force approach (grep -R) without success. It's a dbus service. # rpm -qf /etc/dbus-1/system.d/org.freedesktop.Accounts.conf accountsservice-0.6.39-2.fc21.x86_64 Documentation in: /usr/share/dbus-1/interfaces/org.freedesktop.Accounts.xml For example: $ dbus-send --system --type=method_call --print-reply \ --dest=org.freedesktop.Accounts \ /org/freedesktop/Accounts \ org.freedesktop.Accounts.ListCachedUsers
2006 Oct 05
3
configuration support in dbus plugin
...ability to query available options and their restrictions.. I'll add these things 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
2016 Dec 13
3
Bottom panel on new C7.3
Hi All, I run these commands for previous 7.2 to hide the bottom panel. gconftool-2 -t int --list-type int --set /apps/panel/toplevels/bottom_panel/auto_hide_size 0 gconftool-2 -t bool --list-type bool --set /apps/panel/toplevels/bottom_panel/auto_hide true It does not seem to be working any more... I am seeing the panel. Thoughts? Jerry
2015 Apr 10
0
Edit login user list on CentOS 6
...qf /etc/dbus-1/system.d/org.freedesktop.Accounts.conf > accountsservice-0.6.39-2.fc21.x86_64 That file/RPM does not appear to be available on CentOS 6. > Documentation in: > /usr/share/dbus-1/interfaces/org.freedesktop.Accounts.xml > > For example: > $ dbus-send --system --type=method_call --print-reply \ > --dest=org.freedesktop.Accounts \ > /org/freedesktop/Accounts \ > org.freedesktop.Accounts.ListCachedUsers Alas, because it?s not available for CentOS 6, none of the above is available/appicable, so I?m back to square one. Alfred
2015 Apr 14
0
C7 hide bottom panel
After much searching I found how to hide the panel. dbus-send --print-reply --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'Main.panel.actor.hide();' Works great... However - I also wish to hide the bottom panel or workspace. Anyone know what that is??? I tried Main.Workspace.actor.hide() and that did not work. Thanks, jerry
2016 Dec 14
0
Bottom panel on new C7.3
Hi Liam, Your correct. I copied pasted too fast. The OLD gconftool-2 is for the older CentOS 6 version of things. The command for CentOS 7 is this: dbus-send --print-reply --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eva string:'Main.panel.actor.hide();' When I enter this command by hand I am getting this error: Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell was not provided by any .service files The dbus-send command w...
2018 May 30
0
'gnome-daemon-settings' Doesn't Start When Attempting To Make Changes
...use orientation, etc.), the gnome-settings-daemon pops up and says it can't run, and the changes never occur. I've looked into the /var/log/messages, and have seen some weirdness from dbus-daemon such as: > dbus-daemon: [system] Rejected send message, 1 matched rules; > type="method_call", sender=":1.15" (uid=42 pid=5042 > comm="gnome-power-manager) > interface="org.freedesktop.Hal.Device.LaptopPanel" > member="SetBrightness" error name="(unset)" requested_reply=0 > destination=":1.1" (uid=68 pid=2920 comm=...
2007 May 17
0
[PATCH] Add getCoreInfo function
...age (DBusConnection *connection, } /* + * 'GetCoreInfo' can be used to retrieve information about the running + * Compiz process. + * + * Returns (s)programName, (i)ABIVERSION, (s)PLUGINDIR, (s)HOME_PLUGINDIR, + * (s)METADATADIR + * + * Example: + * + * dbus-send --print-reply --type=method_call \ + * --dest=org.freedesktop.compiz \ + * /org/freedesktop/compiz \ + * org.freedesktop.compiz.getCoreInfo + */ +static Bool +dbusHandleGetCoreInfoMessage (DBusConnection *connection, + DBusMessage *message, + CompDisplay *d) +{ + DBusMessage *reply; + const c...
2015 Apr 09
2
Edit login user list on CentOS 6
------------ Original Message ------------ > Date: Thursday, April 09, 2015 11:03:04 -0600 > From: Frank Cox <theatre at melvilletheatre.com> > > On Thu, 9 Apr 2015 12:58:18 -0400 > Alfred von Campe wrote: > >> The thread on the CentOS 7.1 user login screen reminded me of a >> small nagging issue I have on CentOS 6. We are using a Windows >> AD backend
2017 Jun 14
1
ganesha with gluster not starting
...(/usr/lib/systemd/system/nfs-ganesha.service; disabled; vendor preset: disabled) Active: failed (Result: core-dump) since Wed 2017-06-14 14:00:49 EDT; 4s ago Docs: http://github.com/nfs-ganesha/nfs-ganesha/wiki Process: 2402 ExecStop=/bin/dbus-send --system --dest=org.ganesha.nfsd --type=method_call /org/ganesha/nfsd/admin org.ganesha.nfsd.admin.shutdown (code=exited, status=0/SUCCESS) Process: 2389 ExecStartPost=/bin/bash -c prlimit --pid $MAINPID --nofile=$NOFILE:$NOFILE (code=exited, status=0/SUCCESS) Process: 2387 ExecStart=/bin/bash -c ${NUMACTL} ${NUMAOPTS} /usr/bin/ganesha.nfsd ${OP...
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...olors from dbus, it appears that they are not supported yet. I commented the code that should work but doesn't. I added text support but only via dbus. There are certain problems with typing directly to the screen. You can write to the screen with a dbus command like this. dbus-send --type=method_call --dest=org.freedesktop.compiz \ /org/freedesktop/compiz/annotate/allscreens/remote_initiate \ org.freedesktop.compiz.activate string:'root' \ int32:`xwininfo -root | grep id: | awk '{ print $4 }'` \ string:tool string:text string:x double:1000 string:y double:200 \ string:text stri...
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 Jan 14
2
What is connect-debounce wrt usb?
...mputer, Uncategorized HCI Ver: 1.2 (0x2) HCI Rev: 0x512 LMP Ver: 1.2 (0x2) LMP Subver: 0x512 Manufacturer: Cambridge Silicon Radio (10) CSR is considered good... Then I try and pair my Treo 650. I picked up the following to make the token discoverable: dbus-send --system --type=method_call --print-reply --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:discoverable ouch! Now then, hcitool scan mostly fails. But hcitool info 00:07:E0:24:5A:94 gets: Requesting information ... BD Address: 00:07:E0:24:5A:94 Device Name: RGM LMP Version: 1.1...
2007 Feb 26
4
window matching interface and the new match option
...pply to. I've updated the initiate actions in the scale plugin so it's possible to provide a match option as argument to any one of them. This means that an external source can initiate scale mode for a specific set of windows. E.g. by using the dbus plugin you can do this dbus-send --type=method_call --dest=org.freedesktop.compiz /org/freedesktop/compiz/scale/allscreens/initiate org.freedesktop.compiz.activate string:'root' int32:`xwininfo -root | grep id: | awk '{ print $4 }'` string:'match' string:'class=Gnome-terminal' to initiate scale mode only for gnome-te...
2009 May 15
0
[PATCH server] Starting of new ovirt QMF API.
...+ if id == 1 + # This class is a singleton so it's easy.. :) + @agent.query_response(context, @ovirt) + end + end + + def implement_class_query(context) + puts "query for 'Ovirt' object" + @agent.query_response(context, @ovirt) + end + + def implement_method_call(context, name, object_num_low, args) + case name + when 'create_vm_def' + # args is a Qmf::Arguments and is not a real hash even though it implements [], each etc. + vm_hash = {} + args.each do |key, value| + puts "key is #{key}, value is #{args[key]}"...
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