mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
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:
parent
e8864872cf
commit
0fbc1cbaef
1 changed files with 0 additions and 3 deletions
|
|
@ -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 &
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue