Disable the startup sound

This served us well so far, the start-up sound was added as debug
mechanism when GUI was not running on Nexus 5 in early days. However now
that we have better mechansims to debug GUI (journalctl, UART, ssh etc).
This no-longer is needed. In addition to that we got enough complaints
about the startup sound if people are trying to hack on plasma mobile on
quiet place like library.

As a historical thing, sound file is still present, just not running
anymore.
This commit is contained in:
Bhushan Shah 2018-11-17 08:57:10 +05:30
parent e8864872cf
commit 0fbc1cbaef

View file

@ -39,9 +39,6 @@ dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/D
# start mission control
dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.StartServiceByName string:org.freedesktop.Telepathy.MissionControl5 uint32:0
sleep 1
paplay /usr/share/sounds/sitter/ohits.ogg &
# start polkit authentication agent
@CMAKE_INSTALL_FULL_LIBEXECDIR@/polkit-kde-authentication-agent-1 &