mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
add a proper startup sound
This commit is contained in:
parent
fca8ba5d46
commit
2f0e4e7769
4 changed files with 3 additions and 1 deletions
|
|
@ -53,3 +53,4 @@ add_subdirectory(bin)
|
||||||
add_subdirectory(applets)
|
add_subdirectory(applets)
|
||||||
add_subdirectory(containments)
|
add_subdirectory(containments)
|
||||||
add_subdirectory(dialer)
|
add_subdirectory(dialer)
|
||||||
|
add_subdirectory(sounds)
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,6 @@ init --user &
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
mc-tool request ofono/ofono/account0 online
|
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
|
exec /usr/bin/plasmashell -p org.kde.plasma.phone 2>/tmp/plasmashell_logs
|
||||||
|
|
|
||||||
1
sounds/CMakeLists.txt
Normal file
1
sounds/CMakeLists.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
install(DIRECTORY sitter DESTINATION ${SOUND_INSTALL_DIR})
|
||||||
BIN
sounds/sitter/brmm.ogg
Normal file
BIN
sounds/sitter/brmm.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue