Re: Recovering accessibility after partial Gnome 3 upgrade in testing

2011-12-16 Thread Jason White
Kenny Hitt hittsj...@gmail.com wrote:
 Hi.
 On Thu, Dec 15, 2011 at 05:04:22PM +1100, Jason White wrote:
  On my laptop, I upgraded to the latest testing a few weeks ago and
  unintentionally acquired Gnome 3 packages. Gnome-shell is not installed, but
  when X is started we get an activities screen. Orca is not executed
  automatically as it used to be, and when executed manually, very little is
  accessible and Orca hangs in Firefox/Iceweasel.
  
 I believe your problem is caused by atspi2.0 moving into testing.

Actually, it turned out that I was just a few packages short of having Gnome
3.0+6 installed from testing, obviously the least accessible version of Gnome
for a long time for Orca users. AT-SPI 1 is still installed, not a good
combination.

My hope is that the latest AT-SPI 2, Orca and Gnome 3.2 will all arrive in
unstable very soon.

I can also try xfce if that's likely to work.

I don't need a working X environment very often on this laptop, but obviously
I would rather have one than not.


-- 
To UNSUBSCRIBE, email to debian-accessibility-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111216090400.ga17...@jdc.jasonjgw.net



GEM (GEstures with Mouse) Release

2011-12-16 Thread NCOSS NCOSS
*Hi,
*
*
We are announcing the release of beta-0.1 version of GEM (GEstures with
Mouse). It is an input mechanism (for GNOME desktop) which uses gestures as
input to the system. Gestures can be drawn using a mouse or some equivalent
device like touch pad, joystick, pen tablet etc.

More details about GEM can be accessed at http://www.cdacmumbai.in/
accessibility
...
GEM related URLs:

1. Accessibility Project Main page at CDAC, Mumbai website can be accessed
at http://www.cdacmumbai.in/accessibility.

2. GEM can be download at http://www.cdacmumbai.in/projects/accessibility/
gem-beta-0.1.tar.gz.

3. User documentation for GEM can be accessed at http://www.cdacmumbai.in/
projects/accessibility/How-To-Use-GEM.pdf.

NB: The Application is still evolving, hence please do give us your
feedbacks, bug reports or feature enhancement requests.

Please mail us at mailto:o...@cdac.in* *
Thanks  Regards
OSSD Tean
CDAC

*


Re: GNOME 3.2 / pyatspi / at-spi2-core

2011-12-16 Thread Michael Biebl
On 15.12.2011 23:01, Michael Biebl wrote:
 Hi Mario, hi Samuel,
 
 to unblock the situation regarding GNOME 3.2, I wanted to let you know
 that I'm planning to NMU pyatspi tomorrow and upload the current version
 2.0.2 to unstable via DELAYED/5. 

I've done the NMU a few moments ago. Attached is the debdiff.

As using static and dynamic pygobject at the same time does not really
work that well, I've pulled a fix from upstream Git for that.
I've changed the dependency on python-gobject to python-gi accordingly.

The complete changelog reads:

 pyatspi (2.0.2+dfsg-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Upload to unstable.
   * Use introspection for the GLib main loop.
 Patch cherry-picked from upstream Git.
   * Depend on python-gi instead of python-gobject.
   * Use dh_python2 so ${python:Depends} is correctly set.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff -Nru pyatspi-2.0.2+dfsg/debian/changelog pyatspi-2.0.2+dfsg/debian/changelog
--- pyatspi-2.0.2+dfsg/debian/changelog	2011-07-28 14:34:35.0 +0200
+++ pyatspi-2.0.2+dfsg/debian/changelog	2011-12-16 15:51:54.0 +0100
@@ -1,3 +1,14 @@
+pyatspi (2.0.2+dfsg-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Upload to unstable.
+  * Use introspection for the GLib main loop.
+Patch cherry-picked from upstream Git.
+  * Depend on python-gi instead of python-gobject.
+  * Use dh_python2 so ${python:Depends} is correctly set.
+
+ -- Michael Biebl bi...@debian.org  Fri, 16 Dec 2011 15:40:13 +0100
+
 pyatspi (2.0.2+dfsg-1) experimental; urgency=low
 
   * Remove tests/* until upstream clarifies licensing.
diff -Nru pyatspi-2.0.2+dfsg/debian/control pyatspi-2.0.2+dfsg/debian/control
--- pyatspi-2.0.2+dfsg/debian/control	2011-07-28 14:34:35.0 +0200
+++ pyatspi-2.0.2+dfsg/debian/control	2011-12-16 15:50:43.0 +0100
@@ -7,9 +7,11 @@
 Vcs-Git: git://git.debian.org/git/pkg-a11y/pyatspi.git
 Homepage: http://live.gnome.org/Accessibility/GNOME3
 Build-Depends: debhelper (= 7),
+   python (= 2.6.6-3~),
python-dbus,
pkg-config,
python-gobject-dev (= 2.26.0)
+X-Python-Version: = 2.5
 Standards-Version: 3.9.2
 
 Package: python-pyatspi2
@@ -18,7 +20,7 @@
 Replaces: python-pyatspi
 Depends: ${misc:Depends},
  ${python:Depends},
- python-gobject (= 2.26.0),
+ python-gi (= 3.0),
  gir1.2-atspi-2.0
 Description: Assistive Technology Service Provider Interface - Python bindings
  at-spi is the Assistive Technology Service Provider Interface.
diff -Nru pyatspi-2.0.2+dfsg/debian/patches/0001-Use-introspection-for-the-GLib-main-loop.patch pyatspi-2.0.2+dfsg/debian/patches/0001-Use-introspection-for-the-GLib-main-loop.patch
--- pyatspi-2.0.2+dfsg/debian/patches/0001-Use-introspection-for-the-GLib-main-loop.patch	1970-01-01 01:00:00.0 +0100
+++ pyatspi-2.0.2+dfsg/debian/patches/0001-Use-introspection-for-the-GLib-main-loop.patch	2011-12-16 15:38:12.0 +0100
@@ -0,0 +1,33 @@
+From a48759f60b1a863f14238a5cc089eaac79d3bf2c Mon Sep 17 00:00:00 2001
+From: Mike Gorse mgo...@novell.com
+Date: Thu, 25 Aug 2011 13:18:00 -0500
+Subject: [PATCH] Use introspection for the GLib main loop
+
+---
+ pyatspi/registry.py |3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+diff --git a/pyatspi/registry.py b/pyatspi/registry.py
+index 89a36bd..0b0130c 100644
+--- a/pyatspi/registry.py
 b/pyatspi/registry.py
+@@ -28,7 +28,6 @@ __all__ = [Registry,
+ 	   set_default_registry]
+ 
+ import os as _os
+-import gobject
+ from gi.repository import Atspi
+ from gi.repository import GObject
+ import time
+@@ -80,7 +79,7 @@ class Registry(object):
+ self.app_event_register = None
+ self.desktop = None
+ 
+-		self.main_loop = gobject.MainLoop()
++		self.main_loop = GObject.MainLoop()
+ 
+ def __call__(self):
+ 
+-- 
+1.7.7.3
+
diff -Nru pyatspi-2.0.2+dfsg/debian/patches/series pyatspi-2.0.2+dfsg/debian/patches/series
--- pyatspi-2.0.2+dfsg/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ pyatspi-2.0.2+dfsg/debian/patches/series	2011-12-16 15:38:17.0 +0100
@@ -0,0 +1 @@
+0001-Use-introspection-for-the-GLib-main-loop.patch
diff -Nru pyatspi-2.0.2+dfsg/debian/rules pyatspi-2.0.2+dfsg/debian/rules
--- pyatspi-2.0.2+dfsg/debian/rules	2011-07-28 14:34:35.0 +0200
+++ pyatspi-2.0.2+dfsg/debian/rules	2011-12-16 15:51:02.0 +0100
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2


signature.asc
Description: OpenPGP digital signature


Processing of pyatspi_2.0.2+dfsg-1.1_amd64.changes

2011-12-16 Thread Debian FTP Masters
pyatspi_2.0.2+dfsg-1.1_amd64.changes uploaded successfully to localhost
along with the files:
  pyatspi_2.0.2+dfsg-1.1.dsc
  pyatspi_2.0.2+dfsg-1.1.debian.tar.bz2
  python-pyatspi2_2.0.2+dfsg-1.1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-accessibility-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rbzjh-0001lk...@franck.debian.org