mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
add an extra sleep between user init and paplay
there is a race as we need the pulseaudio session to be run by the time we play as otherwise we activate a daemon that uses the wrong profile and doesn't play properly generally we sould move the heap of stuff out of this script and into a user session instead
This commit is contained in:
parent
2d45db913b
commit
7c3a8d90c2
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ export FORCE_RIL_NUM_MODEMS=1
|
||||||
# upstart user session has useful bits like mtp-server
|
# upstart user session has useful bits like mtp-server
|
||||||
init --user &
|
init --user &
|
||||||
|
|
||||||
|
sleep 5
|
||||||
|
|
||||||
/usr/bin/kbuildsycoca5
|
/usr/bin/kbuildsycoca5
|
||||||
/usr/bin/kded5&
|
/usr/bin/kded5&
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue