Adam D. Barratt, le Wed 17 Apr 2013 19:48:51 +0100, a écrit : > Control: tags -1 + confirmed d-i > > On Tue, 2013-04-16 at 10:18 +0200, Samuel Thibault wrote: > > Please unblock package brltty > > > > The intent of these changes is to fix bug #680636 by allowing to use the > > braille keyboard to type login/passwd at gdm3, by automatically running > > the braille key presses relay tool, xbrlapi. > > Looks reasonable to me, but will need KiBi-love (I realise the changes > don't affect the udeb).
Bug#705599 made me realize that one change is missing from the udeb, which enables sound events in gnome, to improve user feedback about what is happening (window opening, closing, etc.). The user can enable them by himself from the configuration panel, it is just helpful to enable it already. Samuel diff --git a/debian/brltty-udeb.prebaseconfig b/debian/brltty-udeb.prebaseconfig index 99ac743..56ee0c8 100644 --- a/debian/brltty-udeb.prebaseconfig +++ b/debian/brltty-udeb.prebaseconfig @@ -91,6 +91,7 @@ if [ -r $pid ] && kill -0 `cat $pid`; then then # Gnome 3 /bin/in-target su -s /bin/sh -c 'eval $(dbus-launch) ; export DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID ; GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.a11y.applications screen-reader-enabled true' "$USERNAME" || true + /bin/in-target su -s /bin/sh -c 'eval $(dbus-launch) ; export DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID ; GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.sound event-sounds true' "$USERNAME" || true # Gnome 2 /bin/in-target su -s /bin/sh -c "gconftool-2 --type bool --set /desktop/gnome/interface/accessibility true" "$USERNAME" || true -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org