how to launch chromium(chromium-ozone-wayland) on startup using sysVinit .

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to launch chromium(chromium-ozone-wayland) on startup using sysVinit .

2,350件の閲覧回数
shravankumaralugala
Contributor II

I would like to launch chromium on bootup automatically using sysVinit .

1. DISTRO=fsl-imx-wayland MACHINE=imx6ull14x14evk source imx-setup-release.sh -b build-wayland

2. in local.conf added CORE_IMAGE_EXTRA_INSTALL += "chromium-ozone-wayland"

3. in weston.ini file uncomment the below lines 

   [launcher]

   icon = /usr/share/icons/hicolor/24*24/app/google-chrome.png

  path =/usr/bin/chromium

4. builded the image

5. booted the image

On the task bar I can see the chromium icon , by clicking the icon chromium launches .

Need help how can I launch chromium on bootup ? 

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

2,338件の閲覧回数
Harvey021
NXP TechSupport
NXP TechSupport

Hi @shravankumaralugala 

As you are using sysvinit as init programs, then you can refer to some scripts which locate at the directory /etc/init.d with start cap letter S as to write one to auto boot chromium. You might also try to write commands into /etc/init.d/rcS for auto boot chromium.

 

Best regards

Harvey

0 件の賞賛
返信

2,331件の閲覧回数
shravankumaralugala
Contributor II

I have tried adding /usr/bin/chromium in /etc/init.d/rcS , this hadn't helped me.

0 件の賞賛
返信

2,284件の閲覧回数
shravankumaralugala
Contributor II

no issue hadn't solved.

0 件の賞賛
返信