From 4cb774c95d6718cccd77909f18b9aabc8d3a098a Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Sat, 1 Nov 2014 19:14:14 +0100 Subject: [PATCH] Make sure voicecall-manager.service is started before shell --- services/plasma-phone-shell.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/plasma-phone-shell.service b/services/plasma-phone-shell.service index 86664e6a..25550701 100644 --- a/services/plasma-phone-shell.service +++ b/services/plasma-phone-shell.service @@ -7,7 +7,7 @@ [Unit] Description=Plasma Phone UI Requires=dbus.socket -After=plasma-phone-compositor.service plasma-phone-ksyncdbusenv.service plasma-phone-kbuildsycoca.service plasma-phone-kdeinit.service +After=voicecall-manager.service plasma-phone-compositor.service plasma-phone-ksyncdbusenv.service plasma-phone-kbuildsycoca.service plasma-phone-kdeinit.service [Service] EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf