diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-September/007993.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-September/007993.html | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-September/007993.html b/zarb-ml/mageia-dev/2011-September/007993.html new file mode 100644 index 000000000..bb93f5660 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-September/007993.html @@ -0,0 +1,105 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Switch from Corba to D-Bus based AT-SPI? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Switch%20from%20Corba%20to%20D-Bus%20based%20AT-SPI%3F&In-Reply-To=%3C20110912090911.GA22797%40bkor.dhs.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007991.html"> + <LINK REL="Next" HREF="007994.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Switch from Corba to D-Bus based AT-SPI?</H1> + <B>Olav Vitters</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Switch%20from%20Corba%20to%20D-Bus%20based%20AT-SPI%3F&In-Reply-To=%3C20110912090911.GA22797%40bkor.dhs.org%3E" + TITLE="[Mageia-dev] Switch from Corba to D-Bus based AT-SPI?">olav at vitters.nl + </A><BR> + <I>Mon Sep 12 11:09:11 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="007991.html">[Mageia-dev] Erhalte Zugang zu meinen Bildern und mehr +</A></li> + <LI>Next message: <A HREF="007994.html">[Mageia-dev] Switch from Corba to D-Bus based AT-SPI? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7993">[ date ]</a> + <a href="thread.html#7993">[ thread ]</a> + <a href="subject.html#7993">[ subject ]</a> + <a href="author.html#7993">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>While trying to test the new on-screen keyboard in GNOME 3.1, I noticed +that the Python module 'pyatspi' from at-spi 1.32 doesn't work with +caribou. + +Problem in short: at-spi 1.32 is very old and its python bindings are +static and this won't work with any module which has been converted to +gobject introspection. + +In Fedora as of GNOME 3.1+, D-Bus is used instead of Corba for at-spi. + +They way they do this: +In at-spi 1.32, you can pass --enable-locate to rename the Python module +to pyatspi_corba. +Then there also is a separate "pyatspi" module (2.1.90); this one should +work together with Caribou. There are still other issues with Caribou +(still under development), but gets us at least closer to an on-screen +keyboard. + + +Can we make the same switch? + + +Note: not an expert on anything said above. Perhaps I missed some steps. +-- +Regards, +Olav +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007991.html">[Mageia-dev] Erhalte Zugang zu meinen Bildern und mehr +</A></li> + <LI>Next message: <A HREF="007994.html">[Mageia-dev] Switch from Corba to D-Bus based AT-SPI? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7993">[ date ]</a> + <a href="thread.html#7993">[ thread ]</a> + <a href="subject.html#7993">[ subject ]</a> + <a href="author.html#7993">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |