]> git.pld-linux.org Git - packages/blueman.git/commitdiff
- added tray icon fix from fedora auto/th/blueman-1.23-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 15 Dec 2013 23:04:48 +0000 (00:04 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 15 Dec 2013 23:04:48 +0000 (00:04 +0100)
- rel 2

blueman-statusicon.patch [new file with mode: 0644]
blueman.spec

diff --git a/blueman-statusicon.patch b/blueman-statusicon.patch
new file mode 100644 (file)
index 0000000..1031b62
--- /dev/null
@@ -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)
index c40d2120c0a675754b2d61b343a79e92edfd1b62..87a087365625233adb5f00526bdaf55405c7d3a9 100644 (file)
@@ -6,11 +6,12 @@
 Summary:       Blueman - bluetooth management utility for GNOME
 Name:          blueman
 Version:       1.23
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications
 Source0:       http://download.tuxfamily.org/blueman/%{name}-%{version}.tar.gz
 # Source0-md5: f0bee59589f4c23e35bf08c2ef8acaef
+Patch0:                %{name}-statusicon.patch
 URL:           http://blueman.tuxfamily.org/
 BuildRequires: bluez-libs-devel
 BuildRequires: gettext-devel
@@ -59,6 +60,7 @@ Features:
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
This page took 0.171092 seconds and 4 git commands to generate.