mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
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
This commit is contained in:
parent
cd453ba653
commit
5096dec3b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Reference in a new issue