[blueman] Update to 1.23

Christoph Wickert cwickert at fedoraproject.org
Thu Apr 26 22:41:44 UTC 2012


commit df6aba2053f151d820b0b5816bb886d2b793a066
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri Apr 27 00:41:31 2012 +0200

    Update to 1.23
    
    - Drop upstreamed PulseAudio patch
    - Fix statusicon
    - Autostart blueman not only in GNOME but also in Xfce and LXDE
    - Enhance description

 PulsePatch.patch              |   11 -----------
 blueman-1.23-statusicon.patch |   20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/blueman-1.23-statusicon.patch b/blueman-1.23-statusicon.patch
new file mode 100644
index 0000000..1031b62
--- /dev/null
+++ b/blueman-1.23-statusicon.patch
@@ -0,0 +1,20 @@
+--- blueman-1.23/blueman/plugins/applet/StatusIcon.py.orig	2012-04-26 23:52:01.900955192 +0200
++++ blueman-1.23/blueman/plugins/applet/StatusIcon.py	2012-04-26 23:52:34.882160450 +0200
+@@ -68,7 +68,7 @@
+ 		entry.connect("changed", self.on_entry_changed, ic, image)
+ 		
+ 	__options__ = {"icon": {"type": str,
+-							"default": "blueman-tray",
++							"default": "bluetooth",
+ 							"name": _("Icon Name"),
+ 							"desc": _("Custom icon to use for the notification area"),
+ 							"decorator": widget_decorator
+@@ -166,7 +166,7 @@
+ 		self.QueryVisibility()
+ 		
+ 	def on_status_icon_resized(self):
+-		self.icon = "blueman-tray"
++		self.icon = "bluetooth"
+ 		
+ 		#p = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 22, 22)
+ 		#p.fill(0)


More information about the scm-commits mailing list