[Bug 852506] Re: dash does not scroll down during keyboard navigation

2011-09-22 Thread Alejandro Piñeiro
During my test with ATK support I also found this issue, and I want to share some discoveries: * This only happens the first time that you open the Dash. So if you do: * Open the Dash window. => you can't navigate * Close the Dash window (ie: clicking with the mouse outside that window) *

[Bug 702700] Re: BaseWindow on UnityRootAccessible shouldn't be added manually

2011-09-22 Thread Alejandro Piñeiro
Related branch solves this issue. Kept back because we are on feature freeze. ** Changed in: unity Assignee: (unassigned) => Alejandro Piñeiro (apinheiro) ** Changed in: unity (Ubuntu) Assignee: (unassigned) => Alejandro Piñeiro (apinheiro) ** Changed in: unity Status: T

[Bug 727131] Re: Required a formal and brief accessible name for the launcher menu icon

2011-09-22 Thread Alejandro Piñeiro
Some thoughts after these months: * After my previous tests, it seems that now the launcher icon always have a tooltip. * Although it is long in some cases, Orca users can stop the speech pressing a key (ie: after just listen "Firefox") * tooltip seems to be used always for this kind of descr

[Bug 783439] Re: unable to complete login if onboard set as start minimized

2011-09-22 Thread Alejandro Piñeiro
FWIW, there is another bug with the issues on the interrelationship between Onboard and Unity. You can find it here 739812 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/783439 Title: unable to compl

[Bug 860805] Re: Dash doesn't get the focus on pressing the super key first time after login

2011-09-28 Thread Alejandro Piñeiro
For additional information take a look to bug 852506 comment 2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860805 Title: Dash doesn't get the focus on pressing the super key first time after lo

[Bug 860805] Re: Dash doesn't get the focus on pressing the super key first time after login

2011-09-29 Thread Alejandro Piñeiro
** Tags added: a11y -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860805 Title: Dash doesn't get the focus on pressing the super key first time after login To manage notifications about this bug

[Bug 843280] Re: unity-panel-service crashed with SIGSEGV in g_closure_invoke()

2011-10-13 Thread Alejandro Piñeiro
** Description changed: - crash; was using firefox and entering the menu in unity panel. Panel - crashes quite often with this WeTab (= tablet PC = ExoPC). + Should be fixed in 4.24. As it was identified as a race condition, + ensure you don't get any crash after 5 session restarts. + + + crash;

[Bug 702700] Re: BaseWindow on UnityRootAccessible shouldn't be added manually

2011-09-12 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/a11y-internal-dash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702700 Title: BaseWindow on UnityRootAccessible shouldn't be added manually To manage notifica

[Bug 772573] Re: [a11y] Unity launcher buttons are not Actionable

2011-09-24 Thread Alejandro Piñeiro
Related branch solves the bug. Not proposed to be committed due feature freeze. ** Branch linked: lp:~apinheiro/unity/a11y-action-for-launcher-icon ** Changed in: unity Status: Triaged => In Progress ** Changed in: unity Assignee: (unassigned) => Alejandro Piñeiro (api

[Bug 843280] Re: unity-panel-service crashed with SIGSEGV in g_closure_invoke()

2011-10-04 Thread Alejandro Piñeiro
Hi. I have been testing this bug yesterday and today. After all this tests, I can conclude that the problem is related with a race condition. First: the original environment where this bug was detected is not valid. I was only able to reproduce it with a11y enabled, something not suggested on the

[Bug 843280] Re: unity-panel-service crashed with SIGSEGV in g_closure_invoke()

2011-10-05 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/bug843280 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843280 Title: unity-panel-service crashed with SIGSEGV in g_closure_invoke() To manage notifications ab

[Bug 843280] Re: unity-panel-service crashed with SIGSEGV in g_closure_invoke()

2011-10-06 Thread Alejandro Piñeiro
** Changed in: unity Status: In Progress => Fix Committed ** Changed in: unity (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843280 Title:

[Bug 1023542] [NEW] [a11y] Unity and unity-panel a11y initialization need to be ported to atk-bridge library

2012-07-11 Thread Alejandro Piñeiro
Public bug reported: Some of the last recent changes on the a11y framework was moving the atk-bridge from a module to a library. In that way, the initialization of the atk-bridge is encouraged to be used as a loadable module (plugin), and instead use a library. atk-bridge consumers are already sta

[Bug 948788] Re: thunderbird crashed on launch

2012-03-07 Thread Alejandro Piñeiro
BTW, a new upstream ATK release was done, reverting this change: https://mail.gnome.org/archives/gnome-accessibility- devel/2012-March/msg4.html Thanks for the testing and for pinging me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 860805] Re: Dash doesn't get the focus on pressing the super key first time after login

2011-09-30 Thread Alejandro Piñeiro
Note: I have found a user workaround for the problem of the dash not being closed pressing Esc. The workaround is the next one: * Press Alt+F2: Dash is opened, without no focus * Press Alt+F1: Launcher receives the focus * Press Esc: no focus in any window * Press Alt+F2: Dash is open

[Bug 863720] Re: unity-panel-service crashed with SIGSEGV in atk_object_get_n_accessible_children()

2011-11-10 Thread Alejandro Piñeiro
I had a interesting talking with mhr3 about this bug. It crashes in this line: if (GTK_IS_MENU (piea->priv->entry->menu)) So probably entry is NULL, or menu is not anymore a valid object. Taking a look to the code, this is a custom atk object associated to a non-GTK object. Taking a look to th

[Bug 724093] Re: unity-window-decorator: When switching between windows, Orca does not speak the title of the focused window.

2011-04-18 Thread Alejandro Piñeiro
Answer to David: Although based on previous comments, it will really unlikely that this change will be ready for Natty, I will try to take a look to this issue, so it could be solved on the future release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 727137] Re: Missing "children_changed" event emission from the atk support

2011-03-14 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/a11y-emit-children-changed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727137 Title: Missing "children_changed" event emission from the atk support -- ubunt

[Bug 727137] Re: Missing "children_changed" event emission from the atk support

2011-03-14 Thread Alejandro Piñeiro
I have just uploaded the branch lp:~apinheiro/unity/a11y-emit-children- changed It doesn't emit that signal for all the accessibility object, specifically: * NuxViewAccessible * NuxLayoutAccessible But this is because nux::View and nux::Layout lacks signals reporting that a child was added.

[Bug 727137] Re: Missing "children_changed" event emission from the atk support

2011-03-14 Thread Alejandro Piñeiro
For your information I have created these bugs: * Bug 734803: missing signals on nux itself * Bug 734806: missing children-changed for the objects not included on this bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 702672] Re: NuxUtilAccessible requires to implement support to key event listeners

2011-03-14 Thread Alejandro Piñeiro
** Changed in: unity Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702672 Title: NuxUtilAccessible requires to implement support to key event listeners -- ubu

[Bug 727137] Re: Missing "children_changed" event emission from the atk support

2011-03-14 Thread Alejandro Piñeiro
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727137 Title: Missing "children_changed" event emission from the atk support -- ubunt

[Bug 702672] Re: NuxUtilAccessible requires to implement support to key event listeners

2011-03-16 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/a11y-key-event-listener -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702672 Title: NuxUtilAccessible requires to implement support to key event listeners --

[Bug 702672] Re: NuxUtilAccessible requires to implement support to key event listeners

2011-03-17 Thread Alejandro Piñeiro
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702672 Title: NuxUtilAccessible requires to implement support to key event listeners -

[Bug 722666] Re: Keyboard navigation: launcher key navigation mode doesn't give the focus to the Launcher

2011-02-28 Thread Alejandro Piñeiro
This problem was fixed after the last nux and unity update. Closing as fixed. ** Changed in: unity Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/722666 Title:

[Bug 723806] Re: LauncherIcon accessibility support requires to expose the selection state

2011-02-28 Thread Alejandro Piñeiro
Branch merged, closing bug ** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/723806 Title: LauncherIcon accessibility support requires t

[Bug 723804] Re: Require to implement AtkSelection on the Launcher

2011-02-28 Thread Alejandro Piñeiro
Branch merged, closing bug ** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/723804 Title: Require to implement AtkSelection on the Laun

[Bug 722660] Re: Keyboard navigation: no public API to know the current Laucher Icon selected when key nav is activated

2011-02-28 Thread Alejandro Piñeiro
Branch merged, closing bug ** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/722660 Title: Keyboard navigation: no public API to know th

[Bug 727788] Re: unity-panel-service crashed in g_type_class_meta_marshal

2011-03-02 Thread Alejandro Piñeiro
Ups, I missed that notification on my review of the branch, my bad It should not required to change finalize for dispose, this line on the finalize atk_object_notify_state_change (ATK_OBJECT (piea), ATK_STATE_DEFUNCT, TRUE); is wrong. ATK_STATE_DEFUNCT is a state of the accessible object when

[Bug 734806] Re: Missing "children_changed" event emission from the atk support for the nux::View and nux::Layout objects

2011-03-20 Thread Alejandro Piñeiro
** Changed in: unity Status: Triaged => In Progress ** Branch linked: lp:~apinheiro/unity/Bug734806 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/734806 Title: Missing "children_changed" eve

[Bug 734803] Re: Missing child addition signals on nux::Layout and nux::View

2011-03-20 Thread Alejandro Piñeiro
** Changed in: nux Status: New => In Progress ** Changed in: nux Assignee: (unassigned) => Alejandro Piñeiro (apinheiro) ** Branch linked: lp:~apinheiro/nux/Bug734803 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 735645] Re: Timestamp field on the event structure is always 0

2011-03-21 Thread Alejandro Piñeiro
** Changed in: nux Status: New => Confirmed ** Changed in: unity Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/735645 Title: Timestamp field on the event stru

[Bug 735645] Re: Timestamp field on the event structure is always 0

2011-03-21 Thread Alejandro Piñeiro
After a brief talk with Alex Launi on IRC, and as this is a nux bug, we conclude that Jay is usually a good recipient of nux bugs, so I'm assigning the bug to him. As I said on the description, note that I was able to workaround this bug (see unity_util_accessible.ccp::atk_key_event_from_nux_event

[Bug 734806] Re: Missing "children_changed" event emission from the atk support for the nux::View and nux::Layout objects

2011-03-22 Thread Alejandro Piñeiro
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/734806 Title: Missing "children_changed" event emission from the atk support for the

[Bug 734803] Re: Missing child addition signals on nux::Layout and nux::View

2011-03-22 Thread Alejandro Piñeiro
** Changed in: nux Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/734803 Title: Missing child addition signals on nux::Layout and nux::View -- ubuntu-bug

[Bug 729165] Re: Regression: Orca doesn't speech out the selection changes on the Launcher

2011-03-09 Thread Alejandro Piñeiro
** Changed in: unity Status: Confirmed => In Progress ** Branch linked: lp:~apinheiro/unity/launcher-icon-also-focused -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/729165 Title: Regression:

[Bug 727133] Re: Orca doesn't report that the Launcher receives the focus

2011-03-09 Thread Alejandro Piñeiro
** Changed in: unity Status: Confirmed => In Progress ** Branch linked: lp:~apinheiro/unity/launcher-icon-also-focused -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727133 Title: Orca doesn'

[Bug 727908] Re: Accessibility object parent-child hierarchy on unity is broken

2011-03-09 Thread Alejandro Piñeiro
** Summary changed: - Accessibility object parent-child hierarchy is broken + Accessibility object parent-child hierarchy on unity is broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727908 Title

[Bug 727133] Re: Orca doesn't report that the Launcher receives the focus

2011-03-09 Thread Alejandro Piñeiro
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727133 Title: Orca doesn't report that the Launcher receives the focus -- ubuntu-bugs

[Bug 727908] Re: Accessibility object parent-child hierarchy on unity is broken

2011-03-09 Thread Alejandro Piñeiro
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727908 Title: Accessibility object parent-child hierarchy on unity is broken -- ubunt

[Bug 729165] Re: Regression: Orca doesn't speech out the selection changes on the Launcher

2011-03-09 Thread Alejandro Piñeiro
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/729165 Title: Regression: Orca doesn't speech out the selection changes on the Launch

[Bug 731651] Re: The Unity panel service Does not connect to the INDICATOR_OBJECT_SIGNAL_ACCESSIBLE_DESC_UPDATE signal.

2011-03-09 Thread Alejandro Piñeiro
Rodrigo is the one that implements most of the a11y support on the panel service, while I was more focused on unity itself. So I will reassign this bug to him. ** Changed in: unity Assignee: Alejandro Piñeiro (apinheiro) => Rodrigo Moya (rodrigo-moya) -- You received this bug notificat

[Bug 729827] Re: at-spi-registry consumes most of the CPU and make the system unusable on Natty

2011-03-10 Thread Alejandro Piñeiro
The title of the bug seems to suggest that the at-spi crash, but reading the bug description: "Tiping `top` on the tty1, I saw "at-spi-registry => 89% CPU" (on 3.3GHz quad-core) I launched the command `sudo skill at-spi-registry` and the "tty8" became usable again." If at-spi-registry is listed

[Bug 608132] Re: [dash] Keyboard navigation not implemented as specified

2011-03-10 Thread Alejandro Piñeiro
And related to this (please forgive me if this is not the proper place to ask this) Anyone knows if there is a key combination to open the dash ? (in the same way that pressing Alt+F1 opens the Launcher). I was not able to find it, and this should be also required in order to have a full dash key

[Bug 727714] Re: Dash needs keyboard navigation

2011-03-10 Thread Alejandro Piñeiro
Just a question, what is the difference between this bug and bug 608132? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727714 Title: Dash needs keyboard navigation -- ubuntu-bugs mailing list ubun

[Bug 608132] Re: [dash] Keyboard navigation not implemented as specified

2011-03-11 Thread Alejandro Piñeiro
Yes you are right I have just tested the Super key, and it opens the dash. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/608132 Title: [dash] Keyboard navigation not implemented as specified

[Bug 727137] Re: Missing "children_changed" event emission from the atk support

2011-03-11 Thread Alejandro Piñeiro
** Changed in: unity Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727137 Title: Missing "children_changed" event emission from the atk support -- ubuntu-bu

[Bug 733053] Re: Menu titles have an underscore (-) prefix when navigating with Orca.

2011-03-11 Thread Alejandro Piñeiro
As usual, reassigning unity-panel-service accessibility bugs to Rodrigo Moya Also adding the tag a11y ** Tags added: a11y ** Changed in: unity Assignee: (unassigned) => Rodrigo Moya (rodrigo-moya) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 731651] Re: The Unity panel service Does not connect to the INDICATOR_OBJECT_SIGNAL_ACCESSIBLE_DESC_UPDATE signal.

2011-03-11 Thread Alejandro Piñeiro
** Tags added: a11y -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731651 Title: The Unity panel service Does not connect to the INDICATOR_OBJECT_SIGNAL_ACCESSIBLE_DESC_UPDATE signal. -- ubuntu-b

[Bug 727133] Re: Orca doesn't report that the Launcher receives the focus

2011-03-11 Thread Alejandro Piñeiro
I think that the problem is this bug: https://bugs.launchpad.net/unity/+bug/727137 Due this bugs, sometimes it is required a manual atk object exploration in order to have the proper accessible objects (so the signals related). While solving this bug I didn't notice it because I usually checked

[Bug 733934] Re: panel service and ati-spi-registry hog the processor when accessability is enabled

2011-03-12 Thread Alejandro Piñeiro
*** This bug is a duplicate of bug 729827 *** https://bugs.launchpad.net/bugs/729827 ** This bug has been marked a duplicate of bug 729827 at-spi-registry consumes most of the CPU and make the system unusable on Natty * You can subscribe to bug 729827 by following this link: https://bugs

[Bug 729165] [NEW] Regression: Orca doesn't speech out the selection changes on the Launcher

2011-03-04 Thread Alejandro Piñeiro
Public bug reported: Binary package hint: unity Recently AtkSelection and other selection stuff was added on the Launcher, and orca properly speeched out the selection changes when the key nav mode started on the launcher. At first I thought that it was due the broker parent-child hierarchy (see

[Bug 727908] Re: Accessibility object parent-child hierarchy is broken

2011-03-04 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/fix-parent-child-hierarchy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727908 Title: Accessibility object parent-child hierarchy is broken -- ubuntu-bugs ma

[Bug 727140] Re: Several ATK_STATE(s) not properly used on the accessibility framework

2011-03-05 Thread Alejandro Piñeiro
** Changed in: unity Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727140 Title: Several ATK_STATE(s) not properly used on the accessibility framework -- ubuntu-bug

[Bug 727137] Re: Missing "children_changed" event emission from the atk support

2011-03-05 Thread Alejandro Piñeiro
** Changed in: unity Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727137 Title: Missing "children_changed" event emission from the atk support -- ubuntu-bugs maili

[Bug 727133] Re: Orca doesn't report that the Launcher receives the focus

2011-03-05 Thread Alejandro Piñeiro
** Changed in: unity Status: New => Confirmed ** Changed in: unity Assignee: (unassigned) => Alejandro Piñeiro (apinheiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727133

[Bug 729165] Re: Regression: Orca doesn't speech out the selection changes on the Launcher

2011-03-05 Thread Alejandro Piñeiro
** Changed in: unity Status: New => Confirmed ** Changed in: unity Assignee: (unassigned) => Alejandro Piñeiro (apinheiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/729165

[Bug 727908] Re: Accessibility object parent-child hierarchy is broken

2011-03-05 Thread Alejandro Piñeiro
** Changed in: unity Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727908 Title: Accessibility object parent-child hierarchy is broken -- ubuntu-bugs mailing

[Bug 727131] Re: Required a formal and brief accessible name for the launcher menu icon

2011-03-05 Thread Alejandro Piñeiro
** Changed in: unity Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727131 Title: Required a formal and brief accessible name for the launcher menu icon -- ubuntu-bu

[Bug 720250] Re: Keyboard navigation: launcher navigation doesn't work if the mouse pointer is over the launcher

2011-03-05 Thread Alejandro Piñeiro
As the one reporting the bug: Well I have just tested it and this specific aspect of the Launcher keyboard navigation seems to be working now (but now others like quick list navigation) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 740360] Re: [a11y] panel service crashes with a11y enabled while navigating

2011-03-29 Thread Alejandro Piñeiro
While testing: https://code.launchpad.net/~rodrigo-moya/unity/fix-740360/+merge/55319 I detected a crash. As you can't upload a file to a merge proposal (at least I don't know how), Im uploading a gdb backtrace here. It seems a infinite loop. Although it is really big, it is truncated. ** Attac

[Bug 723018] Re: Startup Time (11.04)

2011-03-29 Thread Alejandro Piñeiro
Just a comment here: David already mentioned it on IRC, but probably it would be good to add a new item on the initial tasks: - Check if the startup time with a11y enabled is worse or not - Apply previous items with a11y enabled Opinions? -- You received this bug notification because you

[Bug 813492] Re: a11y code should switch to gsettings

2011-08-02 Thread Alejandro Piñeiro
*** This bug is a duplicate of bug 810033 *** https://bugs.launchpad.net/bugs/810033 ** This bug has been marked a duplicate of bug 810033 Accessibility support not initialized on Oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 702672] Re: NuxUtilAccessible requires to implement support to key event listeners

2011-08-02 Thread Alejandro Piñeiro
** Changed in: null Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702672 Title: NuxUtilAccessible requires to implement support to key event listeners To manage n

[Bug 817477] Re: unity-panel-service crashed with SIGSEGV in main_arena()

2011-09-02 Thread Alejandro Piñeiro
Sorry for the delay. In the end the solution was one line. panel_indicator_entry_accessible_ref_child is a implementation of atk_object_ref_child, and as the name implies, it supposes that a reference count is required. The branch that I have just linked to this bug also add some NULL check condit

[Bug 817477] Re: unity-panel-service crashed with SIGSEGV in main_arena()

2011-09-06 Thread Alejandro Piñeiro
** Changed in: unity Status: Confirmed => Fix Committed ** Changed in: unity (Ubuntu Oneiric) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817477 Tit

[Bug 620516] Re: java.lang.UnsatisfiedLinkError: no swt-gtk-3557 or swt-gtk in swt.library.path, java.library.path or the jar file

2011-07-22 Thread Alejandro Piñeiro
I also had this problem using Ubuntu oneiric. I have this eclipse packages installed: ii eclipse3.5.2-11ubuntu1 Extensible Tool Platform and Java IDE ii eclipse-jdt3.5.2-11ubuntu1

[Bug 620516] Re: java.lang.UnsatisfiedLinkError: no swt-gtk-3557 or swt-gtk in swt.library.path, java.library.path or the jar file

2011-07-22 Thread Alejandro Piñeiro
Well, I can't re-open this bug, but just to comment that using eclipse directly from the official webpage is working properly -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/620516 Title: java.lang.Un

[Bug 813492] Re: a11y code should switch to gsettings

2011-08-25 Thread Alejandro Piñeiro
*** This bug is a duplicate of bug 810033 *** https://bugs.launchpad.net/bugs/810033 ** Tags added: a11y -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/813492 Title: a11y code should switch to g

[Bug 810039] Re: unity-panel-service crash with a11y enabled on Unity at Oneiric

2011-07-28 Thread Alejandro Piñeiro
*** This bug is a duplicate of bug 817477 *** https://bugs.launchpad.net/bugs/817477 ** This bug has been marked a duplicate of bug 817477 unity-panel-service crashed with SIGSEGV in main_arena() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 731403] Re: Unity Dash not accessible

2011-08-30 Thread Alejandro Piñeiro
I have just relate this bug to a branch. Anyway, in order to work well with orca, it requires this two bugs fixes: https://bugzilla.gnome.org/show_bug.cgi?id=657732 https://bugzilla.gnome.org/show_bug.cgi?id=657646 The big problem here is that we are really long away from the oneiric feature free

[Bug 731403] Re: Unity Dash not accessible

2011-08-30 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/a11y-internal-dash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731403 Title: Unity Dash not accessible To manage notifications about this bug go to: https://

[Bug 740698] Re: Quicklist items are not yet accessible.

2011-09-15 Thread Alejandro Piñeiro
** Changed in: unity Status: Triaged => In Progress ** Changed in: unity Assignee: (unassigned) => Alejandro Piñeiro (apinheiro) ** Branch linked: lp:~apinheiro/unity/a11y-quicklist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 851103] Re: a11y support on Unity is broken

2011-09-15 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/Bug851103 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/851103 Title: a11y support on Unity is broken To manage notifications about this bug go to: https://bug

[Bug 851103] Re: a11y support on Unity is broken

2011-09-16 Thread Alejandro Piñeiro
** Changed in: unity Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/851103 Title: a11y support on Unity is broken To manage notifications about this bug go to

[Bug 702696] Re: Focus management required on the ATK support of Unity

2011-02-21 Thread Alejandro Piñeiro
The branch related was merged some weeks ago. Closing the bug. Sorry the delay, I should have closed it some weeks ago. ** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 702702] Re: BaseWindow should notify change on the visible state

2011-02-21 Thread Alejandro Piñeiro
This bug was solved some time ago, I will copy here a private mail from Jay dated of 27 January: "In Nux/WindowCompositor.cpp/.h I added the following signals: sigc::signal sigVisibleViewWindow sigc::signal sigHiddenViewWindow Both signals are emitted when a BaseWindow becomes visible or

[Bug 702702] Re: BaseWindow should notify change on the visible state

2011-02-21 Thread Alejandro Piñeiro
BTW, I still have pending to use this stuff to solve bug 702700, but in theory those signals added would be enough -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702702 Title: BaseWindow should notif

[Bug 740708] Re: Orca states that launcher buttons are greyed, when they are not/they are functional.

2011-03-23 Thread Alejandro Piñeiro
*** This bug is a duplicate of bug 727140 *** https://bugs.launchpad.net/bugs/727140 ** This bug has been marked a duplicate of bug 727140 Several ATK_STATE(s) not properly used on the accessibility framework * You can subscribe to bug 727140 by following this link: https://bugs.launchpad

[Bug 727140] Re: Several ATK_STATE(s) not properly used on the accessibility framework

2011-03-24 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/Bug727140 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727140 Title: Several ATK_STATE(s) not properly used on the accessibility framework -- ubuntu-bugs mai

[Bug 731403] Re: Unity Dash not accessible

2011-03-24 Thread Alejandro Piñeiro
** Changed in: unity Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731403 Title: Unity Dash not accessible -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 727140] Re: Several ATK_STATE(s) not properly used on the accessibility framework

2011-03-24 Thread Alejandro Piñeiro
** Changed in: unity Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727140 Title: Several ATK_STATE(s) not properly used on the accessibility framework -- ub

[Bug 727140] Re: Several ATK_STATE(s) not properly used on the accessibility framework

2011-03-25 Thread Alejandro Piñeiro
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727140 Title: Several ATK_STATE(s) not properly used on the accessibility framework --

[Bug 705442] Re: void unity_root_accessible_add_window(UnityRootAccessible*, nux::BaseWindow*): assertion `UNITY_IS_ROOT_ACCESSIBLE (self)' failed

2011-01-20 Thread Alejandro Piñeiro
ed in: unity (Ubuntu) Assignee: (unassigned) => Alejandro Piñeiro (apinheiro) ** Changed in: unity (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/70

[Bug 705442] Re: void unity_root_accessible_add_window(UnityRootAccessible*, nux::BaseWindow*): assertion `UNITY_IS_ROOT_ACCESSIBLE (self)' failed

2011-01-20 Thread Alejandro Piñeiro
After checking this a little, just to comment that this error message shouldn't be the cause of the segmentation fault. I was able to reproduce it, but unity works fine (warning there, but works fine). Although I still plan to avoid that warnings, take into account that likely it will not fix the

[Bug 705442] Re: void unity_root_accessible_add_window(UnityRootAccessible*, nux::BaseWindow*): assertion `UNITY_IS_ROOT_ACCESSIBLE (self)' failed

2011-01-20 Thread Alejandro Piñeiro
The branch that I have just linked solves that warning Anyway, as I said, I really doubt that this Segmentation Fault caused by this reason. ** Branch linked: lp:~apinheiro/unity/Bug705442 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 705442] Re: void unity_root_accessible_add_window(UnityRootAccessible*, nux::BaseWindow*): assertion `UNITY_IS_ROOT_ACCESSIBLE (self)' failed

2011-01-25 Thread Alejandro Piñeiro
I forgot to close the bug when I wrote the previous message. Doing now. ** Changed in: unity (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705442

[Bug 711183] Re: Accessibility support on the service panel should also load GAIL

2011-02-23 Thread Alejandro Piñeiro
Rodrigo and me were talking about this. Although the comments on the bug are still valid, we found a issue with that. GTK doesn't expose the path of the modules. So in order to load by hand the module, we would require to use a fixed path, as Firefox does (the example I used). This is somewhat hac

[Bug 711183] Re: Accessibility support on the service panel should also load GAIL

2011-02-23 Thread Alejandro Piñeiro
** Changed in: unity (Ubuntu) Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/711183 Title: Accessibility support on the service panel should also load GAIL --

[Bug 702672] Re: NuxUtilAccessible requires to implement support to key event listeners

2011-02-23 Thread Alejandro Piñeiro
Due some other things with more priority (Launcher), I will change the status to New. I will go back to this bug once I finish that other tasks ** Changed in: unity Status: In Progress => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 702672] Re: NuxUtilAccessible requires to implement support to key event listeners

2011-02-23 Thread Alejandro Piñeiro
** Changed in: unity (Ubuntu) Status: In Progress => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702672 Title: NuxUtilAccessible requires to implement support to key event listeners --

[Bug 722666] Re: Keyboard navigation: launcher key navigation mode doesn't give the focus to the Launcher

2011-02-24 Thread Alejandro Piñeiro
In order to try this new functionality I tried the branch bzr branch lp :~unity-team/nux/nux.event-fixes/ Unfortunately, I was not able to use it, as for any reason with this branch the Launcher is not visible at all, and pressing Alt+F1 doesn't provide the keynavmode. Don't know if caused for th

[Bug 722666] Re: Keyboard navigation: launcher key navigation mode doesn't give the focus to the Launcher

2011-02-25 Thread Alejandro Piñeiro
Today I noticed that the branch nux.event-fixes was updated, so I tried it again. I have the same back luck. The Launcher is not visible at all, and it doesn't get the keynavmode pressing Alt+F1 (or at least I can't use it) So I tried the option of apply that commit (support for accessibility) on

[Bug 723806] Re: LauncherIcon accessibility support requires to expose the selection state

2011-02-26 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/atk-selection ** Changed in: unity Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/723806 Title: LauncherIcon accessibility sup

[Bug 723804] Re: Require to implement AtkSelection on the Launcher

2011-02-26 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/atk-selection ** Changed in: unity Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/723804 Title: Require to implement AtkSelect

[Bug 722660] Re: Keyboard navigation: no public API to know the current Laucher Icon selected when key nav is activated

2011-02-26 Thread Alejandro Piñeiro
** Branch linked: lp:~apinheiro/unity/atk-selection ** Changed in: unity Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/722660 Title: Keyboard navigation: no pu