Re: [SoaS] No keyboard choice - Re: [Sugar-devel] SoaS v10 testing and a few minor issues with 0.100

2013-11-20 Thread Peter Robinson
woops, That should read perhaps sugar-cp-keyboard can replace sugar-cp-powerd Attached proposed change to sugar's spec file and a merge request[1] for the sugar change. Tested on SoaS-F20-5 liveinst in a VM. Jerry 1. https://github.com/sugarlabs/sugar/pull/135 Can we get this in the

Re: [SoaS] No keyboard choice - Re: [Sugar-devel] SoaS v10 testing and a few minor issues with 0.100

2013-11-19 Thread Walter Bender
In jarabe/controlpanel/gui.py there is: POWERD_FLAG_DIR = '/etc/powerd/flags' def _setup_options(self): if not os.access(POWERD_FLAG_DIR, os.W_OK): del self._options['power'] del self._options['keyboard'] which might explain why the keyboard selection is

Re: [SoaS] No keyboard choice - Re: [Sugar-devel] SoaS v10 testing and a few minor issues with 0.100

2013-11-19 Thread Peter Robinson
On Tue, Nov 19, 2013 at 9:13 PM, Walter Bender walter.ben...@gmail.com wrote: In jarabe/controlpanel/gui.py there is: POWERD_FLAG_DIR = '/etc/powerd/flags' def _setup_options(self): if not os.access(POWERD_FLAG_DIR, os.W_OK): del self._options['power']

Re: [SoaS] No keyboard choice - Re: [Sugar-devel] SoaS v10 testing and a few minor issues with 0.100

2013-11-19 Thread Walter Bender
On Tue, Nov 19, 2013 at 6:45 PM, Peter Robinson pbrobin...@gmail.com wrote: On Tue, Nov 19, 2013 at 9:13 PM, Walter Bender walter.ben...@gmail.com wrote: In jarabe/controlpanel/gui.py there is: POWERD_FLAG_DIR = '/etc/powerd/flags' def _setup_options(self): if not

Re: [SoaS] No keyboard choice - Re: [Sugar-devel] SoaS v10 testing and a few minor issues with 0.100

2013-11-19 Thread Jerry Vonau
On Tue, 2013-11-19 at 18:20 -0600, Jerry Vonau wrote: On Tue, 2013-11-19 at 18:11 -0600, Jerry Vonau wrote: On Tue, 2013-11-19 at 18:49 -0500, Walter Bender wrote: On Tue, Nov 19, 2013 at 6:45 PM, Peter Robinson pbrobin...@gmail.com wrote: On Tue, Nov 19, 2013 at 9:13 PM, Walter