lightdm-gtk-greeter: improved orca wrapper script
This commit is contained in:
parent
f9718a46c1
commit
6e9c78fe28
1 changed files with 5 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3
|
VERSION=4
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
@ -57,13 +57,16 @@ EOF
|
||||||
cat << EOF > orca-lightdm-wrapper
|
cat << EOF > orca-lightdm-wrapper
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Make sure speech-dispatcher is not running
|
||||||
|
pkill -9 speech-dispatcher
|
||||||
|
|
||||||
# Make sure that pulseaudio is running and not muted. This prevents sound initialization errors in the lightdm session
|
# Make sure that pulseaudio is running and not muted. This prevents sound initialization errors in the lightdm session
|
||||||
pulseaudio --start
|
pulseaudio --start
|
||||||
pactl set-sink-mute @DEFAULT_SINK@ true
|
pactl set-sink-mute @DEFAULT_SINK@ true
|
||||||
pactl set-sink-mute @DEFAULT_SINK@ false
|
pactl set-sink-mute @DEFAULT_SINK@ false
|
||||||
|
|
||||||
which espeak paplay >/dev/null && espeak "Trisquel login" --stdout|paplay
|
which espeak paplay >/dev/null && espeak "Trisquel login" --stdout|paplay
|
||||||
exec orca \$@
|
exec orca --replace --no-setup --disable splash-window, \$@
|
||||||
EOF
|
EOF
|
||||||
chmod 755 orca-lightdm-wrapper
|
chmod 755 orca-lightdm-wrapper
|
||||||
echo orca-lightdm-wrapper /usr/bin >> debian/lightdm-gtk-greeter.install
|
echo orca-lightdm-wrapper /usr/bin >> debian/lightdm-gtk-greeter.install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue