GNOME Bugzilla – Bug 645362
When GDM screen is presented the screen, and accessible login is enabled with screen reader support, Orca main window is displaying the screen
Last modified: 2011-03-21 08:02:14 UTC
Created attachment 183910 [details] Debug file with perhaps show why happening the problem if --disable main-window option is used Dear Developers, When accessible login is enabled with screen reader support, and gdm login screen is presented the screen, Orca main window is displaying the screen my system. In source code directory orca-autostart.desktop.in file containing following command line: exec=orca --no-setup --disable main-window --disable splash-window --disable magnifier --enable speech --enable braille The interesting result, when I quit Orca after I logged in, and run terminal this command, Orca main window is displaying the screen, perhaps disable main-window option is not working? If I remember right, Before yesterday I not see this issue, and hopefuly this issue is only presenting my system. I Using Ubuntu Lucid, and latest Orca git master version. My /usr/share/gdm/autostart/LoginWindow/orca-screen-reader.desktop file is following (factory Ubuntu filled): [Desktop Entry] Name=Orca Screen Reader Comment=Present on-screen information as speech or braille TryExec=orca Exec=orca --no-setup --disable main-window --disable magnifier --enable speech Icon=orca Terminal=false Type=Application StartupNotify=true Categories=GNOME;GTK;Accessibility; AutostartCondition=GNOME /desktop/gnome/applications/at/screen_reader_enabled X-GNOME-Provides=screen-reader X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=orca X-GNOME-Bugzilla-Component=general X-Ubuntu-Gettext-Domain=gdm In Orca source directory orca-autostart.desktop file is following: [Desktop Entry] Type=Application Name=Orca screen reader Exec=orca --no-setup --disable main-window --disable splash-window --disable magnifier --enable speech --enable braille NoDisplay=true AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled X-GNOME-AutoRestart=true #X-GNOME-Autostart-Phase=Initialization Attila
Should be fixed. Please verify. Thanks!! http://git.gnome.org/browse/orca/commit/?id=3bd070396f1df87ecfe7ed5412d6a32c36139787
Hy Joanie, The fix is working right, thank you the bug fix. Both if I run orca the terminal with orca --replace --disable main-window command and GDM screen Orca main window is not displaying right. Attila