Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-people
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-19 11:38:24 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-19 11:38:24 (GMT)
commitae00121fbffdb3434d79716a112bd5956b9e5e67 (patch)
treeba65fb39de00da7ae25c2f0e56a45877b9f371fe /shell/sugar-people
parent08a52809a6ae3c712d67a9b50f10821ab5225e48 (diff)
Use matchbox to activate home and people page
Diffstat (limited to 'shell/sugar-people')
-rwxr-xr-xshell/sugar-people10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/sugar-people b/shell/sugar-people
new file mode 100755
index 0000000..056dca0
--- /dev/null
+++ b/shell/sugar-people
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+
+import dbus
+
+bus = dbus.SessionBus()
+proxy_obj = bus.get_object('com.redhat.Sugar.Shell', '/com/redhat/Sugar/Shell')
+shell = dbus.Interface(proxy_obj, 'com.redhat.Sugar.Shell')
+shell.show_people()
+
+