diff options
author | Sergey V. Udaltsov <svu@src.gnome.org> | 2007-08-26 21:36:13 +0000 |
---|---|---|
committer | Sergey V. Udaltsov <svu@src.gnome.org> | 2007-08-26 21:36:13 +0000 |
commit | f2db9aec1ffb9369af5ec8d1ef54a024e835ebcd (patch) | |
tree | 9a401ac97fdcfd31d65aa0bdbc7f5fa4134660c5 | |
parent | bab5caf71fcf017360e1145be6305ee52f8ffef9 (diff) |
work after first login, b.g.o#470496
svn path=/trunk/; revision=10377
-rw-r--r-- | gswitchit/ChangeLog | 5 | ||||
-rw-r--r-- | gswitchit/GNOME_KeyboardApplet.server.in.in | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gswitchit/ChangeLog b/gswitchit/ChangeLog index 5531f279c..792eeae34 100644 --- a/gswitchit/ChangeLog +++ b/gswitchit/ChangeLog @@ -1,3 +1,8 @@ +2007-08-26 Sergey Udaltsov <svu@gnome.org> + + * GNOME_KeyboardApplet.server.in.in: does not work after first login, + http://bugzilla.gnome.org/show_bug.cgi?id=470496 + 2007-08-10 Sergey Udaltsov <svu@gnome.org> * GNOME_GSwitchItApplet.xml, gswitchit-applet.c: dynamic menu item diff --git a/gswitchit/GNOME_KeyboardApplet.server.in.in b/gswitchit/GNOME_KeyboardApplet.server.in.in index c1f640be3..e1b5fb823 100644 --- a/gswitchit/GNOME_KeyboardApplet.server.in.in +++ b/gswitchit/GNOME_KeyboardApplet.server.in.in @@ -16,6 +16,10 @@ <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/> <oaf_attribute name="bugzilla:other_binaries" type="string" value="gnome-keyboard-applet"/> + <oaf_attribute name="bonobo:environment" type="stringv"> + <item value="DBUS_SESSION_BUS_ADDRESS"/> + </oaf_attribute> + </oaf_server> <oaf_server iid="OAFIID:GNOME_KeyboardApplet" |