[Sugar-devel] Fwd: [Pkg-sugar-devel] Bug#872747: marked as done (Please make gender choice non-binary)
James Cameron
quozl at laptop.org
Mon Aug 21 02:30:33 EDT 2017
A third option is already present, but it is not obvious; click
between the icons.
I'd like the colour and name choices removed from first-boot by
default, with deployment option to re-enable.
I'd like the gender choice removed from both first-boot and my
settings. I know of no deployment using gender.
p.s. my bin/sugar.in for OLPC Ubuntu build detects boot from live media;
if [ "$(id -u)" -eq 999 ] && [ -e /rofs ] && [ "$USER" = "ubuntu" ]; then
gsettings set org.sugarlabs.user nick 'You'
gsettings set org.sugarlabs.user gender ''
gsettings set org.sugarlabs.user birth-timestamp 689659403
gsettings set org.sugarlabs.user group-label 'Adult'
gsettings set org.sugarlabs.user color '#808080,#c0c0c0'
gconftool-2 --set /desktop/sugar/user/color --type string '#808080,#c0c0c0'
gconftool-2 --set /desktop/sugar/user/nick --type string 'You'
ssh-keygen -q -t dsa -f .sugar/default/owner.key -C '' -N ''
fi
Might merged that.
--
James Cameron
http://quozl.netrek.org/
More information about the Sugar-devel
mailing list