* speakupconf load and save not working
@ Storm Dragon
` Chris Brannon
0 siblings, 1 reply; 5+ messages in thread
From: Storm Dragon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
I think maybe permissions got changed in one of the later kernels or something. Speakupconf load and save no longer work as expected. when doing speakup conf load, lines 79 and 93 (I think) say too man arguments. In the .speakup directory there are no files like there used to be.
I tried a chmod -R 666 /sys/accessibility/speakup
but that didn't help. Is there an easy fix for this?
thanks
Storm
--
Powered by Arch Linux! I am registered Linux user number 508465: https://linuxcounter.net/user/508465.html
My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193
My Blackberry is Broken: http://is.gd/my_blackberry_is_broken
"Brains for dinner, brains for lunch, brains for breakfast, brains for brunch. Brains at every single meal, why can't we have some guts?"
The Misfits - Braineaters
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: speakupconf load and save not working
speakupconf load and save not working Storm Dragon
@ ` Chris Brannon
` Storm Dragon
` Storm Dragon
0 siblings, 2 replies; 5+ messages in thread
From: Chris Brannon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Storm Dragon <stormdragon2976@gmail.com> writes:
> Speakupconf load and save no longer work as expected. when
> doing speakup conf load, lines 79 and 93 (I think) say too man
> arguments.
Hello!
Sorry for not replying to this sooner. I don't really use speakupconf,
but I have worked on the code.
What distro are you using, and what is /bin/sh there?
I believe that the current version of speakupconf may have a couple of
bashisms. These either need to be fixed, or speakupconf needs to use
bash explicitly. For a quick fix, try changing the first line of the
script to
#!/bin/bash
and tell me if that fixes it for you.
-- Chris
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: speakupconf load and save not working
` Chris Brannon
@ ` Storm Dragon
` Storm Dragon
1 sibling, 0 replies; 5+ messages in thread
From: Storm Dragon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
Yes, changing it to bash fixed the issue. I'm using Arch.
Thanks :)
Storm
On Thu, Jan 29, 2015 at 02:20:13PM -0800, Chris Brannon wrote:
>Storm Dragon <stormdragon2976@gmail.com> writes:
>
>> Speakupconf load and save no longer work as expected. when
>> doing speakup conf load, lines 79 and 93 (I think) say too man
>> arguments.
>
>Hello!
>Sorry for not replying to this sooner. I don't really use speakupconf,
>but I have worked on the code.
>What distro are you using, and what is /bin/sh there?
>I believe that the current version of speakupconf may have a couple of
>bashisms. These either need to be fixed, or speakupconf needs to use
>bash explicitly. For a quick fix, try changing the first line of the
>script to
>#!/bin/bash
>and tell me if that fixes it for you.
>
>-- Chris
>_______________________________________________
>Speakup mailing list
>Speakup@linux-speakup.org
>http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
--
Powered by Arch Linux! I am registered Linux user number 508465: https://linuxcounter.net/user/508465.html
My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193
Need a safe and easy way to backup and share files? Try Dropbox: http://db.tt/jeY50HR
"with a trunk big enough to fit three bodies in"
Calabrese - Crizila
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: speakupconf load and save not working
` Chris Brannon
` Storm Dragon
@ ` Storm Dragon
` Chris Brannon
1 sibling, 1 reply; 5+ messages in thread
From: Storm Dragon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
Looks like I replied too soon. I had one person tell me it fixed the issues, but someone else says it didn't. I am using the lts kernel myself and it works here, but when I made a vm with the latest kernel I get the errors with line 79 and 93 as well.
It seems to be that the script doesn't have permission to read the files it wants to copy.
Thanks
Storm
On Thu, Jan 29, 2015 at 02:20:13PM -0800, Chris Brannon wrote:
>Storm Dragon <stormdragon2976@gmail.com> writes:
>
>> Speakupconf load and save no longer work as expected. when
>> doing speakup conf load, lines 79 and 93 (I think) say too man
>> arguments.
>
>Hello!
>Sorry for not replying to this sooner. I don't really use speakupconf,
>but I have worked on the code.
>What distro are you using, and what is /bin/sh there?
>I believe that the current version of speakupconf may have a couple of
>bashisms. These either need to be fixed, or speakupconf needs to use
>bash explicitly. For a quick fix, try changing the first line of the
>script to
>#!/bin/bash
>and tell me if that fixes it for you.
>
>-- Chris
>_______________________________________________
>Speakup mailing list
>Speakup@linux-speakup.org
>http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
--
Powered by Arch Linux! I am registered Linux user number 508465: https://linuxcounter.net/user/508465.html
My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193
The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones.
"Pray nightfall release me, then I could wander to deep sleep."
Paradise Lost - Pray Nightfall
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: speakupconf load and save not working
` Storm Dragon
@ ` Chris Brannon
0 siblings, 0 replies; 5+ messages in thread
From: Chris Brannon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Storm Dragon <stormdragon2976@gmail.com> writes:
> It seems to be that the script doesn't have permission to read the files it wants to copy.
Oh that's right, they changed the permissions on the Speakup files, so
only root can write them.
This is the kind of thing that would have to be fixed within the Arch
Linux package. So maybe file a bug against their speakup-utils package, asking
if someone could create a speakupconf group and add udev rules to allow
those /sys files to be written by members of that group.
As it stands, they're only writable by root.
-- Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
speakupconf load and save not working Storm Dragon
` Chris Brannon
` Storm Dragon
` Storm Dragon
` Chris Brannon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).