diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2024-09-06 08:02:09 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-09-09 18:37:14 +0000 |
commit | 65e6910f05a65aff631187ff8576e471b5798bf1 (patch) | |
tree | 07ce2e397b7ef49f77dfb0ea1cb641c90211d256 /recipes-demo/flutter-ics-homescreen/files | |
parent | 76ce5a83f797e4f49454ffab1fc41542e6baf960 (diff) |
flutter SDK 3.24.2
-update flutter-ics-homescreen and flutter-instrument-cluster
Change-Id: I28ceb1999f79c1b2889a9f2b9e900fe825b12d77
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
(Updated flutter-cluster-dashboard systemd unit file)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30267
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo/flutter-ics-homescreen/files')
3 files changed, 12 insertions, 11 deletions
diff --git a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json deleted file mode 100644 index 2817e5fed..000000000 --- a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "view" : [ { - "window_type" : "BG", - "width" : 1080, - "height": 1920, - "fullscreen": true, - "window_activation_area" : { "x" : 0, "y" : 56, "width" : 1080, "height" : 1712 } - } - ] -} diff --git a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.service b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.service index a61b4a1de..421f87cda 100644 --- a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.service +++ b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.service @@ -7,7 +7,7 @@ User=agl-driver EnvironmentFile=/etc/default/flutter EnvironmentFile=-/etc/default/flutter-ics-homescreen Environment=XDG_RUNTIME_DIR=/run/user/1001/ -ExecStart=/usr/bin/flutter-auto --b=/usr/share/flutter/flutter_ics_homescreen/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --j=/usr/share/flutter/flutter-ics-homescreen.json --xdg-shell-app-id=homescreen +ExecStart=/usr/bin/flutter-auto -b /usr/share/flutter/flutter_ics_homescreen/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --xdg-shell-app-id homescreen Restart=on-failure [Install] diff --git a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml new file mode 100644 index 000000000..e5cb7f999 --- /dev/null +++ b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml @@ -0,0 +1,11 @@ +[view] +window_type = "BG" +width = 1080 +height = 1920 +fullscreen = true + +[window_activation_area] +x = 0 +y = 56 +width = 1080 +height = 1712 |