Skip to content

Commit

Permalink
fix: xmessage displays on record video
Browse files Browse the repository at this point in the history
Fixes #2369

Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 committed Aug 24, 2024
1 parent 706aa62 commit 75fb697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeBase/start-vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ "${START_XVFB:-$SE_START_XVFB}" = true ] ; then
do
sleep 0.5
echo "Centering wallpaper"
/usr/bin/fbsetbg -c /usr/share/images/fluxbox/ubuntu-light.png
/usr/bin/fbsetbg -u Esetroot -c /usr/share/images/fluxbox/ubuntu-light.png
if [ $? -eq 0 ]; then
break
fi
Expand Down

0 comments on commit 75fb697

Please sign in to comment.