Fix chrome launch error on desktop 11/320311/2
authorChandan Padhi <c.padhi@samsung.com>
Wed, 26 Feb 2025 10:08:15 +0000 (15:38 +0530)
committerInsoon Kim <is46.kim@samsung.com>
Wed, 26 Feb 2025 23:31:29 +0000 (23:31 +0000)
This commit fixes below error at chrome launch on desktop.

/out.chrome.x64/chrome_tizen: error while loading shared libraries:
libchromium-ewk.so: cannot open shared object file: No such file or directory

Change-Id: I69031292a0d101c0c91cb87ce4b5e89ddb472b32
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
chrome.sh

index 1e19a171d85d73b59e952352fbffb70e4a87d742..7b0607fccbe0345bfe40ccf9eee494d89db819b7 100755 (executable)
--- a/chrome.sh
+++ b/chrome.sh
@@ -1,3 +1,3 @@
 export EVAS_GL_NO_BLACKLIST=1
-export LD_LIBRARY_PATH=$PWD/out.chrome.x64/Dependencies/Root/lib64/:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=$PWD/out.chrome.x64/:$LD_LIBRARY_PATH
 ./out.chrome.x64/chrome_tizen $1 --no-sandbox --ignore-gpu-blocklist --use-gl=egl --ozone-platform=efl --window-size=800,600