Mercurial > pidgin.yaz
diff README.dbus @ 11067:2eca9ed49469
[gaim-migrate @ 13048]
Modified configure.ac so that it rejects dbus builds with the dbus
library older than 0.34
Added a simple object registration system to the dbus implementation
so that it is possible to query object properties remotely (eg. give
me property "name" of buddy with id = 5).
committer: Tailor Script <tailor@pidgin.im>
| author | Piotr Zielinski <zielaj> |
|---|---|
| date | Thu, 07 Jul 2005 15:43:48 +0000 |
| parents | df0241eb602c |
| children |
line wrap: on
line diff
--- a/README.dbus Thu Jul 07 15:43:05 2005 +0000 +++ b/README.dbus Thu Jul 07 15:43:48 2005 +0000 @@ -34,7 +34,7 @@ executable. -4. Start DBUS if you haven't done it already +4. Start Session DBUS if you haven't done it already eval `dbus-launch --session` export DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID @@ -42,12 +42,7 @@ These commands will set the two above shell variables. These variables must be set before running any dbus-aware programs. - -Now you can start gaim as usual. A new program, gaim-client can be -used to issue commands to a running gaim process +Start gaim as usual. To communicate with it, use "gaim-send". When +you execute gaim-send, the dbus system will automatically start a gaim +process if one is not running already. - gaim-client command1 command2 ... - -At the moment there are only three commands: ping, quit, and connect. -When you execute gaim-client, the dbus system will automatically start -a gaim process if one is not running already.
