Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 848abf2

Browse files
fix for starting desktop environment on android (tested on debian with xfce and xsdl)
1 parent 61a2b58 commit 848abf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎include/graphics/x11/deploy.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ do_start()
99
msg -n ":: Starting ${COMPONENT} ... "
1010
is_stopped /tmp/xsession.pid
1111
is_ok "skip" || return 0
12-
local cmd="export DISPLAY=${X11_HOST}:${X11_DISPLAY}; ~/.xinitrc"
13-
chroot_exec -u ${USER_NAME} ${cmd}&
12+
local cmd="export DISPLAY=${X11_HOST}:${X11_DISPLAY}; ~/.xinitrc &"
13+
chroot_exec -u ${USER_NAME} ${cmd}
1414
is_ok "fail" "done"
1515
return 0
1616
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /