add a proper startup sound

This commit is contained in:
Harald Sitter 2015-06-22 19:00:26 -07:00
parent fca8ba5d46
commit 2f0e4e7769
4 changed files with 3 additions and 1 deletions

View file

@ -53,3 +53,4 @@ add_subdirectory(bin)
add_subdirectory(applets)
add_subdirectory(containments)
add_subdirectory(dialer)
add_subdirectory(sounds)

View file

@ -37,6 +37,6 @@ init --user &
sleep 5
mc-tool request ofono/ofono/account0 online
paplay /usr/share/sounds/ubuntu/stereo/desktop-login.ogg &
paplay /usr/share/sounds/sitter/brmm.ogg &
exec /usr/bin/plasmashell -p org.kde.plasma.phone 2>/tmp/plasmashell_logs

1
sounds/CMakeLists.txt Normal file
View file

@ -0,0 +1 @@
install(DIRECTORY sitter DESTINATION ${SOUND_INSTALL_DIR})

BIN
sounds/sitter/brmm.ogg Normal file

Binary file not shown.