Accessible Coconut Linux

2018-08-20 Thread Daniel Crone
Anyone heard of a distribution of linux with the name of Accessible Coconut? If one has, where may I read about it? -- Ubuntu-accessibility mailing list Ubuntu-accessibility@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility

Re: Sound muted or turned low

2018-08-20 Thread Jude DaShiell
#!/usr/bin/env bash # file: fixpulse.sh - script to back out of broken pulse configuration cd $HOME cd .config rm -fr pulse echo "bad pulse is wiped out, so reboot." That's script that ought to clear any future pulse problems so long as pulse keeps its user configurations in the same place in

Re: Sound muted or turned low

2018-08-20 Thread Jude DaShiell
no! you type rm -fr ./.config/pulpulse ; reboot That semicolon allows more than a single shell command on a line. On Mon, 20 Aug 2018, Daniel Crone wrote: > Date: Mon, 20 Aug 2018 10:24:49 > From: Daniel Crone > To: Jude DaShiell > Cc: Nick Wood , > ubuntu-accessibility@lists.ubuntu.com

Re: Sound muted or turned low

2018-08-20 Thread Daniel Crone
That did it. Everything works. > On Aug 20, 2018, at 10:35 AM, Jude DaShiell wrote: > > no! you type rm -fr ./.config/pulpulse ; reboot That semicolon > allows more than a single shell command on a line. > On Mon, 20 Aug 2018, > Daniel Crone wrote: > >> Date: Mon, 20 Aug 2018 10:24:49 >>

Re: Accessible Coconut Linux

2018-08-20 Thread Kyle
I've heard of it. In fact, it's been mentioned fairly recently on a couple of other lists. I can't remember if it's based on Debian or an Ubuntu LTS. If memory serves and the search results I'm seeing are correct, I believe a company called Cocofrix develops it. I found them at cocofrix.com.

Re: Accessible Coconut Linux

2018-08-20 Thread Dave Hunt
It's based on ubuntu 16.04 LTS On 8/20/18 4:00 PM, Kyle wrote: I can't remember if it's based on Debian or an Ubuntu LTS. -- Ubuntu-accessibility mailing list Ubuntu-accessibility@lists.ubuntu.com

18.04 no log in as guest

2018-08-20 Thread Daniel Crone
Anyone else notice that ubuntu 18.04 has no log in as guest? -- Ubuntu-accessibility mailing list Ubuntu-accessibility@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility

Sound muted or turned low

2018-08-20 Thread Daniel Crone
Yesterday I messed up the sound settings in my linux system. Is there a way to use my ubuntu dvd I installed from in order to go in to my system and unmute or turn up my sound? I hear orca at log in but not after logging on. -- Ubuntu-accessibility mailing list

Re: Sound muted or turned low

2018-08-20 Thread Nick Wood
Hi Daniel, When this has happened to me I usually find that removing or renaming the .config/pulse directory in my home folder is enough to reset everything. Can you SSH into the machine from somewhere else, or log in as a different user? I have learned to have a second user account set up

Re: Sound muted or turned low

2018-08-20 Thread Jude DaShiell
Another shorter possibility is rm -fr $HOME/.config/pulse;reboot When pulse returns on reboot, system defaults will return. On Mon, 20 Aug 2018, Nick Wood wrote: > Date: Mon, 20 Aug 2018 07:54:17 > From: Nick Wood > To: ubuntu-accessibility@lists.ubuntu.com > Subject: Re: Sound muted or turned

Re: Sound muted or turned low

2018-08-20 Thread Daniel Crone
Hello. Thank you for what I have so far. I mounted the hard drive, am and in the home dir now.’Do I type rm -fr And then enter? And on next line Type $HOME/.config/pulse;reboot Thanks, I am using an ubuntu mate dvd, even though my system has a different ubuntu type. > On Aug 20, 2018, at 7:51