diff --git a/CMakeLists.txt b/CMakeLists.txt index 6039a33c..4b855543 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,3 +53,4 @@ add_subdirectory(bin) add_subdirectory(applets) add_subdirectory(containments) add_subdirectory(dialer) +add_subdirectory(sounds) diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index c7406334..2a3b5b93 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -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 diff --git a/sounds/CMakeLists.txt b/sounds/CMakeLists.txt new file mode 100644 index 00000000..1d56d477 --- /dev/null +++ b/sounds/CMakeLists.txt @@ -0,0 +1 @@ +install(DIRECTORY sitter DESTINATION ${SOUND_INSTALL_DIR}) diff --git a/sounds/sitter/brmm.ogg b/sounds/sitter/brmm.ogg new file mode 100644 index 00000000..1eb5a705 Binary files /dev/null and b/sounds/sitter/brmm.ogg differ