We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706aa62 commit 75fb697Copy full SHA for 75fb697
NodeBase/start-vnc.sh
@@ -9,7 +9,7 @@ if [ "${START_XVFB:-$SE_START_XVFB}" = true ] ; then
9
do
10
sleep 0.5
11
echo "Centering wallpaper"
12
- /usr/bin/fbsetbg -c /usr/share/images/fluxbox/ubuntu-light.png
+ /usr/bin/fbsetbg -u Esetroot -c /usr/share/images/fluxbox/ubuntu-light.png
13
if [ $? -eq 0 ]; then
14
break
15
fi
0 commit comments