Skip to content

Commit 75fb697

Browse files
committed
fix: xmessage displays on record video
Fixes #2369 Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 706aa62 commit 75fb697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeBase/start-vnc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ "${START_XVFB:-$SE_START_XVFB}" = true ] ; then
99
do
1010
sleep 0.5
1111
echo "Centering wallpaper"
12-
/usr/bin/fbsetbg -c /usr/share/images/fluxbox/ubuntu-light.png
12+
/usr/bin/fbsetbg -u Esetroot -c /usr/share/images/fluxbox/ubuntu-light.png
1313
if [ $? -eq 0 ]; then
1414
break
1515
fi

0 commit comments

Comments
 (0)