Use matchbox to activate home and people page

This commit is contained in:
Marco Pesenti Gritti
2006-07-19 13:38:24 +02:00
parent 08a52809a6
commit ae00121fbf
11 changed files with 27 additions and 27 deletions
+10
View File
@@ -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()