Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Orca Broken screen reader gnome net install

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
dedicated
Posts: 12
Joined: 2018-06-03 18:34

Orca Broken screen reader gnome net install

#1 Post by dedicated »

I have a Blind friend we tried many different distros and last one was Sonar , it was ok but never could get past the security to run vnc so I could help remotely.. It had issues with pacman and updating not for this topic...

older system HP 6000 sff running Debian gnome net install and when I installed everything was great it was more then great better then the sonar install I had before it was faster all the latest everything worked great. all of a sudden it just stops with sound.

no sound in the sound program it says dummy driver

i read someplace that I had to un-install pulseaudio

Code: Select all

apt-get autoremove pulseaudio
reboot and I had sound again.. but now I have sound up to the point its finished booting and I hit
Superkey (windows key) + A
to bring up my applications and start to type firefox and hit enter but I hear nothing and in

Code: Select all

cat /var/log/syslog |grep orca

May 30 19:04:05 gman orca[919]: atspi_accessible_set_cache_mask: assertion 'accessible == accessible->parent.app->root' failed
May 30 19:04:05 gman orca[919]: atspi_accessible_set_cache_mask: assertion 'accessible == accessible->parent.app->root' failed
I am running the latest

Code: Select all

$ uname -r
4.9.0-6-amd64
updated upgraded with stretch main contrib non-free on everything

Code: Select all

00:1b.0 Audio device: Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller (rev 02)

Code: Select all

$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
i dunno what happened or how to fix. or what to do.. I can install x11vnc and help my blind friend with this copy with no issues but now orca just dies with error above.. argh

I am not finding a whole lot that helps me with atspi_accessible_set_cache_mask
orca is a name that really messes with searches. not the wale people the screen reader..

No I can open firefox and go to youtube and sound works fine.. but orca what we need to work is just not ugh..

is it not ready is there a bug should I be rolling back something? Lucky for me it boots up talking all sorts but once it stops its booted (autologged in) and for now my friend who has no eyes litterly does a superkey + a and types
kodi and presses enter and kodi has its own screen reader and for now that gets him his shoutcast, itunes, and numerious wonderful plugins.. but firefox is important and with out orca I dunno how long he can hold on.

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Orca Broken screen reader gnome net install

#2 Post by bw123 »

speech-dispatcher is set to default for pulseaudio, so maybe that's what is wrong? Look in /etc/speech-dispatcher/speechd.conf if you want alsa you have to tell it
# AudioOutputMethod "pulse"
AudioOutputMethod "alsa"

There isn't a whole lot of documentation that I have found, but the wiki is a good start.
https://wiki.debian.org/accessibility

hmm, well after looking at the wiki, it seems to have had a lot of info added since I last looked. Somebody has been busy.
resigned by AI ChatGPT

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#3 Post by dedicated »

ok so sure enough

i added one line

and was able to use console to make it talk..

but orca still does not work

Code: Select all

$ orca -r
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused
Cannot start the screen reader because it cannot connect to the Desktop.
Insert + H does nothing.. in fact I open up x11vnc to see his screen remotly and its blank.. nothing. I am starting to think gnome did not even load

so I tried to restart gnome even a few reboots nothing now gnome seems broken.

Code: Select all

[code]# service gdm3 restart
# orca -r
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused

** (orca:1473): ERROR **: AT-SPI: Couldn't connect to accessibility bus. Is at-spi-bus-launcher running?
Trace/breakpoint trap
# cat /var/log/syslog |grep orca
Jun 3 21:57:01 gman kernel: [ 1305.836508] traps: orca[1473] trap int3 ip:7fc119fa8261 sp:7ffdf1a20710 error:0[/code]

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#4 Post by dedicated »

Code: Select all


root@gman:/home/enduser# cat /var/log/syslog |grep gnome
Jun  3 21:34:41 gman dbus-daemon[544]: Activating service name='org.gnome.ControlCenter.SearchProvider'
Jun  3 21:34:41 gman dbus-daemon[544]: Activating service name='org.gnome.Contacts.SearchProvider'
Jun  3 21:34:41 gman dbus-daemon[544]: Activating service name='org.gnome.Documents'
Jun  3 21:34:41 gman dbus-daemon[544]: Activating service name='org.gnome.Nautilus'
Jun  3 21:34:41 gman dbus-daemon[544]: Activating service name='org.gnome.Calculator.SearchProvider'
Jun  3 21:34:41 gman dbus-daemon[544]: Activating service name='org.gnome.Calendar'
Jun  3 21:34:41 gman dbus-daemon[544]: Activating service name='org.gnome.clocks'
Jun  3 21:34:41 gman dbus-daemon[544]: Activating service name='org.gnome.seahorse.Application'
Jun  3 21:34:41 gman dbus-daemon[544]: Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.Nautilus'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.clocks'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.Terminal'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.seahorse.Application'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.Calendar'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.Documents'
Jun  3 21:34:41 gman dbus-daemon[544]: Successfully activated service 'org.gnome.Contacts.SearchProvider'
Jun  3 21:34:53 gman gnome-session[546]: gnome-session-binary[546]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jun  3 21:34:53 gman gnome-session-binary[546]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jun  3 21:34:53 gman gnome-session[546]: gnome-session-binary[546]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jun  3 21:34:53 gman gnome-session-binary[546]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jun  3 21:34:53 gman gnome-session[546]: gnome-session-binary[546]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jun  3 21:34:53 gman gnome-session[546]: gnome-session-binary[546]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jun  3 21:34:53 gman gnome-session-binary[546]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jun  3 21:34:53 gman gnome-session-binary[546]: GLib-GObject-CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jun  3 21:35:32 gman /usr/lib/gdm3/gdm-x-session[536]: dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
Jun  3 21:35:34 gman gnome-session[544]: gnome-session-binary[544]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 21:35:34 gman gnome-session-binary[544]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 21:35:34 gman gnome-keyring-ssh.desktop[615]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:35:34 gman gnome-keyring-secrets.desktop[617]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:35:34 gman gnome-keyring-pkcs11.desktop[619]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:35:39 gman gnome-shell[624]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 21:35:39 gman gnome-session[544]: gnome-session-binary[544]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:35:39 gman gnome-session-binary[544]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:35:40 gman gnome-shell[749]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 21:35:40 gman gnome-session[544]: gnome-session-binary[544]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:35:40 gman gnome-session[544]: gnome-session-binary[544]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 21:35:40 gman gnome-session-binary[544]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:35:40 gman gnome-session-binary[544]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  3 21:35:40 gman gnome-session-binary[544]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 21:35:40 gman gnome-session[544]: Unable to init server: Could not connect: Connection refused
Jun  3 21:35:40 gman kernel: [   24.840856] gnome-session-f[757]: segfault at 0 ip 00007f3c9345fe19 sp 00007ffddefda340 error 4 in libgtk-3.so.0.2200.11[7f3c9317d000+700000]
Jun  3 21:35:41 gman gnome-settings-[759]: Failed to connect context: Connection refused
Jun  3 21:35:42 gman gnome-settings-[759]: g_task_return_error: assertion 'error != NULL' failed
Jun  3 21:35:43 gman gnome-session-binary[544]: Entering running state
Jun  3 21:35:45 gman dbus-daemon[542]: Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service'
Jun  3 21:35:45 gman dbus-daemon[542]: Activating service name='org.gnome.OnlineAccounts'
Jun  3 21:35:46 gman dbus-daemon[542]: Activating service name='org.gnome.Identity'
Jun  3 21:35:46 gman gnome-settings-[759]: Failed to connect context: Connection refused
Jun  3 21:35:46 gman dbus-daemon[542]: Successfully activated service 'org.gnome.OnlineAccounts'
Jun  3 21:35:46 gman dbus-daemon[542]: Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Jun  3 21:35:46 gman dbus-daemon[542]: Successfully activated service 'org.gnome.Identity'
Jun  3 21:35:46 gman dbus-daemon[542]: Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service'
Jun  3 21:35:48 gman dbus-daemon[542]: Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
Jun  3 21:35:49 gman dbus-daemon[542]: Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service'
Jun  3 21:35:49 gman dbus-daemon[542]: Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
Jun  3 21:56:29 gman /usr/lib/gdm3/gdm-x-session[1310]: dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=qgnomeplatform
Jun  3 21:56:29 gman /usr/lib/gdm3/gdm-x-session[1310]: dbus-update-activation-environment: setting XDG_MENU_PREFIX=gnome-
Jun  3 21:56:29 gman /usr/lib/gdm3/gdm-x-session[1310]: dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/gnome:/usr/share/gnome:/usr/local/share/:/usr/share/
Jun  3 21:56:29 gman gnome-session[1317]: gnome-session-binary[1317]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 21:56:29 gman gnome-session-binary[1317]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 21:56:29 gman gnome-keyring-ssh.desktop[1372]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:56:29 gman gnome-session[1317]: gnome-session-binary[1317]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 21:56:29 gman gnome-session-binary[1317]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 21:56:29 gman gnome-keyring-secrets.desktop[1374]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:56:29 gman gnome-keyring-pkcs11.desktop[1377]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:56:30 gman gnome-shell[1420]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 21:56:30 gman gnome-session[1399]: gnome-session-binary[1399]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:56:30 gman gnome-session-binary[1399]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:56:31 gman gnome-shell[1427]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 21:56:31 gman gnome-session[1399]: gnome-session-binary[1399]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:56:31 gman gnome-session[1399]: gnome-session-binary[1399]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 21:56:31 gman gnome-session-binary[1399]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  3 21:56:31 gman gnome-session-binary[1399]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:56:31 gman gnome-session-binary[1399]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 21:56:31 gman gnome-session[1399]: Unable to init server: Could not connect: Connection refused
Jun  3 21:56:31 gman kernel: [ 1276.014976] gnome-session-f[1434]: segfault at 0 ip 00007fa549ab6e19 sp 00007ffc9ad21f40 error 4 in libgtk-3.so.0.2200.11[7fa5497d4000+700000]
Jun  3 21:56:31 gman gnome-session-binary[1399]: Entering running state
Jun  3 21:56:31 gman gnome-settings-[1435]: Failed to connect context: Connection refused
Jun  3 21:56:31 gman gnome-settings-[1435]: g_task_return_error: assertion 'error != NULL' failed
Jun  3 21:56:36 gman gnome-settings-[1435]: Failed to connect context: Connection refused
Jun  3 21:59:33 gman /usr/lib/gdm3/gdm-x-session[1573]: dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=qgnomeplatform
Jun  3 21:59:33 gman /usr/lib/gdm3/gdm-x-session[1573]: dbus-update-activation-environment: setting XDG_MENU_PREFIX=gnome-
Jun  3 21:59:33 gman /usr/lib/gdm3/gdm-x-session[1573]: dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/local/share/:/usr/share/
Jun  3 21:59:33 gman gnome-session[1580]: gnome-session-binary[1580]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 21:59:33 gman gnome-session-binary[1580]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 21:59:33 gman gnome-keyring-ssh.desktop[1635]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:59:33 gman gnome-session[1580]: gnome-session-binary[1580]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 21:59:33 gman gnome-session-binary[1580]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 21:59:33 gman gnome-keyring-secrets.desktop[1637]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:59:33 gman gnome-keyring-pkcs11.desktop[1640]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 21:59:34 gman gnome-shell[1682]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 21:59:34 gman gnome-session[1662]: gnome-session-binary[1662]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:59:34 gman gnome-session-binary[1662]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:59:35 gman gnome-shell[1690]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 21:59:35 gman gnome-session[1662]: gnome-session-binary[1662]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:59:35 gman gnome-session[1662]: gnome-session-binary[1662]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 21:59:35 gman gnome-session-binary[1662]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 21:59:35 gman gnome-session-binary[1662]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  3 21:59:35 gman gnome-session-binary[1662]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 21:59:35 gman gnome-session[1662]: Unable to init server: Could not connect: Connection refused
Jun  3 21:59:35 gman kernel: [ 1460.043826] gnome-session-f[1697]: segfault at 0 ip 00007f6654f53e19 sp 00007ffe34969f40 error 4 in libgtk-3.so.0.2200.11[7f6654c71000+700000]
Jun  3 21:59:35 gman gnome-session-binary[1662]: Entering running state
Jun  3 21:59:35 gman gnome-settings-[1698]: Failed to connect context: Connection refused
Jun  3 21:59:35 gman gnome-settings-[1698]: g_task_return_error: assertion 'error != NULL' failed
Jun  3 21:59:40 gman gnome-settings-[1698]: Failed to connect context: Connection refused
Jun  3 22:03:03 gman /usr/lib/gdm3/gdm-x-session[1822]: dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=qgnomeplatform
Jun  3 22:03:03 gman /usr/lib/gdm3/gdm-x-session[1822]: dbus-update-activation-environment: setting XDG_MENU_PREFIX=gnome-
Jun  3 22:03:03 gman /usr/lib/gdm3/gdm-x-session[1822]: dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/local/share/:/usr/share/
Jun  3 22:03:03 gman gnome-session[1829]: gnome-session-binary[1829]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 22:03:03 gman gnome-session-binary[1829]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 22:03:03 gman gnome-session[1829]: gnome-session-binary[1829]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 22:03:03 gman gnome-session-binary[1829]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 22:03:03 gman gnome-keyring-ssh.desktop[1884]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:03:03 gman gnome-keyring-secrets.desktop[1886]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:03:03 gman gnome-keyring-pkcs11.desktop[1888]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:03:04 gman gnome-shell[1933]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 22:03:04 gman gnome-session[1913]: gnome-session-binary[1913]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:03:04 gman gnome-session-binary[1913]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:03:05 gman gnome-shell[1941]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 22:03:05 gman gnome-session[1913]: gnome-session-binary[1913]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:03:05 gman gnome-session[1913]: gnome-session-binary[1913]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 22:03:05 gman gnome-session-binary[1913]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:03:05 gman gnome-session-binary[1913]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  3 22:03:05 gman gnome-session-binary[1913]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 22:03:05 gman gnome-session[1913]: Unable to init server: Could not connect: Connection refused
Jun  3 22:03:05 gman kernel: [ 1669.887564] gnome-session-f[1948]: segfault at 0 ip 00007f8e8a138e19 sp 00007ffc7d984b40 error 4 in libgtk-3.so.0.2200.11[7f8e89e56000+700000]
Jun  3 22:03:05 gman gnome-session-binary[1913]: Entering running state
Jun  3 22:03:05 gman gnome-settings-[1949]: Failed to connect context: Connection refused
Jun  3 22:03:05 gman gnome-settings-[1949]: g_task_return_error: assertion 'error != NULL' failed
Jun  3 22:03:10 gman gnome-settings-[1949]: Failed to connect context: Connection refused
Jun  3 22:04:44 gman /usr/lib/gdm3/gdm-x-session[2052]: dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=qgnomeplatform
Jun  3 22:04:44 gman /usr/lib/gdm3/gdm-x-session[2052]: dbus-update-activation-environment: setting XDG_MENU_PREFIX=gnome-
Jun  3 22:04:44 gman /usr/lib/gdm3/gdm-x-session[2052]: dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/local/share/:/usr/share/
Jun  3 22:04:45 gman gnome-session[2059]: gnome-session-binary[2059]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 22:04:45 gman gnome-session-binary[2059]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 22:04:45 gman gnome-keyring-ssh.desktop[2114]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:04:45 gman gnome-session-binary[2059]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 22:04:45 gman gnome-session[2059]: gnome-session-binary[2059]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 22:04:45 gman gnome-keyring-secrets.desktop[2116]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:04:45 gman gnome-keyring-pkcs11.desktop[2119]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:04:46 gman gnome-shell[2161]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 22:04:46 gman gnome-session[2141]: gnome-session-binary[2141]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:04:46 gman gnome-session-binary[2141]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:04:46 gman gnome-shell[2170]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 22:04:46 gman gnome-session[2141]: gnome-session-binary[2141]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:04:46 gman gnome-session[2141]: gnome-session-binary[2141]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 22:04:46 gman gnome-session-binary[2141]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:04:46 gman gnome-session-binary[2141]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  3 22:04:46 gman gnome-session-binary[2141]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 22:04:46 gman gnome-session[2141]: Unable to init server: Could not connect: Connection refused
Jun  3 22:04:46 gman kernel: [ 1771.487703] gnome-session-f[2178]: segfault at 0 ip 00007f01f0033e19 sp 00007fff462a93f0 error 4 in libgtk-3.so.0.2200.11[7f01efd51000+700000]
Jun  3 22:04:46 gman gnome-session-binary[2141]: Entering running state
Jun  3 22:04:46 gman gnome-settings-[2179]: Failed to connect context: Connection refused
Jun  3 22:04:47 gman gnome-settings-[2179]: g_task_return_error: assertion 'error != NULL' failed
Jun  3 22:04:52 gman gnome-settings-[2179]: Failed to connect context: Connection refused
Jun  3 22:09:55 gman /usr/lib/gdm3/gdm-x-session[2784]: dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=qgnomeplatform
Jun  3 22:09:55 gman /usr/lib/gdm3/gdm-x-session[2784]: dbus-update-activation-environment: setting XDG_MENU_PREFIX=gnome-
Jun  3 22:09:55 gman /usr/lib/gdm3/gdm-x-session[2784]: dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/share/gnome:/usr/local/share/:/usr/share/
Jun  3 22:09:55 gman gnome-session[2791]: gnome-session-binary[2791]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 22:09:55 gman gnome-session-binary[2791]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 22:09:55 gman gnome-session[2791]: gnome-session-binary[2791]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 22:09:55 gman gnome-session-binary[2791]: CRITICAL: gsm_manager_set_phase: assertion 'GSM_IS_MANAGER (manager)' failed
Jun  3 22:09:55 gman gnome-keyring-ssh.desktop[2846]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:09:55 gman gnome-keyring-secrets.desktop[2848]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:09:55 gman gnome-keyring-pkcs11.desktop[2851]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:09:56 gman gnome-shell[2894]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 22:09:56 gman gnome-session[2874]: gnome-session-binary[2874]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:09:56 gman gnome-session-binary[2874]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:09:57 gman gnome-shell[2903]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 22:09:57 gman gnome-session[2874]: gnome-session-binary[2874]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:09:57 gman gnome-session[2874]: gnome-session-binary[2874]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 22:09:57 gman gnome-session-binary[2874]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  3 22:09:57 gman gnome-session-binary[2874]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:09:57 gman gnome-session-binary[2874]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 22:09:57 gman gnome-session[2874]: Unable to init server: Could not connect: Connection refused
Jun  3 22:09:57 gman kernel: [ 2082.050839] gnome-session-f[2910]: segfault at 0 ip 00007f8feedb9e19 sp 00007ffc742c3e30 error 4 in libgtk-3.so.0.2200.11[7f8feead7000+700000]
Jun  3 22:09:57 gman gnome-session-binary[2874]: Entering running state
Jun  3 22:09:57 gman gnome-settings-[2911]: Failed to connect context: Connection refused
Jun  3 22:09:57 gman gnome-settings-[2911]: g_task_return_error: assertion 'error != NULL' failed
Jun  3 22:10:02 gman gnome-settings-[2911]: Failed to connect context: Connection refused
Jun  3 22:10:34 gman systemd[1]: session-19.scope: Killing process 2781 (gnome-keyring-d) with signal SIGTERM.
Jun  3 22:10:34 gman systemd[1]: session-13.scope: Killing process 1819 (gnome-keyring-d) with signal SIGTERM.
Jun  3 22:10:34 gman systemd[1]: session-10.scope: Killing process 1570 (gnome-keyring-d) with signal SIGTERM.
Jun  3 22:10:34 gman systemd[1]: session-6.scope: Killing process 1307 (gnome-keyring-d) with signal SIGTERM.
Jun  3 22:10:34 gman systemd[1]: session-18.scope: Killing process 2765 (gnome-keyring-d) with signal SIGTERM.
Jun  3 22:10:34 gman systemd[1]: session-1.scope: Killing process 533 (gnome-keyring-d) with signal SIGTERM.
Jun  3 22:11:13 gman /usr/lib/gdm3/gdm-x-session[537]: dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
Jun  3 22:11:15 gman gnome-session[545]: gnome-session-binary[545]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 22:11:15 gman gnome-session-binary[545]: WARNING: Could not parse desktop file pulseaudio.desktop or it references a not found TryExec binary
Jun  3 22:11:15 gman gnome-keyring-ssh.desktop[616]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:11:15 gman gnome-keyring-pkcs11.desktop[620]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:11:15 gman gnome-keyring-secrets.desktop[618]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Jun  3 22:11:19 gman gnome-shell[626]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 22:11:19 gman gnome-session-binary[545]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:11:19 gman gnome-session[545]: gnome-session-binary[545]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:11:20 gman gnome-shell[677]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  3 22:11:20 gman gnome-session[545]: gnome-session-binary[545]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:11:20 gman gnome-session[545]: gnome-session-binary[545]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 22:11:20 gman gnome-session-binary[545]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  3 22:11:20 gman gnome-session-binary[545]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  3 22:11:20 gman gnome-session-binary[545]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  3 22:11:20 gman gnome-session[545]: Unable to init server: Could not connect: Connection refused
Jun  3 22:11:20 gman kernel: [   23.666830] gnome-session-f[701]: segfault at 0 ip 00007ffa562cfe19 sp 00007ffc468d44e0 error 4 in libgtk-3.so.0.2200.11[7ffa55fed000+700000]
Jun  3 22:11:21 gman gnome-settings-[710]: Failed to connect context: Connection refused
Jun  3 22:11:22 gman gnome-session-binary[545]: Entering running state
Jun  3 22:11:22 gman gnome-settings-[710]: g_task_return_error: assertion 'error != NULL' failed
Jun  3 22:11:26 gman gnome-settings-[710]: Failed to connect context: Connection refused
Jun  3 22:11:26 gman dbus-daemon[543]: Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service'
Jun  3 22:11:26 gman dbus-daemon[543]: Activating service name='org.gnome.OnlineAccounts'
Jun  3 22:11:27 gman dbus-daemon[543]: Activating service name='org.gnome.Identity'
Jun  3 22:11:27 gman dbus-daemon[543]: Successfully activated service 'org.gnome.OnlineAccounts'
Jun  3 22:11:27 gman dbus-daemon[543]: Successfully activated service 'org.gnome.Identity'
Jun  3 22:11:27 gman dbus-daemon[543]: Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Jun  3 22:11:27 gman dbus-daemon[543]: Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service'
Jun  3 22:11:29 gman dbus-daemon[543]: Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
Jun  3 22:11:29 gman dbus-daemon[543]: Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service'
Jun  3 22:11:29 gman dbus-daemon[543]: Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#5 Post by dedicated »

so i tried to reinstall pulseaudio

apt-get install pulseaudio

so dead in the water i guess

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#6 Post by dedicated »

So I tried to restore everything I have done so far, remove the line i added in the /etc/speech-dispatcher/speechd.conf
it still just boot into a blank screen so I tried to install pulseaudio then remove it numerous reboots . Agh

now I have nothing.

what happened?

what logs should I show.

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Orca Broken screen reader gnome net install

#7 Post by bw123 »

You don't have to show any logs. If you really used an autoremove command like in your first post, you probably broke it by removing something you shouldn't have. I did not know you could use autoremove that way. I rarely use it, and I always look very carefully at what it is going to do.

You could get into the /var/log/apt/history.log and look for the command and see what it did, and maybe fix things by reinstalling the pkgs?

Setting up a system is kind of like riding a bicycle, you never forget, but they are all different and you have to figure out where all the bells and whistles and gears are and what they do.

Be careful running things as root, that should be run as a user.
resigned by AI ChatGPT

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#8 Post by dedicated »

wow, I checked out the logs and from what I can see it looks like it un-installed gnome
Here are the commands i typed and the results according to logs..

Code: Select all

Start-Date: 2018-05-29  21:36:07
Commandline: apt-get install kodi
Install: kodi-visualization-spectrum:amd64 (1.1.1-1, automatic), libjs-iscroll:amd64 (5.2.0+dfsg1-1, automatic), javascript-common:amd64 (11, automatic), python-imaging:amd64 (4.0.0-4, automatic), fonts-roboto-hinted:amd64 (2:0
~20160106-2, automatic), libjs-jquery:amd64 (3.1.1-2, automatic), mesa-utils:amd64 (8.3.0-3, automatic), libmicrohttpd12:amd64 (0.9.51-1, automatic), libwebpdemux2:amd64 (0.5.2-1, automatic), kodi:amd64 (2:17.1+dfsg1-3), libcec
4:amd64 (4.0.1+dfsg1-1, automatic), libp8-platform2:amd64 (2.1.0.1+dfsg1-1, automatic), mysql-common:amd64 (5.8+1.0.2, automatic), libtinyxml2.6.2v5:amd64 (2.6.2-4, automatic), libmariadbclient18:amd64 (10.1.26-0+deb9u1, automa
tic), fonts-noto-hinted:amd64 (20161116-1, automatic), libpcrecpp0v5:amd64 (2:8.39-3, automatic), kodi-bin:amd64 (2:17.1+dfsg1-3, automatic), kodi-data:amd64 (2:17.1+dfsg1-3, automatic), libcrossguid0:amd64 (0.0+git200150803-2,
 automatic), python-pil:amd64 (4.0.0-4, automatic)
End-Date: 2018-05-29  21:36:29

Start-Date: 2018-05-29  23:02:17
Commandline: apt-get remove --purge pulseaudio
Purge: pulseaudio:amd64 (10.0-1+deb9u1), task-gnome-desktop:amd64 (3.39), libcanberra-pulse:amd64 (0.30-3), gnome-core:amd64 (1:3.22+3), gnome:amd64 (1:3.22+3), pulseaudio-module-bluetooth:amd64 (10.0-1+deb9u1)
End-Date: 2018-05-29  23:02:26

Start-Date: 2018-05-29  23:02:52
Commandline: apt-get install pulseaudio
Install: pulseaudio:amd64 (10.0-1+deb9u1)
End-Date: 2018-05-29  23:02:56

Start-Date: 2018-05-29  23:11:44
Commandline: apt-get autoremove pulseaudio
Remove: fonts-linuxlibertine:amd64 (5.3.0-2), libreoffice-wiki-publisher:amd64 (1.2.0+LibO5.2.7-1+deb9u4), libreoffice-script-provider-js:amd64 (1:5.2.7-1+deb9u4), libpulsedsp:amd64 (10.0-1+deb9u1), hyphen-en-us:amd64 (2.8.8-5)
, pulseaudio:amd64 (10.0-1+deb9u1), rtkit:amd64 (0.11-4+b1), libreoffice-librelogo:amd64 (1:5.2.7-1+deb9u4), libreoffice-script-provider-python:amd64 (1:5.2.7-1+deb9u4), libreoffice-ogltrans:amd64 (1:5.2.7-1+deb9u4), fonts-sil-
gentium-basic:amd64 (1.1-7), libreoffice-script-provider-bsh:amd64 (1:5.2.7-1+deb9u4), libreoffice-nlpsolver:amd64 (0.9+LibO5.2.7-1+deb9u4), libreoffice:amd64 (1:5.2.7-1+deb9u4), mythes-en-us:amd64 (1:5.2.5-1), libreoffice-pdfi
mport:amd64 (1:5.2.7-1+deb9u4), fonts-sil-gentium:amd64 (20081126:1.03-1), libreoffice-help-en-us:amd64 (1:5.2.7-1+deb9u4), pulseaudio-utils:amd64 (10.0-1+deb9u1), libbsh-java:amd64 (2.0b4-18)
End-Date: 2018-05-29  23:11:56
I will try to re install all this see what happens I will let you know.

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#9 Post by dedicated »

urgh it install everything but when we rebooted still blank screen..

something is still messed getting some errors

gnome-session-binary[1238]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1

Code: Select all

root@gman:/var/log# cat syslog | tail -c 8888
/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.1/0003:046D:C31C.0002/input/input5/event2"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 10)
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "xkb_model" "pc105"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "xkb_layout" "us"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'Logitech USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'Logitech USB Keyboard', /dev/input/event2 is a keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) No input driver specified, ignoring this device.
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) This device may have been added with another device file.
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) config/udev: Adding input device Speakup (/dev/input/event0)
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Speakup: Applying InputClass "libinput keyboard catchall"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) Using input driver 'libinput' for 'Speakup'
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Speakup: always reports core events
Jun  4 21:28:59 gman systemd[1225]: Started D-Bus User Message Bus.
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "Device" "/dev/input/event0"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "_source" "server/udev"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'Speakup', /dev/input/event0 is tagged by udev as: Keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'Speakup', /dev/input/event0 is a keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input3/event0"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 11)
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "xkb_model" "pc105"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "xkb_layout" "us"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'Speakup', /dev/input/event0 is tagged by udev as: Keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'Speakup', /dev/input/event0 is a keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) Using input driver 'libinput' for 'HP WMI hotkeys'
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) HP WMI hotkeys: always reports core events
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "Device" "/dev/input/event6"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "_source" "server/udev"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'HP WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'HP WMI hotkeys', /dev/input/event6 is a keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event6"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "xkb_model" "pc105"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (**) Option "xkb_layout" "us"
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'HP WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
Jun  4 21:28:59 gman /usr/lib/gdm3/gdm-x-session[1230]: (II) input device 'HP WMI hotkeys', /dev/input/event6 is a keyboard
Jun  4 21:28:59 gman dbus-daemon[1236]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service'
Jun  4 21:28:59 gman systemd[1225]: Starting Accessibility services bus...
Jun  4 21:28:59 gman dbus-daemon[1236]: Successfully activated service 'org.a11y.Bus'
Jun  4 21:28:59 gman systemd[1225]: Started Accessibility services bus.
Jun  4 21:28:59 gman at-spi-bus-launcher[1243]: Activating service name='org.a11y.atspi.Registry'
Jun  4 21:28:59 gman at-spi-bus-launcher[1243]: Successfully activated service 'org.a11y.atspi.Registry'
Jun  4 21:28:59 gman org.a11y.atspi.Registry[1248]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun  4 21:28:59 gman systemd[1225]: Starting Sound Service...
Jun  4 21:28:59 gman dbus[459]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Jun  4 21:28:59 gman systemd[1225]: Started Sound Service.
Jun  4 21:28:59 gman gnome-shell[1259]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  4 21:28:59 gman gnome-session[1238]: gnome-session-binary[1238]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  4 21:28:59 gman gnome-session-binary[1238]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  4 21:29:00 gman gnome-shell[1269]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  4 21:29:00 gman gnome-session[1238]: gnome-session-binary[1238]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  4 21:29:00 gman gnome-session[1238]: gnome-session-binary[1238]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  4 21:29:00 gman gnome-session-binary[1238]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
Jun  4 21:29:00 gman gnome-session-binary[1238]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  4 21:29:00 gman gnome-session-binary[1238]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
Jun  4 21:29:00 gman gnome-session[1238]: Unable to init server: Could not connect: Connection refused
Jun  4 21:29:00 gman kernel: [  610.093182] gnome-session-f[1278]: segfault at 0 ip 00007f9b946b0e19 sp 00007ffe4af879f0 error 4 in libgtk-3.so.0.2200.11[7f9b943ce000+700000]
Jun  4 21:29:00 gman xbrlapi.desktop[1287]: openConnection: connect: No such file or directory
Jun  4 21:29:00 gman xbrlapi.desktop[1287]: cannot connect to braille devices daemon brltty at :0
Jun  4 21:29:00 gman gnome-session-binary[1238]: Entering running state
Jun  4 21:29:00 gman dbus[459]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Jun  4 21:29:00 gman systemd[1]: Starting Hostname Service...
Jun  4 21:29:00 gman dbus[459]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jun  4 21:29:00 gman systemd[1]: Started Hostname Service.
Jun  4 21:29:00 gman dbus[459]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
Jun  4 21:29:00 gman systemd[1]: Starting Locale Service...
Jun  4 21:29:00 gman gnome-settings-[1279]: g_task_return_error: assertion 'error != NULL' failed
Jun  4 21:29:00 gman dbus[459]: [system] Successfully activated service 'org.freedesktop.locale1'
Jun  4 21:29:00 gman systemd[1]: Started Locale Service.
Jun  4 21:29:24 gman pulseaudio[1265]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jun  4 21:32:22 gman dbus[459]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service'
Jun  4 21:32:22 gman systemd[1]: Starting PackageKit Daemon...
Jun  4 21:32:22 gman PackageKit: daemon start
Jun  4 21:32:22 gman dbus[459]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Jun  4 21:32:22 gman systemd[1]: Started PackageKit Daemon.
Jun  4 21:33:59 gman systemd[1]: Starting Cleanup of Temporary Directories...
Jun  4 21:33:59 gman systemd[1]: Started Cleanup of Temporary Directories.
Jun  4 21:34:32 gman systemd[1]: Started Session 8 of user enduser.
root@gman:/var/log# 

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Orca Broken screen reader gnome net install

#10 Post by bw123 »

I saw a few interesting hits when websearch for this
gnome-shell Execution of main.js threw exception

I don't know anything about setup/using vnc, or using headless setup on one or the other end... sounds tricky but I'm sure it's doable.

on the "removed pulseaudio removed gnome" thing it's probably this.
https://wiki.debian.org/accessibility#D ... Pulseaudio
resigned by AI ChatGPT

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#11 Post by dedicated »

Definitely some tips for before i autoremove pulseaudio

I am not sure why all sound stopped working. . I just installed net install and was on my way home all was working firefox , orca screen reader and i was all set to vnc through a tunneled ssh connection to help my friend then everything was dead no sound.

I skimmed through some searches from what I could find and did the stupid thing of removing pulseaudio

but it for some reason brought sound back . kodi seemed to work so I left on that note (it was getting late ) then remotly I tried to fix with apt upgrade (gave me newer kernel) and trying to get orca to work with alsa. then I had no gnome.

Do I need to re fresh install. My friend is turning his computer on to nothing so I can try to fix from ssh . Soon I will be scheduled to be up that way and will reload. It would be nice to get down to the underlining problem. any idea.

I just checked by ssh n into my friends computer and I have no gnome errors.. and my friend reialized the monif=tor was not plugged in. and I know that because he is blind we really do not need a monitor but that it s nice to have for me and for showing videos to otheres but also from over the year we find that the screen reader will not run with out a monitor plugged in. aparently it got dissconnected when we where trying to figure out what was wrong..

anways the gnome comes back up now. I am able to tunnel in through vnc using ssh

and we are back at no sound at all.

Code: Select all

root@gman:/home/enduser# cat /var/log/syslog |grep -i "fail"
Jun  5 09:29:55 gman kernel: [    0.000000] tsc: Fast TSC calibration failed
Jun  5 09:29:55 gman kernel: [    0.132243] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS (20160831/dsfield-211)
Jun  5 09:29:55 gman kernel: [    0.132327] ACPI Error: Method parse/execution failed [\_SB.PCI0._OSC] (Node ffff9495d71b85c8), AE_ALREADY_EXISTS (20160831/psparse-543)
Jun  5 09:29:55 gman kernel: [    0.132435] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
Jun  5 09:29:55 gman avahi-daemon[444]: chroot.c: open() failed: No such file or directory
Jun  5 09:29:55 gman avahi-daemon[437]: Failed to open /etc/resolv.conf: Invalid argument
Jun  5 09:29:58 gman /usr/lib/gdm3/gdm-x-session[541]: xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
Jun  5 09:30:07 gman gnome-shell[699]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  5 09:30:08 gman gnome-shell[761]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  5 09:30:08 gman gnome-session-binary[549]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  5 09:30:10 gman gnome-settings-[772]: g_task_return_error: assertion 'error != NULL' failed
Jun  5 09:30:15 gman ModemManager[450]: <warn>  Couldn't create modem for device at '/sys/devices/pci0000:00/0000:00:03.3': Failed to find primary AT port
Jun  5 09:30:30 gman pulseaudio[750]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jun  5 10:04:39 gman kernel: [    0.124243] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS (20160831/dsfield-211)
Jun  5 10:04:39 gman kernel: [    0.124325] ACPI Error: Method parse/execution failed [\_SB.PCI0._OSC] (Node ffff88e8d71b85c8), AE_ALREADY_EXISTS (20160831/psparse-543)
Jun  5 10:04:39 gman kernel: [    0.124433] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
Jun  5 10:04:39 gman avahi-daemon[486]: chroot.c: open() failed: No such file or directory
Jun  5 10:04:39 gman avahi-daemon[465]: Failed to open /etc/resolv.conf: Invalid argument
Jun  5 10:04:43 gman /usr/lib/gdm3/gdm-x-session[539]: xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
Jun  5 10:04:52 gman gnome-shell[629]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  5 10:04:52 gman gnome-shell[763]: Execution of main.js threw exception: JS_EvaluateScript() failed
Jun  5 10:04:52 gman gnome-session-binary[547]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jun  5 10:04:54 gman gnome-settings-[774]: g_task_return_error: assertion 'error != NULL' failed
Jun  5 10:04:59 gman ModemManager[457]: <warn>  Couldn't create modem for device at '/sys/devices/pci0000:00/0000:00:03.3': Failed to find primary AT port
Jun  5 10:05:14 gman pulseaudio[680]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jun  5 11:18:56 gman avahi-daemon[437]: chroot.c: open() failed: No such file or directory
Jun  5 11:18:56 gman avahi-daemon[425]: Failed to open /etc/resolv.conf: Invalid argument
Jun  5 11:18:56 gman kernel: [    0.134178] ACPI Error: [CAPD] Namespace lookup failure, AE_ALREADY_EXISTS (20160831/dsfield-211)
Jun  5 11:18:56 gman kernel: [    0.134261] ACPI Error: Method parse/execution failed [\_SB.PCI0._OSC] (Node ffff97a2171b85c8), AE_ALREADY_EXISTS (20160831/psparse-543)
Jun  5 11:18:56 gman kernel: [    0.134369] acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
Jun  5 11:19:00 gman /usr/lib/gdm3/gdm-x-session[523]: xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
Jun  5 11:19:11 gman gnome-shell[613]: JS LOG: Failed to launch ibus-daemon: Failed to execute child process "ibus-daemon" (No such file or directory)
Jun  5 11:19:16 gman gnome-settings-[840]: g_task_return_error: assertion 'error != NULL' failed
Jun  5 11:19:17 gman ModemManager[429]: <warn>  Couldn't create modem for device at '/sys/devices/pci0000:00/0000:00:03.3': Failed to find primary AT port
Jun  5 11:19:31 gman pulseaudio[665]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
root@gman:/home/enduser#

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#12 Post by dedicated »

how do I fix pulseaudio

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#13 Post by dedicated »

ok so just disabling as pointed out by bw123 pulse audi will make the screen reader work. but sound for kodi that uses pulseaudio if its installed is a issue. .

I wounder if there is a way to just fix the pulseaudio so it works again. why is it not recognizing in the sound interface it just says dummy output

so you know what I have done.

I did NOT! apt-get remove pulseaudio because it removes gnome (thats bad!)

i did

disable it to get sound out of the also for the orca screen reader

Code: Select all

root@gman:/home/enduser# dpkg-divert --add --rename /usr/share/alsa/pulse-alsa.conf
Adding 'local diversion of /usr/share/alsa/pulse-alsa.conf to /usr/share/alsa/pulse-alsa.conf.distrib'
root@gman:/home/enduser# nano /etc/pulse/client.conf
autospawn = no
killing the Speech Dispatcher did not work with the command suggested

Code: Select all

root@gman:/home/enduser# killall speech-dispatcher; speech-dispatcher
[Tue Jun  5 11:44:52 2018 : 89345] speechd: Speech Dispatcher 0.8.6 starting
[Tue Jun  5 11:44:52 2018 : 89572] speechd: Speech Dispatcher already running.

Speech Dispatcher already running.
what does work however is

Code: Select all

root@gman:/home/enduser# service speech-dispatcher restart
root@gman:/home/enduser# killall speech-dispatcher; speech-dispatcher
speech-dispatcher: no process found
[Tue Jun  5 11:44:58 2018 : 192269] speechd: Speech Dispatcher 0.8.6 starting
root@gman:/home/enduser# 

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#14 Post by dedicated »

ok so it is not solved yet. Pulseaudio still does not work i am unable to un-install it (because it will remove gnome) .
But I can disable it to use orca screen reader (changes mentioned above)

the only problem with pulseaudio being installed was kodi . with pulseaudio installed kodi will use that but found a way to force alsa with kodi

I made a shell script and installed something called alacarte
apt-get install alacarte
allowing me to edit gnome menu items and make a kodi that loaded through this script made executable ..

Code: Select all

$ cat kodi_alsa.sh
#!/bin/bash         

AE_SINK=ALSA kodi
I guess due to lack of responce that pulse audio with this configuration is just broken for now.

i will have to wait a while before I upgrade so that everything stays running.

dedicated
Posts: 12
Joined: 2018-06-03 18:34

Re: Orca Broken screen reader gnome net install

#15 Post by dedicated »

just a update i reloaded.. all good now

Post Reply