Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 82b6a18

Browse files
committed
Added the draft support for ubuntu.
Signed-off-by: Wan Shuang <shuang.wan@intel.com>
1 parent 1a60b8e commit 82b6a18

13 files changed

Lines changed: 75 additions & 27 deletions

File tree

host/bins/cfc-0.1.0-x64.deb

-12.9 KB
Binary file not shown.

host/src/pack/dpkg/etc/rc.civ

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/sh -e
22

33
# Wait the ukui-session ready.
4-
while true
5-
do
6-
if pgrep -u `whoami` -x "ukui-session" > /dev/null
7-
then
8-
break
9-
else
10-
sleep 1
11-
fi
12-
done
4+
#while true
5+
#do
6+
# if pgrep -u `whoami` -x "ukui-session" > /dev/null
7+
# then
8+
# break
9+
# else
10+
# sleep 1
11+
# fi
12+
#done
1313

1414
CIV_PATH=/opt/civ/data/Release_Deb
1515

host/src/pack/dpkg/etc/rc.civ.post

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ function pause_civ()
4848

4949
sleep 10
5050

51-
is_civ_ready || exit -1
51+
#is_civ_ready || exit -1
5252

5353
${CIV_PATH}/scripts/stream &
5454

5555
# LG_B1_Client_input will be launched in rc.civ.pre
5656
#launch_lg_input_client
5757

58-
/etc/sharefolder_monitor.sh &
58+
#/etc/sharefolder_monitor.sh &
5959

60-
balloon_civ
60+
#balloon_civ
6161

6262
/opt/lg/bin/LG_B1_Client_clipboard guestClipboard:enable=true &
6363

64-
pause_civ
64+
#pause_civ
6565

6666
exit 0

host/src/pack/dpkg/etc/rc.civ.pre

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/bin/sh -e
22

3-
while true
4-
do
5-
if pgrep -u `whoami` -x "ukui-session" > /dev/null
6-
then
7-
break
8-
else
9-
sleep 1
10-
fi
11-
done
12-
sleep 10
3+
#while true
4+
#do
5+
# if pgrep -u `whoami` -x "ukui-session" > /dev/null
6+
# then
7+
# break
8+
# else
9+
# sleep 1
10+
# fi
11+
#done
12+
#sleep 10
13+
1314
export DISPLAY=:0
1415
THEUSER=$(users | awk '{print $1;}')
1516
LOGPATH=/home/$THEUSER/.userdata
-4.29 KB
Binary file not shown.

host/src/pack/dpkg/opt/cfc/mwc/bin/lg_launcher.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ if [ ! -z ${ENABLE_CIV_BALLOON} ]; then
9191
fi
9292

9393
# Pause CiV
94-
if [ -z "$(pidof mwc_launcher)" ] && [ -z "$(pidof LG_B1_Client)" ] && [ -z "$(pgrep -ax adb | grep -v "fork-server")" ]; then
95-
/opt/cfc/mwc/bin/pause_civ.sh
96-
fi
94+
#if [ -z "$(pidof mwc_launcher)" ] && [ -z "$(pidof LG_B1_Client)" ] && [ -z "$(pgrep -ax adb | grep -v "fork-server")" ]; then
95+
# /opt/cfc/mwc/bin/pause_civ.sh
96+
#fi
9797

9898
exit 0
9999

host/src/pack/dpkg/opt/cfc/mwc/bin/loadapp_single_lg.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ then
4141
fi
4242
/opt/cfc/mwc/bin/msg_agent localhost 3000 CLOSEAPP_LASTOPENED
4343
else
44-
/opt/lg/bin/LG_B1_Client -Q $1 -t $4
44+
#/opt/lg/bin/LG_B1_Client -Q $1 -t $4
45+
echo "Do nothing."
4546
fi
4647

4748
exit 0
-38.4 KB
Binary file not shown.
-36.6 KB
Binary file not shown.
-27.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)