[Debian-islamic-commits] [SCM] Packaging for Monajat branch, master, updated. debian/2.6.1-2-2-g0b50aec
أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Mon Sep 12 15:03:49 UTC 2011
The following commit has been merged in the master branch:
commit 0b50aecbaae01252d7492d9f0d1afdb1f5edbaeb
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date: Sun Sep 11 09:00:45 2011 +0200
Added remove-timeout-to-fix-lp-844680.patch patch to remove timeout
which causes Monajat to crash in Oneiric (LP: #844680)
diff --git a/debian/patches/remove-timeout-to-fix-lp-844680.patch b/debian/patches/remove-timeout-to-fix-lp-844680.patch
new file mode 100644
index 0000000..f70a473
--- /dev/null
+++ b/debian/patches/remove-timeout-to-fix-lp-844680.patch
@@ -0,0 +1,26 @@
+Description: remove timeout to fix lp#844680
+Author: Muayyad Alsadi مؤيد السعدي <alsadi at ojuba.org>
+Origin: http://git.ojuba.org/cgit/monajat/commit/?id=f28edd92935a6adb57b04ae5608b684b3fb56cfc
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/monajat/+bug/844680
+
+---
+ monajat/applet.py | 3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/monajat/applet.py b/monajat/applet.py
+index 7c5c689..68ed03e 100644
+--- a/monajat/applet.py
++++ b/monajat/applet.py
+@@ -280,7 +280,8 @@ class applet(object):
+ self.notify.add_action("previous", _("previous"), self.notify_cb)
+ self.notify.add_action("next", _("next"), self.notify_cb)
+ self.notify.add_action("copy", _("copy"), self.notify_cb)
+- self.notify.set_timeout(5000)
++ # FIXME: maybe we should have notify object per notification
++ #self.notify.set_timeout(5000) # FIXME: commented out to fix https://bugs.launchpad.net/ubuntu/+source/monajat/+bug/844680
+ #self.notify.set_urgency(pynotify.URGENCY_LOW)
+ self.notify.set_hint('resident', True)
+ #self.notify.set_hint('transient', True)
+--
+1.7.5.4
+
diff --git a/debian/patches/series b/debian/patches/series
index d4a6d84..3c6e766 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
fix-lang-selection.diff
+remove-timeout-to-fix-lp-844680.patch
--
Packaging for Monajat
More information about the Debian-islamic-commits
mailing list