Disabling orca lightdm-gtk-greeter

2018-01-02 Thread john doe

Hi list,

How can I disable orca at lightdm-gtk-greeter?
Basically, I want to disable orca at the prompt where I need to enter my 
credentials before logging into 'MATE'.


--
John Doe



Apollo hardware synth and speakup

2018-01-02 Thread Odd Martin Baanrud

Hello and happy new year!

A friend of mine has a good old Apollo hardware speech synth, which we 
want up and running using speakup.
It's attached via a USb -> serial adapter, along with a Handy Tech 
braille display, which is attached directly to the PC via USB.

Speakup doesn't start.

idim@peace:~$ sudo dmesg|grep apollo
[    3.266074] speakup_apollo: module is from the staging directory, the 
quality is unknown, you have been warned.

[    3.266228] apollo: device probe failed
[    7.893752] speakup_apollo: module is from the staging directory, the 
quality is unknown, you have been warned.

[    7.894040] apollo: device probe failed
[   11.643554] speakup_apollo: module is from the staging directory, the 
quality is unknown, you have been warned.

[   11.644264] apollo: device probe failed
[  136.436986] speakup_apollo: module is from the staging directory, the 
quality is unknown, you have been warned.

[  136.437756] apollo: device probe failed
idim@peace:~$ sudo dmesg|grep tty
[    0.00] console [tty0] enabled
[   10.641319] cdc_acm 6-4:1.1: ttyACM0: USB ACM device
[   10.642062] cdc_acm 6-4:1.3: ttyACM1: USB ACM device
[   10.642642] cdc_acm 6-4:1.9: ttyACM2: USB ACM device
[   10.701075] ftdi_sio ttyUSB0: Unable to read latency timer: -32
[   10.702072] ftdi_sio ttyUSB0: Unable to write latency timer: -32
[   10.702191] usb 1-1: FTDI USB Serial Device converter now attached to 
ttyUSB0
[   10.705190] usb 4-1: FTDI USB Serial Device converter now attached to 
ttyUSB1
[   16.002120] usb 4-1: usbfs: interface 0 claimed by ftdi_sio while 
'brltty' sets config #1
[   16.004576] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now 
disconnected from ttyUSB1


idim@peace:~$ sudo grep "CMD" /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet 8250.nr_uarts=0"
GRUB_CMDLINE_LINUX=""

idim@peace:~$ sudo grep "speakup" /etc/modules
speakup_apollo

Here's the tty content from dmesg after disconnecting the braille display:

[    0.00] console [tty0] enabled
[   11.719251] usb 1-1: FTDI USB Serial Device converter now attached to 
ttyUSB0

[   11.760700] cdc_acm 4-4:1.1: ttyACM0: USB ACM device
[   11.761293] cdc_acm 4-4:1.3: ttyACM1: USB ACM device
[   11.762497] cdc_acm 4-4:1.9: ttyACM2: USB ACM device
[   17.520102] usb 1-1: usbfs: interface 0 claimed by ftdi_sio while 
'brltty' sets config #1
[   17.522309] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now 
disconnected from ttyUSB0


Could someone figure out why this doesn't work?

Regards, Martin



Re: Disabling orca lightdm-gtk-greeter

2018-01-02 Thread Alex ARNAUD

Le 02/01/2018 à 17:26, john doe a écrit :

Hi list,

How can I disable orca at lightdm-gtk-greeter?
Basically, I want to disable orca at the prompt where I need to enter my 
credentials before logging into 'MATE'.




Hello John,

I use the following command on Debian to remove Orca on lightdm :
sudo mv /etc/lightdm/lightdm.conf.d/80_orca-dm-wrapper.conf 
/etc/lightdm/lightdm.conf.d/80_orca-dm-wrapper.conf.save && sudo mv 
/etc/xdg/lightdm/lightdm.conf.d/80_orca-dm-wrapper.conf 
/etc/xdg/lightdm/lightdm.conf.d/80_orca-dm-wrapper.conf.save


Best regards.
--
Alex ARNAUD
Visual-Impairment Project Manager
Hypra - "Humanizing technology"



Re: Disabling orca lightdm-gtk-greeter

2018-01-02 Thread john doe

On 1/2/2018 9:54 PM, Alex ARNAUD wrote:

Le 02/01/2018 à 17:26, john doe a écrit :

Hi list,

How can I disable orca at lightdm-gtk-greeter?
Basically, I want to disable orca at the prompt where I need to enter 
my credentials before logging into 'MATE'.




Hello John,

I use the following command on Debian to remove Orca on lightdm :
sudo mv /etc/lightdm/lightdm.conf.d/80_orca-dm-wrapper.conf 
/etc/lightdm/lightdm.conf.d/80_orca-dm-wrapper.conf.save && sudo mv 
/etc/xdg/lightdm/lightdm.conf.d/80_orca-dm-wrapper.conf 
/etc/xdg/lightdm/lightdm.conf.d/80_orca-dm-wrapper.conf.save




Thanks Alex -- It works! :)
I only had to do it for the second path though.

Could be something for the wiki along with the following:

Turning orca off when logged in:

In startup applications From menu System> Preferences > Personal > 
Startup Applications uncheck orca [image].


--
John Doe