From 0fbc1cbaef07e277577a774526cb42ef77ab79f3 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Sat, 17 Nov 2018 08:57:10 +0530 Subject: [PATCH] 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. --- bin/plasma-phone.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index 3f887ab2..3e7f46bc 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -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 &