From 5096dec3b58d53270e1d7dadf13ba96d48e98f99 Mon Sep 17 00:00:00 2001 From: Martin Klapetek Date: Wed, 17 Jun 2015 22:56:38 +0000 Subject: [PATCH] Force the modem numbers for now The ofono MC plugin is being blocked by AppArmor, it does however has a code path to go around it by setting FORCE_RIL_NUM_MODEMS env var (seems to be added for this very use case). So use this for now --- bin/plasma-phone.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index 0caae9a4..436b329e 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -29,6 +29,7 @@ export PLASMA_PLATFORM=phone export QT_QUICK_CONTROLS_STYLE=Plasma export GRID_UNIT_PX=25 +export FORCE_RIL_NUM_MODEMS=1 # upstart user session has useful bits like mtp-server init --user &