Improves places for QT_WAYLAND_SHELL_INTEGRATION
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-main / af-main / add-qt-wayland-shell-integration.patch
1 diff --git a/conf/afm-user-daemon.service b/conf/afm-user-daemon.service
2 index 6b5c1d8..e0f6799 100644
3 --- a/conf/afm-user-daemon.service
4 +++ b/conf/afm-user-daemon.service
5 @@ -7,6 +7,7 @@ BusName=org.AGL.afm.user
6  ExecStart=/usr/bin/afm-user-daemon --user-dbus=unix:path=%t/bus
7  Environment=AFM_APP_INSTALL_DIR=%%r
8  Environment=LD_PRELOAD=/usr/lib/libEGL.so
9 +Environment=QT_WAYLAND_SHELL_INTEGRATION=ivi-shell
10  Restart=on-failure
11  RestartSec=5
12  
13 diff --git a/docs/quick-tutorial.md b/docs/quick-tutorial.md
14 index 081dfe5..f55d4d0 100644
15 --- a/docs/quick-tutorial.md
16 +++ b/docs/quick-tutorial.md
17 @@ -29,6 +29,7 @@ Using the CLI tool
18  
19  ### Setup Environment
20  Connect your AGL target board to the network and copy some sample widgets on it through SSH (set BOARDIP with your board IP address) :
21 +
22  ```
23  $ cd afm-widget-examples
24  $ BOARDIP=1.2.3.4