[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

systemd incoming warning



I use archlinux on one of my computers and this morning got an update of systemd packages. After the update, running my x.sh script to go into gnome and have orca run, orca says screen reader on then says nothing else no matter what is done with the keyboard. I am including my x.sh script so anyone interested can understand how I start the x environment up on my system.
cut here:
#!/usr/bin/env bash
# file: x.sh - xorg run script.
clear
sudo -H systemctl stop espeakup
startx 2>&1 >startx.log
sudo -H systemctl start espeakup

cut here.

--


Reply to: