~ubuntu-branches/ubuntu/lucid/quick-lounge-applet/lucid

« back to all changes in this revision

Viewing changes to debian/patches/20_dbus_session_bus_address.diff

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2008-09-22 18:01:12 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080922180112-itm81kn3p09gduel
Tags: 2.12.5-5ubuntu1
* Merge from Debian unstable, remaining changes (LP: #273345):
 - Build-depend on xorg-dev, fix FTBFS.
 - Update Maintainer field as per spec. 
* Rebuild needed for libgnome-desktop-2 -> libgnome-desktop-2-7 transition

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- quick-lounge-applet-2.12.5.orig/src/GNOME_QuickLoungeApplet_Factory.server.in.in    2008-08-04 23:17:22.000000000 +0200
 
2
+++ quick-lounge-applet-2.12.5/src/GNOME_QuickLoungeApplet_Factory.server.in.in 2008-08-05 00:53:06.000000000 +0200
 
3
@@ -10,6 +10,9 @@
 
4
        </oaf_attribute>
 
5
        <oaf_attribute name="name" type="string" _value="Quick Lounge Factory"/>
 
6
        <oaf_attribute name="description" type="string" _value="Factory for the Quick Lounge applet"/>
 
7
+       <oaf_attribute name="bonobo:environment" type="stringv">
 
8
+               <item value="DBUS_SESSION_BUS_ADDRESS"/>
 
9
+       </oaf_attribute>
 
10
 
 
11
 </oaf_server>
 
12