Skip to content

Commit 463a983

Browse files
Added pulseaudio TCP module to run at login
mixed @GxmerSam Sam Alarie PR main.sh to here
1 parent ed7e95b commit 463a983

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/scripts/hippo/hippo.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
version=1
44

5+
56
CACHE_ROOT="${HOME}/.uoa-cache-root"
67
TPREFIX="/data/data/com.termux/files"
78

@@ -108,6 +109,9 @@ function _lauch_or_install()
108109
# echo -e "use hippo --help for more option and comming up features"
109110
fi
110111
else
112+
#@GxmerSam Sam Alarie
113+
pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1 >> /dev/null
114+
111115
if [ -f "{CACHE_ROOT}"/ubuntu-on-android/etc/scripts/vncserver/startvnc.sh ] && [ ! -f ${HIPPO_DIR}/bin/startvnc ]; then
112116
DIR="{CACHE_ROOT}/ubuntu-on-android/etc/scripts/vncserver/startvnc.sh"
113117
cp ${DIR} ${HIPPO_DIR}/bin/startvnc

0 commit comments

Comments
 (0)