[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#798206: marked as done (gnome-orca: Binding to report notifications does not work)



Your message dated Tue, 08 Sep 2015 09:35:22 +0000
with message-id <E1ZZFJC-0004Dt-3b@franck.debian.org>
and subject line Bug#798206: fixed in gnome-orca 3.16.2-2
has caused the Debian Bug report #798206,
regarding gnome-orca: Binding to report notifications does not work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
798206: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798206
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-orca
Version: 3.16.2-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

I use orca 3.16 here, with MATE desktop.


   * What exactly did you do (or not do) that was effective (or
     ineffective)?

1. ins-space
2. Create 3 bindings in Bindings tab:
- ins-f8 for speaking previous notification message;
- ins-f9 for speaking latest notif message
- ins-f10 to have notif messages list

3. Save. 
4. On an IRC client in MATE, be highlighted by someone. O!ca reads the notif.

   * What was the outcome of this action?

If you issue ins-f8 f9 f10, orca says: "not notification message"

   * What outcome did you expect instead?

It should speak the latest message, at least.

*** End of the template - remove these template lines ***

Attached a patch which will likely be applied upst!eam. Could you apply it to the Debian release?
It fixes the problem. This feature is quite useful. The Debian sackage should
ship it via patch before the next Orca release. All the more as it's a small
patch, I applied in /usr/lib/python3/dist-packages/orca/scripts/apps/notification-daemon/script.py
I also pasted it here:
http://sprunge.us/EbWJ


Minor change. Really it'd be nice to apply. You could apply too for Jessie.

Thanks

Regards,



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnome-orca depends on:
ii  gir1.2-glib-2.0            1.44.0-1+b2
ii  gir1.2-gtk-3.0             3.16.6-1
ii  gir1.2-pango-1.0           1.36.8-3
ii  gir1.2-wnck-3.0            3.14.0-2
ii  gsettings-desktop-schemas  3.16.1-1
ii  python3                    3.4.3-4
ii  python3-brlapi             5.2~20141018-5
ii  python3-cairo              1.10.0+dfsg-4+b1
ii  python3-gi                 3.16.2-1
ii  python3-louis              2.6.2-2
ii  python3-pyatspi            2.16.0+dfsg-1
ii  python3-speechd            0.8-7
pn  python3:any                <none>
ii  speech-dispatcher          0.8-7

Versions of packages gnome-orca recommends:
ii  libgail-common  2.24.28-1
ii  xbrlapi         5.2~20141018-5

gnome-orca suggests no packages.

-- no debconf information
>From 648659be997efef806c9db6ff35fb27aa3e3d43c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Vilmar=20Est=C3=A1cio=20de=20Souza?=
 <vilmar@invormal.com.br>
Date: Sun, 6 Sep 2015 00:30:59 -0300
Subject: [PATCH] Add save messages to notification-daemon script

---
 src/orca/scripts/apps/notification-daemon/script.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/orca/scripts/apps/notification-daemon/script.py b/src/orca/scripts/apps/notification-daemon/script.py
index ebe4a06..b9fbd79 100644
--- a/src/orca/scripts/apps/notification-daemon/script.py
+++ b/src/orca/scripts/apps/notification-daemon/script.py
@@ -30,7 +30,7 @@ import pyatspi
 import orca.messages as messages
 import orca.scripts.default as default
 import orca.speech as speech
-
+import orca.notification_messages as notification_messages
 
 ########################################################################
 #                                                                      #
@@ -48,3 +48,4 @@ class Script(default.Script):
         texts = [self.utilities.displayedText(acc) for acc in allLabels]
         text = '%s %s' % (messages.NOTIFICATION, ' '.join(texts))
         speech.speak(text, None, True)
+        notification_messages.saveMessage(text)
-- 
2.5.1


--- End Message ---
--- Begin Message ---
Source: gnome-orca
Source-Version: 3.16.2-2

We believe that the bug you reported is fixed in the latest version of
gnome-orca, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 798206@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mario Lang <mlang@debian.org> (supplier of updated gnome-orca package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 08 Sep 2015 10:14:19 +0200
Source: gnome-orca
Binary: gnome-orca
Architecture: source all
Version: 3.16.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
Changed-By: Mario Lang <mlang@debian.org>
Description:
 gnome-orca - Scriptable screen reader
Closes: 798206
Changes:
 gnome-orca (3.16.2-2) unstable; urgency=medium
 .
   * Fix "Binding to report notifications does not work" by
     cherry-picking e292943 from upstream. (Closes: #798206)
Checksums-Sha1:
 be9af4d1b7aa6c44c686eba43de7640ae0ce10a8 2206 gnome-orca_3.16.2-2.dsc
 60ddb9499fa32f4cafb87ab031dac8a48868d306 8432 gnome-orca_3.16.2-2.debian.tar.xz
 78bbec93a88bc3e2e3f3101e9b2b6a3ebc80ea64 1647852 gnome-orca_3.16.2-2_all.deb
Checksums-Sha256:
 5c5c932346553c2cc98ce118afdb5447992e8293d1d652e9a84ab83ed9fd78a4 2206 gnome-orca_3.16.2-2.dsc
 d54790b3b3c5654a3cc437c6bbafd5f3efec56649cf45c7285e5475d891e54ff 8432 gnome-orca_3.16.2-2.debian.tar.xz
 387d0f275e04e6e64207e283caa161c3ee08bbac1a9bcca237c9448c04f23390 1647852 gnome-orca_3.16.2-2_all.deb
Files:
 79264dff9a1312fe0d6b60afe5cd37bd 2206 gnome optional gnome-orca_3.16.2-2.dsc
 05dbb3056f418da713a14aa410c0aa49 8432 gnome optional gnome-orca_3.16.2-2.debian.tar.xz
 53f49ef842f0fb0662151ad2f4e8ae1f 1647852 gnome optional gnome-orca_3.16.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQGVAwUBVe6lhrh9mtxGggJBAQj6SQv/TmyBCByDJEgkWa5bL4cdIVmeHXIU8Bsc
7vZz0atlf7f+UyLrcK4Jo95q7EdbfOkGkuNvue7p3RPjbZbe19AWRXVejk7fHF6t
LJcchP1HqC/1rIVD5IcBK8t9sGH5ry4XNyGDjLyiCos04mfDI4SPHmCDkni6IKq5
keD4cYBCa0oPRyTZdHHNBz/fPtnAvP99sgBy1QIUpmwc57Zo4zwksq9Pw3j87rfX
zUY6xUGT2LlV+wfxcUK2HQfsfAAnUrv22esHen/zt95FI7UWBzyusnG0Ct2F+e+f
3xd897v7lkcSW5goAJeJ7SjiaFiPPtxjNetPOJ93xnV/mKJsmnOVhTnricTUyUCu
7uLy08SvtFwkD4MiwaYt+kgf2x0y4VgBgOFVe54yB+UOy5bIcP3kXrKsBOjmg4l1
+A0ScAolRQvg3G4O4V85qod/NtJdadkmOED7951fzFr79+aI1Nq8qUiu0LQ84BoD
8marqC+2nCqmNmxr3CMUMsMe3ripL7q1
=TiLI
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: