diff --git a/conf/layer.conf b/conf/layer.conf
index 00196093b843a131114fda3243b5d29bb6bf69b4..5ffa96e319c44e797397ca36ec03a4823df1113b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -32,7 +32,7 @@ PACKAGECONFIG:pn-flutter-engine-release = "disable-desktop-embeddings embedder-f
 PACKAGECONFIG:pn-flutter-engine-debug = "disable-desktop-embeddings embedder-for-target fontconfig debug"
 PACKAGECONFIG:pn-flutter-engine-profile = "disable-desktop-embeddings embedder-for-target fontconfig profile"
 
-IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS = "--a=/usr/share/gallery --t=DMZ-White"
+IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS = "--a=/usr/share/flutter/gallery/flutter_assets --t=DMZ-White"
 SERVICE_EXEC_START_PARAMS:pn-ivi-homescreen-debug = "${IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS}"
 SERVICE_EXEC_START_PARAMS:pn-ivi-homescreen-profile = "${IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS}"
 SERVICE_EXEC_START_PARAMS:pn-ivi-homescreen-release = "${IVI_HOMESCREEN_SERVICE_EXEC_START_PARAMS}"