GNOME Bugzilla – Bug 744145
Please recognize XDG_VTNR too
Last modified: 2015-02-17 23:44:44 UTC
Hello, Orca knows that brlapi automatically use WINDOWPATH to determine which VT number it should acquire braille output on, but lightdm does not define it, and only define XDG_VTNR. ATM, braille output of Orca only happens to work by pure luck, just because xbrlapi wasn't fixed either. Upstream fixed xbrlapi recently, thus breaking Orca which needs to be fixed too. The attached patch makes Orca aware of XDG_VTNR too, thus fixing braille output, could you apply it? Thanks, Samuel
I don't see the patch attached.
Created attachment 296349 [details] [review] proposed patch Eeeh??? I guess the bts ate it... Anyway, here it is.
My guess is that the BTS requires a description for the attachment, but doesn't complain about that when submitting the bug: it just submits the bug without the attachment...
Comment on attachment 296349 [details] [review] proposed patch Committed (with indentation tweaks) to both master and the gnome-3-14 branch. Thanks for the patch!